cancel
Showing results for 
Search instead for 
Did you mean: 

no sender or receiver interface definition found

Former Member
0 Kudos

Hi friends,

I have an isssue in my receiver side when i send an Idoc from R/3 to my SRM side In XI the message has passed with a checked flag to the SRm server but the Vendor is not found in my SRM server so when i checked the SXMB_MONI in SRm the flag was checked flag but the ACK had the following error in it

<Trace level="1" type="T">start CHECK_INTERFACE</Trace>

<Trace level="1" type="T">--start sender interface action determination</Trace>

<Trace level="1" type="T">select interface SupplierPortalTradingPartner_CreateOrChange_In*</Trace>

<Trace level="1" type="T">select interface namespace http://sap.com/xi/SRM/SupplierEnablement</Trace>;

<Trace level="1" type="T">no interface found</Trace>

<Trace level="1" type="T">--start receiver interface action determination</Trace>

<Trace level="1" type="T">Loop 0000000001</Trace>

<Trace level="1" type="T">select interface Acknowledgment*</Trace>

<Trace level="1" type="T">select interface namespace http://sap.com/xi/XI/Message/30</Trace>;

<Trace level="1" type="T">no interface found</Trace>

<b> <Trace level="1" type="T">--no sender or receiver interface definition found</Trace></b>

<Trace level="1" type="T">Hence set action to DEL</Trace>

<Trace level="1" type="T">end CHECK_INTERFACE</Trace>

Plz let me know do i have to import some files on teh SRM side or some config has to be made on the srm side.........

Regards,

Anand

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the log .

Regards

Chilla..

Former Member
0 Kudos

Hi Friends,

When i run the test configuration in ID i get the following result

Sender Agreement ... (4 lines)

in the Receiver agreement i get an error but i have defined the receiver agreement in my ID for the system STC

now where whould teh error be is it because of this i am getting the message in my SRM system

Plz help me out .

Regards,

Anand

Former Member
0 Kudos

Anand,

when u run the test configuratin in ID you need to crate the test congiureation scenario then test it.

please reward points for each helpfull answers

Former Member
0 Kudos

hey sreeram i am getting this problem on my business sytem i.e my SRM side. Actually in SXMB it is a checked flag but when i read the Acknowledgement message it gives me this problem as told in the XML file above, because of this error only i guess i am getting the test failed on my XI system. Plz help me out .

Regards,

Anand

Former Member
0 Kudos

Anand,

can you read the trace message in SXMB_MONI of srm system . always try to give wht is ur scenario how come otherswill know wht is our scenairo.

Regards

sreeram.g.reddy

Former Member
0 Kudos

ok sorry let me explain every thng in detail

I am sending a Idoc Z_cremas from my R/3 to SRM, the XML message is checked flag in XI side and the message is also seen in SRM side with a checked flag but when i see the Acknowledgement in SRM side i find the XML reading as <b><Trace level="1" type="T">--no sender or receiver interface definition found</Trace></b>

now when i go to Sproxy to check the ABAP proxy when i do a test interface i am getting the following error

<b> <faultText>An error occured within an XI interface: Exception occurredE:BBP_BUPA_SUPPLIER:089 -Unable to determine logical system of sender; check your data Programm: CX_BBP_BD_ERROR===============CP; Include: CX_BBP_BD_ERROR===============CM002; Line: 57</faultText>

</standard></b>

Is this error any way related to my problem if so how do i solve it if not Y am i getting the error in my SRM as mentioned

Regards,

Anand

Former Member
0 Kudos

Anand,

dont worry about acknowledegment in SRM as your not sending any acknowledegememnt back . in SRM is it IDOC or RFC or BAPI recveing the data?

Former Member
0 Kudos

I guess it should be bapi getting it in SRM i am not sure how do i determine it how am i reciving it.

Former Member
0 Kudos

Anand,

then how did you develop ur scenario in XI with out knowing which is going to receive the data that you pass? how did do ur mapping?

Former Member
0 Kudos

IN my SRM side it is calling the class CL_BBPX_TRADING_PARTNER_SUS_IN and in my mapping the idoc is mapped to SupplierPortalTradingPartner in IR.

Regards,

Anand

Former Member
0 Kudos

did you create a Proxy class. It has problem with proxy ask your abap developer to look into it in line number 27 it not matching with strucure they have inside SRM and What your sending .

Regards

sreeram.g.reddy

Former Member
0 Kudos

how do i create the proxy class??

How do i check it?

and where do i check it

Plz help me yar stuck for 4 days yar

Former Member
0 Kudos

if your using proxyies then use sporxy t/c code to create to it.

please reward points for helpfull answers

regards

sreeram.g.reddy

Former Member
0 Kudos

Check for the user PIAPPLUSER the role SAP_EC_SUS_ADMIN_VENDOR is assigned

Regards,

Anand

Answers (4)

Answers (4)

prateek
Active Contributor
0 Kudos

Hi Anand,

In R3(IDoc) --> XI --> SRM scenario, u r using ABAP proxy at the receiver (SRM) end. So the problem could probably be related to the server proxy.

Check all ABAP server proxy settings and let us know

Blog for ABAP Server proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

N to debug it

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Settings at Receiver - Chapter 8

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/52a10ae0-0701-0010-4cb5-d8c...

Regards,

Prateek

udo_martens
Active Contributor
0 Kudos

Hi Kumar,

compare the entries "service", "interface" and "namespace" of your interface determination with the entries at message monitoring SXMB_MONI. They are case sensitive.

Regards,

Udo

Former Member
0 Kudos

configure ur receiver determination properly

Former Member
0 Kudos

Anand,

Check your interaface determination and receiver determnation.

Regards

Sreeram.G.Reddy