cancel
Showing results for 
Search instead for 
Did you mean: 

using WDA in abap code

Former Member
0 Kudos

Hi all

How can I call my webdynpro application through ABAP code.

please provide some example .

regards

vaibhav

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member210804
Active Participant
0 Kudos

Hi Vaibhav,

Please call this function module as below in your ABAP code.

where  'ZRAO_ALV_DEL_OPERATION' is your WDA .

Best regards,

Rao.         

guillaume-hrc
Active Contributor
0 Kudos

Hi,

Do you want to simply open a WDA application from ABAP (SAP Gui)?

If so, use FM 'WDY_EXECUTE_IN_BROWSER'.

Best regards,

Guillaume

former_member185978
Active Participant
0 Kudos

You can create a TCode in SE93

<ZWDY_TCODENAME>

Create, Give short text,

Select Radio button Transaction with Parameters.

TRANSACTIon  WYID

GUI SUPPORT --> Check SAPGUI for windows

Name of the screen                Value

APPLICATION                       <ZWEBDYNPRO Application Name>

STARTMODE                         BROWSER

and you can call this Tcode using SE38 as

  " CALL TRANSACTION 'YOUR TCODE '.

With Regards,

Bala. M