cancel
Showing results for 
Search instead for 
Did you mean: 

An error occured within an XI interface: Exception occurredS:BBP_CF:037

Former Member
0 Kudos

Hi

I am getting an error as described below in XI . The error is while calling inbound proxy . This is a PurchaseOrderConfirmation in SRM system. has any one faced a similar exception ....how to debug this ...is it an error in abap code

-


An error occured within an XI interface: Exception occurredS:BBP_CF:037 -No confirmations could be entered for purchase order 4100007164 Programm: CX_BBP_BD_ERROR===============CP; Include: CX_BBP_BD_ERROR===============CM002; Line:

<?xml version="1.0" encoding="utf-8" ?>

- <nr1:StandardMessageFault xmlns:nr1="http://sap.com/xi/SRM/Basis/Global">

- <standard>

<faultText>An error occured within an XI interface: Exception occurredS:BBP_CF:037 -No confirmations could be entered for purchase order 4100007164 Programm: CX_BBP_BD_ERROR===============CP; Include: CX_BBP_BD_ERROR===============CM002; Line: 57</faultText>

</standard>

</nr1:StandardMessageFault>

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Inbound Proxy

-->

- <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="ABAP">APPLICATION_ERROR</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="http://sap.com/xi/SRM/Basis/Global">StandardMessageFault</SAP:ApplicationFaultMessage>

<SAP:Stack>The application triggered an exception</SAP:Stack>

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

</SAP:Error>

---

thanks

Prashanth

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Prashanth,

Check these..

cheers,

Prashanth

P.S Please mark helpful answers

moorthy
Active Contributor
0 Kudos

Hi,

This SAP note may help you- 755863

Regards,

Moorthy

Former Member
0 Kudos

How to debug proxy:<a href="/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation: Debug your inbound ABAP Proxy implementation</a>

How to debug XI components:<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d4900e81a30c">How to debug XI components</a>

Regards,

Sandro