cancel
Showing results for 
Search instead for 
Did you mean: 

Fetching records into PI

0 Kudos

Hi friends,

Please throw some light on this.

How to fetch transaction records alongwith corresponding master record together from sap into PI?

Thanks,

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Srinivas,

If you want ti fetch the transaction data related to Master data then use proxy communication or use the IDOC communication for the same (if some standard IDOC are available)

Regards,
Ashish

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

There are three possible ways you can send the data from SAP to PI. RFC, IDOC and sender/client proxy. Based on requirement, you can choose the desired one. Please search scn for those adapter scenarios.

Former Member
0 Kudos

Hi,

If the data or message size is huge/synchronous interface/need to meet any sla  then go for proxy.

If the interface is asynchronous and std IDoc is available then go for IDOC.

Regards

Venkat

iaki_vila
Active Contributor
0 Kudos

Hi Srinivas,

You should concrete more. There are a lot of ways to obtain standard data from SAP ERP and to connect with PI. The common ways are with IDOC and RFC. You can develop a Z program and to use a proxy-abap. There are developments already done by SAP for  ERP to XI/PI in several scenarios.

If you put your case more concretly, the forum people could help you better.

Regards.

0 Kudos

Hi Inaki,

Thanks for reply.

I need to fetch material master record alongwith corresponding item records into PI using RFC .Please forward any related links for the developments already done by SAP.

Thanks,

Srini. 

rajasekhar_reddy14
Active Contributor
0 Kudos

Best deisgn for your requirement is ABAP Proxy, because you could have control to develop/build required logic to pull data from different tables(master and Trasaction) .

or

Develop customized RFC/IDoc then build logic.

iaki_vila
Active Contributor
0 Kudos

Hi Srinivas,

About materials inspection you could check the follow developments: http://esoadocu.sap.com/socoview%28bD1lbiZjPTAwMSZkPW1pbg==%29/render.asp?packageid=DE04284687BEBDF1...

Also there are a lot of more depending of the module that you are working: http://esoadocu.sap.com/socoview%28bD1lbiZjPTAwMSZkPW1pbg==%29/render.asp?packageid=DE04284687BEBDF1...

Regards.