Skip to content

Instantly share code, notes, and snippets.

View cbuckowitz's full-sized avatar

Christian Buckowitz cbuckowitz

View GitHub Profile
@cbuckowitz
cbuckowitz / get_otr_text.abap
Created October 10, 2017 13:07
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 ).