former_member488913
Explorer
Member since ‎2016 Jun 08

User Statistics

  • 7 Posts
  • 1 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

Consider the following code snippet: TYPES: BEGIN OF ty_tab, col1 TYPE char20, col2 TYPE char20, col3 TYPE i, col4 TYPE i, END OF ty_tab. DATA: it_tab TYPE TABLE OF ty_tab, wa_tab TYPE ty_tab. FIELD-...
Dear friends, I want to store the name of a variable in a string for later use. Assume that the name of the variable is not known till runtime. Something like: DATA: v_myvar TYPE c. " v_myvar may not be known till runtime DATA: varname TYPE s...
Kudos from
Kudos given to