Thursday, July 10, 2025

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
        context_id = r_session_context. 

Transform internal tables "umloopen"

     lt_ordno = VALUE #( FOR _ls_vbeln_ltkey IN et_vbeln_ltkey ( _ls_vbeln_ltkey-vbeln ) ).


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