cancel
Showing results for 
Search instead for 
Did you mean: 

how to access a sap table in webdynpro java

Former Member
0 Kudos

how to acces a sap table in webdynpro java not Through Adaptive RFC,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can also create Webservices for ABAP Functions and use it as model in Webdynpro Java.

nikhil_bose
Active Contributor
0 Kudos

hi mitul,

you have to use Adaptive RFC to connect WebDynpro to R/3.

[Adaptive RFC Documentation|http://help.sap.com/saphelp_nw04s/helpdata/en/41/38bc8f813719488ddc9d9b21251ec3/content.htm]

Tutorials

[Accessing ABAP Funcitons|/docs/DOC-8061#15]

[Handling BAPI Transactions|/docs/DOC-8061#19]

if you want to work with your own table, create a custom Functional Module with Remote Enabled property and it will be available in NWDS -> create Model wizard.

nikhil

Former Member
0 Kudos

Hi,

Refer to this link...

[http://www.apentia-forum.de/viewtopic.php?t=1962]

Hope this link will help you to access SAP table without Adaptive RFC.

Regards,

Bala Baskaran.S

Edited by: Bala Baskaran on Jul 22, 2008 8:24 AM