Thursday, December 16, 2010

Version des SAP-GUI bestimmen

DATA lv_version(30).
CALL 'C_GUI_VERSION' ID 'VERSION' FIELD lv_version.
IF lv_version = '640'. ...

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...