cancel
Showing results for 
Search instead for 
Did you mean: 

Send XML Bid Invitation via XI

Former Member
0 Kudos

In SRM we are trying to use the Function Module BBP_RFQ_SEND to send the XML bid invitation to XI. We are seeing the XML document failing in the SXMB_MONI (Integration Engine Monitoring).

We would like to know if anyone could tell us how this XML file be passed to the XI system? Our XI people mentioned that we should be passing a XML file via a FM that is flagged as remote enabled. The BBP_RFQ_SEND fm is not.

Does anyone know technically how this file should pass to XI? And how this interface is setup?

We will rewards points.

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

The BBP_RFQ_SEND fm is not.

Create a ZXXX fm with same code and make it remote enabled. Use it for ur communication

Does anyone know technically how this file should pass to XI?

Other option could be sending data using Client ABAP proxy using attachments

Regards,

Prateek

ranjit_deshmukh
Active Participant
0 Kudos

Hi Ashwani,

you say that you can see the entry in SXMB_MONI (in XI)

this means the message has reached Xi.

Now to know why it is failing- can you paste the ERROR header message(descriptin of error) here?

Ranjit

former_member214364
Active Contributor
0 Kudos

Hi Ashwani Bhalani,

Why dont you use ABAP proxies to send XML bid invitation to XI.

Cheers,

Jag