cancel
Showing results for 
Search instead for 
Did you mean: 

Generic Error in Proxy Inbound

Former Member
0 Kudos

Hello,

We have created 2 scenarios on XI to send data to SUS (SRM 200). In one of the scenarios, we send Purchase Orders from MM (R/3) to SUS, and in the other, we send Business Partners from EBP (SRM 100) to SUS.

The data are processed on SUS using the correspondind Standard Inbound ABAP Proxy.

The data are correctly sent, but we get the following response message on the SXMB_MONI:

<SAP:Category>XIProxy</SAP:Category>

<SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>

<SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>

<SAP:P2>CL_BBPX_TRADING_PARTNER_SUS_IN</SAP:P2>

<SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error during proxy processing An exception with the type CX_BBPX1_STD_MESSAGE_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application Error</SAP:Stack>

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

On the 2 scenarios, we get the same message.

What could be the reason, a bad ABAP Proxy configuration on SRD200 or a bad customizing of SRD200 on master data Purchase Order and Business Partner?

Thanks in advance and regards,

Manuel Míguez.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Manuel Loureiro,

Is your problem solved?

AM having arequirement to send data like RFQ, PO etc from SRM EBP to SRM SUS.

I am on SRM 5.0. Do I have to use XI for this or is there a standard way to do handle this in SRM itself.

I am using PI 7.0. Did SAP deliver SRM EBP & SUS pre configured contents for us?If yes, How can I check them?

Please let me know the steps or any blogs to be followed if XI is required to handle this.

Thanks

Kiran

Edited by: kiran dasari on Apr 11, 2008 10:24 AM

Former Member
0 Kudos

Please implement the SAP Note 1150099 for the Business partner scenario from SRM EBP to SUS

Check whether relevant for your version of SRM system and this should solve your problem

Regards,

Former Member
0 Kudos

hi ,

everything is fine from configuration perspectiv.

hope u r using communication channel of type "XI".

ONCE U CREATED INBOUND PROXY u r done with proxies.

if u r getting error then it is due to the data which u r passing to tables.

ok just check by coding in proxy one abap stmt like "write:\ ' hi'.

are u passing write values in message mapping,this is where problem comes up generally.

abap data types differ from XML Data types

see that you pass expected value range

u need to do 2 things

1)first check empty module of inbound proxy,if u get error then problem in passing values to inbound proxy i.e mapping.

2)if not then u have problem in operating with the r/3 tables.

Regards,

Rama Krishna

Former Member
0 Kudos

Hello Rama,

I can´t develop on the Proxy because is standard generated.

Please, clear me on the following aspects:

I don´t understand when you ask me if i´m passing write values in message mapping.

Please, could you explain me how to check the empty module on the Inbound Proxy??

Thanks and regards,

Manuel.

Former Member
0 Kudos

Hi,

Try to inssert the data into R/3 manually means u can execute the proxy and there u have to give the XML payload into it.

Check there is any error in the code or in the data.

If it is inserting then u have to check from XI side what is the problem.

Regards,

Phani