Skip to content

Instantly share code, notes, and snippets.

@cbuckowitz
Created October 10, 2017 13:07
Show Gist options
  • Save cbuckowitz/361f46212939055c49e3cedcd0d9d1d3 to your computer and use it in GitHub Desktop.
Save cbuckowitz/361f46212939055c49e3cedcd0d9d1d3 to your computer and use it in GitHub Desktop.
get otr text #ABAP #OTR
DATA lv_alias TYPE string.
DATA lv_text TYPE string.
lv_text = cl_hrtmc_dr_utilities=>get_otr_text_by_alias( lv_alias ).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment