cancel
Showing results for 
Search instead for 
Did you mean: 

Create an interface for SRM , RFQ

Former Member
0 Kudos

Hi ;

I am trying to develop an interface in XI to post 'Request For Quotation' into SRM system. Can anybody help me on this.. Any kind of help is greatly appreciated. Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You no need to create a new inbound interface for posting the RFQ in SRM. You can use the SAP predefined inbound interface "RequestForQuotationResponse_CreateOrChange_In" present in the name space "http://sap.com/xi/EBP". Also it will have a corresponding proxy in SRM side which will call a stard function module.

All you need to do here is create DT, MT, MI required for source and do the mapping.

---Satish

Former Member
0 Kudos

Hi;

Can you elaborate more please?

Thanks

Former Member
0 Kudos

Hi,

In XI you will seeing the namespace http://sap.com/xi/EBP. In that you will have the interface RequestForQuotationResponse_CreateOrChange_In. Use this interface directly as inbound interface and it will be having the message type and data type.

So you create outbound datatype, message type, messageinterface and do message mapping and interface mapping as your requirement.

So your scenario will be like File - XI - Proxy etc. I dont know how you are getting your source. So Source instead of file it may change depending upon your requirement.

-


Satish

Former Member
0 Kudos

Thanks Satish..

Will contact you if needed.

Answers (0)