cancel
Showing results for 
Search instead for 
Did you mean: 

which scenario (adapters) is fit for this requirement

Former Member
0 Kudos

Hi Experts

I have an requirement , have to fectch the data from SAP tables ( ECC6.0) MARA, MARC and MAKT ( using join) and sent system B ( which will request data) through sap XI

please explan which is the better scenario needs be used and what are the adapters required?

Thanks in advance your help

Regards

neeru

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

it depends mainly on yours needs.

Do you have to send data in "delta" mode, so only the changed material.

and do you send one by one ? or do you have to create only one big file.

Do you want a log ?

if you have to send changed material, the easiest way to pick-up changed material is to use change pointers, and send data by using idoc MATMAS.MATMAS05. in ale config, choose "collect idoc" and use prog RSEOUT00 that you trigger by a job.

with idoc, you have standard log: tx WE02.

if you have no to send changed material either you use Idoc, or you define an inbound service interface in PI, on which you generate an abap proxy in ECC (tx SPROXY). Then to extract data, and send them to PI, you have to create an abap program with join SQL and to call you abap proxy to send data to PI. With proxy you have a log in standard, so you have to create it also in your abap program: WRITE instruction, ALV or SAP application log (tx SLG0 / SLG1).

proxy = XI adapter.

regards

mickael

Former Member
0 Kudos

Hi,

It is a synchronous scenario right.

You can go for Proxy(XI) adapter for this scenario..

Regards,

Sunitha

former_member191435
Contributor
0 Kudos

Hi,

It is better is you go for Proxy Adapter.

Regards,

Sreenivas