cancel
Showing results for 
Search instead for 
Did you mean: 

How access to table's in system sap?

Former Member
0 Kudos

Hi everybody,

I'm working with connection to system SAP,with JCO, from a webdynpro for insert this webdynpro in a EP.I like to access to a table that i have created in a system SAP.

Now i like write and read data of this table but i can't use bapi's.

How i can make this?

Thanks in advance.

Vicente Zaragoza.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vincente,

You have to write your own RFC function in ABAP in the SAP system. It should return selected rows in table parameter. Then create Adaptive RFC model for that function in WebDynpro, just like for BAPI's in tutorial examples.

Former Member
0 Kudos

I think you can only get data from sap-system over Bapis