Friday, 26 May 2023

SAP ABAP - Run (.exe) Program



 CALL METHOD cl_gui_frontend_services=>execute

  EXPORTING
    document               '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.


No comments:

Post a Comment

ABAP CDS View Part 10 : Authorization & DCL untuk ABAP CDS

Authorization & DCL di ABAP CDS | Panduan Lengkap (PFCG, @AccessControl, DCL) Authorization & DCL untuk ABAP CDS — Pandua...