Developing SAP technology, ABAP, UI5, HANA, SAP Cloud Platform, ...
CALL
FUNCTION
'SAPGUI_SET_FUNCTIONCODE'
EXPORTING
functioncode =
'BACK'
EXCEPTIONS
function_not_supported = 1
OTHERS
= 2.
DATA: lt_tzone TYPE STANDARD TABLE OF tznzone WITH DEFAULT KEY, l_tzone TYPE tznzone. " get time zone for plant ...