Skip to content

Instantly share code, notes, and snippets.

@larshp
Last active January 17, 2022 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larshp/62fa3070d506f39cea33722d1efa2d7b to your computer and use it in GitHub Desktop.
Save larshp/62fa3070d506f39cea33722d1efa2d7b to your computer and use it in GitHub Desktop.
METHOD convert.
DATA lv_packed TYPE p LENGTH 4.
FIELD-SYMBOLS <lv_hex> TYPE x.
lv_packed = iv_int.
ASSIGN lv_packed TO <lv_hex> CASTING TYPE x.
rv_xstr = <lv_hex>.
ENDMETHOD.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment