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.

SAP ABAP: Determine Timezone for Plant

    DATA:       lt_tzone TYPE STANDARD TABLE OF tznzone WITH DEFAULT KEY,       l_tzone  TYPE tznzone.     " get time zone for plant   ...