Developing SAP technology, ABAP, UI5, HANA, SAP Cloud Platform, ...
Sometimes it can be helpful to know the id of the current session
lt_ordno = VALUE #( FOR _ls_vbeln_ltkey IN et_vbeln_ltkey ( _ls_vbeln_ltkey-vbeln ) ).
Sometimes it can be helpful to know the id of the current session CALL FUNCTION 'TH_GET_CONTEXT_ID' IMPORTING cont...