Skip to Content
0
Former Member
May 07, 2008 at 03:25 PM

"MAPPING">EXCEPTION_DURING_EXECUTE in scenario RFC TO PROXY

32 Views

Hello all

I am facing a problem in a RFC PROXY SCENARIO and I don´t whether I can solve it .

System A : R3

System B : XI

And my scenario is RFC TO PROXY.

i will implement the proxy in the ABAP XI . For now I have entered no code.

I have mapped an rfc from r3 to my data type . My message mapping , Interface maping works very well .

When I start the program in R3 . I got the following error in the trace of sxmb_moni

:

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_MAT_</SAP:P1>

<SAP:P2>java.lang.NullPointerException</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>java.lang.NullPointerException thrown during application mapping com/sap/xi/tf/_MM_MAT_:</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

How can make this scenario working ?