Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Readind APO tables from ECC ABAP program

Former Member
0 Likes
425

Hi,

I want to know if it is possible to read APO tables from a ABAP program in ECC 6.0.

If it is possible , please lt me know how?

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
378

Hi,

There's a remote-enabled function module (think it's either RFC_READ_TABLE or RFC_TABLE_READ) which you can pass a table name, some selection criteria and a list of fields to be returned. That should allow you to read those table entries from the remote system.

Regards, Andy

Read only

Former Member
0 Likes
378

Hi Sandip,

You can also use RFC_GET_TABLE_ENTRIES.

Regards,

Amitava