cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi for get data table.

Former Member
0 Kudos

HI

Exists in r/3 a bapi that in input it receives the name of a table and gives back the data contained in the table.

Thanks

Giorgio

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Giorgio,

if you want you can implement a function module and call it in a remote way.

If you want wq can built it togheter.

Bye

enzo

Former Member
0 Kudos

Enzo - It is not recomended by SAP to have such BAPI to extract data from one table and send it to remote system due to data security reasons.

But you can always write a customized function to do the same but high level of control and authorization check is adviced.

Cheers,

Aravind

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is no BAPI with that functionality. There is an RFC called RFC_READ_TABLE that you may have heard about. It works in a similar way. This function module is NOT released for customer use however. Please see OSS note 382318.