SAP ABAP - Run (.exe) Program
CALL METHOD cl_gui_frontend_services=>execute
EXPORTINGdocument = 'CALC' "Program Name
EXCEPTIONS
cntl_error = 1
error_no_gui = 2
bad_parameter = 3
file_not_found = 4
path_not_found = 5
file_extension_unknown = 6
error_execute_failed = 7
synchronous_failed = 8
not_supported_by_gui = 9
OTHERS = 10.
Comments
Post a Comment