Tuesday, December 10, 2019

Set Ok-code and init new PAI-PBO-cycle

CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE'
  EXPORTING
    functioncode           = 'BACK'
  EXCEPTIONS
    function_not_supported = 1
    OTHERS = 2.

No comments:

Post a Comment

Working with the session Id // ID für den Modus

Sometimes it can be helpful to know the id of the current session     CALL FUNCTION 'TH_GET_CONTEXT_ID'       IMPORTING         cont...