Author |
Message
|
Halloween |
Posted: Wed Oct 21, 2015 10:46 am Post subject: mapping input XMl to out put IDOC structure |
|
|
Acolyte
Joined: 11 Mar 2015 Posts: 60
|
i have created adaptor connection with ALE interface. I am putting the XML message as an input to SAP request node from the outbound adaptor ccreation and expecting to create an IDOC out of it as an out terminal to SAP Request node. However gives error? Kindly, provide me how can i map input payload XML structure with the output IDOC using SAP request. new to SAP . Strict deadline in project. please help. |
|
Back to top |
|
 |
timber |
Posted: Thu Oct 22, 2015 12:32 am Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
Quote: |
However gives error? |
Please provide the error message. |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Oct 22, 2015 12:40 am Post subject: Re: mapping input XMl to out put IDOC structure |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Halloween wrote: |
Strict deadline in project. please help. |
This site is not a formal product support site. We are all volunteers and (mostly) have a real job to do. Response times can't be guaranteed. any help is provided on an As-Is basis. We are just some guys (in the main) on the Internet.
There are formal support channels for all the IBM products discussed on this site. These channels also have SLA's. After all that is what you pay IBM for. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Halloween |
Posted: Thu Oct 22, 2015 5:34 am Post subject: Error message |
|
|
Acolyte
Joined: 11 Mar 2015 Posts: 60
|
I am connecting MQinput that sends the XML Payload to SAP request configured for SAP ALE. And the out od SAP request to MQ Output expecting IDOC.
This time the thread suspends.
I remembe the error was on SAP object 3445 3442
Adapter request node <insert_1> in message flow <insert_2> failed to process a message because it does not contain any elements with a name of type <insert_3>.
An exception occurred in adapter node <insert_1>, which is using adapter component <insert_2>..
Alo wanyed to know am i doing the right approach to create IDOC
This is first time dealing with SAP.
Thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Oct 22, 2015 5:40 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
If SAP is accepting an XML file, then it's SAPs job to return an IDoc.
If SAP is only accepting an IDoc, then you need to use standard IIB mapping techniques to transform your XML document into an IDoc.
Part of this will be ensuring that the input tree to the SAPRequest node is under the IDoc parser. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|