Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ws_execute fm

Former Member
0 Likes
433

hi every body,

was the ws_execute function module is supported by the starting versions of sap i.e, 3.0A?

is there any way to find it out?

if it doesn't support then is there any function module which is supported from 3.0A version onwords and through which we can call the web browser from abap.

please let me know about this.

thanks in advance,

regards,

mounika.

2 REPLIES 2
Read only

anversha_s
Active Contributor
0 Likes
392

hi,

Try <b>DSVAS_DOC_WS_EXECUTE_50 FM</b>.

u can also try.

Try GUI_EXEC

or other FMs from the Function Group SFES.

CALL FUNCTION 'GUI_EXEC'

EXPORTING

COMMAND = 'Notepad'

PARAMETER = 'c:\temp\test.txt'

  • IMPORTING

  • RETURNCODE =

But i think it is alos obsolute

Rgds

Anver

<i>if hlped kindly mark points</i>

Read only

Former Member
0 Likes
392

goto SE37 and give ws_execute and press F7...if it displays then this FM exists...