cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro and sap connection

Former Member
0 Kudos

Hi,

I' d like to connect, I mean to transfer data from web dynpros to sap transactions. Can anybody tell how to do that?

Thanks in advance.

Jesús Castillo

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey,

If you mean SAP Transactions like VA01 for example there are two ways to ahievie it

1) Try to find proper BAPI regarding the business object you want to access ie for VA01 it could be SalesOrder/CreateFromDat2 ( Function module : BAPI_SALESORDER_CREATEFROMDAT2 )

2) You can implement your own Function Module that actually calls a transaction using CALL TRANSACTION abap call and gets the job done

In both cases you have to perform a RFC call to exchange data, it is covered in Creating a Web Dynpro Application Accessing ABAP Functions, which <i>Santhosh Chandran</i> posted on this topic.

regards

Marcin

Former Member
0 Kudos

Hi,

Refer the following link (Creating a Web Dynpro Application Accessing ABAP Functions)

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/cr... a web dynpro application accessing abap functions.pdf

Hope this is helpful to you.

Regards,

Santhosh.C

Former Member
0 Kudos

Hi Castillo

You can develop and function modules/BAPI's in SAP and expose them as RFC. You can use these function modules in webdynpro to transfer the data.

Let me know if you require any other details

Kishore