cancel
Showing results for 
Search instead for 
Did you mean: 

Business system not known to SRM

Former Member
0 Kudos

Hi,

We are able to send and xml PO to SRM server, but we are getting ABAP Application error in the pipeline service of the IE of SRM.

In SXMB_MONI in SRM:

Under Trace:

-


<CONTROLLER />

<FAULT_TEXT>An error occured within an XI interface: SLD system QA2_220 is not known Programm: SAPLBBP_BD_MAPPING_SAPXML1; Include: LBBP_BD_MAPPING_SAPXML1F1Y; Line: 92</FAULT_TEXT>

<FAULT_URL />

<FAULT_DETAIL />

Under Error:

-


<?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>

-


QA2_220 is defined in the XI SLD, and it is the sender service. I am not sure why it is saying "QA2_220 is not a known programm." Does anyone know why we are getting this error?

Any help is appreciated.

Thanks,

Karma

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

We are having the same issue. Did you ever find a solution to this?

I am getting the exact same error as you are.

moorthy
Active Contributor
0 Kudos

Hi,

Are you using Standard Mapping delivered by SAP?

If so, some of mappings are having problem with converting the some fields data required by SRM..

Are these messages are queued up in SRM server? (i.e SMQ2 entry)

If so , Try to find the SAP Note for this.

Related SAP Notes - 723680,845135,819953

This is just some hints-

Regards,

Moorthy

Former Member
0 Kudos

You need to associate the Logical System in SRM with the SLD Business System.

This is how to do it.

In the SRM system, go to the IMG through SPRO:

Goto SAP Implementation Guide->Supplier Relationship Management->SRM Server->Technical Basic Settings->Define Backend Systems

You should have the logical systems defined there. Scroll to the right and add the SLD Business system name under the "System Landscape Directory Name"

This should do it. Now when SRM tries to process the message from the Business system, it will look up the corresponding logical system from this entry.

Regards,

Jay