cancel
Showing results for 
Search instead for 
Did you mean: 

scenario for material master

Former Member
0 Kudos

Hi,

I have to create one scenario for material master.

For this in sender side the box is non-sap.But the XI should receive IDOC and in receiver(CRM) i have to write one proxy to get product master.

Can you please give a step by step process for this???

For suitable answer reward will be g

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As per your requirement, your scenario will be File to Proxy. In other words, file will be coming from non-sap system to XI and XI will send it to R/3 via inbound proxy and then IDoc will be posted into R/3 system.

My suggestion for you is, if you have an IDoc then go for File to IDoc scenario which will be simpler then Proxy. But if you have to use custom IDoc then File to Proxy is Ok.

Inbound Proxy:

To receive data into R/3 system we use INBOUND PROXY. In this case data is picked up by XI and send it to R/3 system via XI adapter into proxy class. Inside the inbound proxy we careate an internal table to take the data from XI and then simply by using the ABAP code we update the data inot R/3 table. BAPI can also be used inside the proxy to update the data into r/3.

Step1: How to Activate Proxy.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Step2: How to create proxy.

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm

Example: ABAP Server Proxies (Inbound Proxy)

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

Regards,

Sarvesh

Former Member
0 Kudos

Hi Sarvesh,

Thank you very much....I am gonna use File---Proxy.

Answers (0)