cancel
Showing results for 
Search instead for 
Did you mean: 

How to call shell scripts

Former Member
0 Kudos

Hi,

Please let me know how to call shell scripts from WDA

Thanks

Bala Duvvuri

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Bala

You can not call any client side funcitons using Web Dynpro ABAP, it is possible in BSP using JavaScript.

You can use Suspend and Resume Plugs to navigate to a BSP page and perform the shell script and return to WDA using Resume Plug.

http://help.sap.com/saphelp_nw04s/helpdata/en/45/19bf8c16f25d7ae10000000a11466f/frameset.htm

Now, you can use JavaScript to execute shell script:

http://www.itjungle.com/mpo/mpo052302-story01.html

Abhi