‎2006 Nov 25 10:32 AM
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.
‎2006 Nov 25 10:45 AM
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>
‎2006 Nov 25 2:38 PM
goto SE37 and give ws_execute and press F7...if it displays then this FM exists...