Tuesday, December 22, 2015

Type Conversion in ABAP

  data(lo_c) = zcl_jsocrypt=>factory( conv string( p_key ) ).

No comments:

Post a Comment

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