cancel
Showing results for 
Search instead for 
Did you mean: 

retrieving table from R/3 using JCO.Table?

Former Member
0 Kudos

Hi,

I want to extract the contents of a table from R/3, but I'm not calling a function module, I just want to get the contents of a table after sending in some parameters to follow. I'm using ep5.0.5.0. Is there any documentation out there on this besides the PDK?

TIA!!

Kevin

Accepted Solutions (1)

Accepted Solutions (1)

gregorw
Active Contributor
0 Kudos

Hello Kevin,

you have to use a RFC Enabled Function module. If there is no one from SAP, you have to write your own.

Regards

Gregor

Former Member
0 Kudos

Hi Gregor,

Thanks. I thought there was a way of retrieving a SAP transparent table without having to go through a RFC enabled function module.

Thanks again!!

Kevin

gregorw
Active Contributor
0 Kudos

Hello Kevin,

do not only thank :-). Give Points by clicking on the Star.

Regards

Gregor

Former Member
0 Kudos

You might not want to write a new RFC for each table. Consider using "RFC_READ_TABLE" to query table entries from any table.

Shashi Reddy

htammen
Active Contributor
0 Kudos

Hi Kevin,

if you don´t want to use RFC and you know the table name and have access to to the underlying database you can also use JDBC to get the data.

Regards

Helmut

Answers (0)