on 2005 Jun 01 4:47 PM
Hi,
I am trying too generate a file --> ABAP Proxy scenario.
But my ABAP Proxy is generating an eror. Have done all the configuration.
Are there any config that I need to do on SAP XI side for ABAP Proxies. I have done the config on the SAP R/3 system. The outbound proxy is working but inbound is giving the following error.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Request Message Mapping
-->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>Application</SAP:Category>
<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
<SAP:P1>com/sap/xi/tf/_MM_UPRSenderReceiver1_</SAP:P1>
<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
<SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>During the application mapping com/sap/xi/tf/_MM_UPRSenderReceiver1_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
Thanks & Regards
Hi karthik,
As suggested there is problem in your message mapping. U check you message mapping.
U can also refer to my blog on comprehensive ABAP server proxies creation for further clarifications.
/people/siva.maranani/blog/2005/04/03/abap-server-proxies
Hope this helps you.
cheers,
Siva Maranani.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi sunil,
I am trying to connect to SAP ISU 620 system.
If I give message protocol as XI 2.0, it goes to the destination system but does not trigger the ABAP Proxy.
If I give message protocol XI 3.0, it gives me the error mentioned before.
I think I need to use XI 2.0, but why is the proxy not triggered. Even if I give external breakpoint its not triggered.
Thanks & Regards
Hi Kartik
Please check the message mapping trace. You find a detailed information of the error.
regards
Suneel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi am sorry about that,
the error is:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Call Adapter
-->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>XIProtocol</SAP:Category>
<SAP:Code area="PARSER">ITEM_MISSING</SAP:Code>
<SAP:P1>/MessageHeader/MessageId</SAP:P1>
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>XML element /MessageHeader/MessageId missing in SOAP message header (SAP XI Extension)</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
User | Count |
---|---|
67 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.