cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hey All,

Can someone please let me know what would be the best option to extract Data from SAP ECC tables and get in PI without writing any custom ABAP code.

I am aware that we can write RFC, ABAP Proxy etc to extract data from ECC and then send to PI but we often get requests to send data from SAP tables to other systems and developing custom ABAP code is becoming tedious.

One option i have found so far is FM RFC_READ_TABLE, this can be called from Message mapping via RFC lookup but it gives the complete table dump and could cause performance issue if table is big.

We are on PI 7.4

Thanks,

0 Likes
View Entire Topic
vicky20691
Active Contributor
0 Likes

Hi Saif,

1. RFC lookup - In case you need only few things out of a table, of course atleast a small RFC code must be written

2. Proxy- It is good in performance compared to RFC for synch calls but again in ECC coding has to be done.

3. As praveen said, your requirement can save you from coding if it involves only standard BAPI or IDOCs.

Regards,

Vikas