‎2010 Oct 06 3:56 PM
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
‎2010 Oct 07 2:40 AM
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
‎2010 Oct 07 4:55 AM
Hi Sandip,
You can also use RFC_GET_TABLE_ENTRIES.
Regards,
Amitava