Reading SAP Table from Integrator

Hi All,
I want to read values from a table I had created in SAP.
What is the way to do that?
I can Lookup the table/RFC/BAPIs
Let me know as I want help immediatly.
Thanks.

Hi,

i assume that you are using WM integration serverā€¦
You cant directly read a SAP table,you need to identify the BAPI/RFC which provides access to that table and create a service for that in Integration server and access the same through the serviceā€¦

Hi,

Another way is to set the SAP DB in Adapters/Database, and
read data directly using sql sentences.

Sebastian

Barcelona, Spain

Hello,

the best way is to use RFC_READ_TABLE. With that you can read any table from SAP.

Gordan