Greltel
Explorer
Member since ‎2020 Sep 13

User Statistics

  • 6 Posts
  • 0 Solutions
  • 9 Kudos given
  • 10 Kudos received

User Activity

Hi SCN, I was wondering if there is any way to do an inline declaration of 'TYPE HANDLE' for the creation of data object described by RTTS object. I am using the following code: DATA:lo_data TYPE REF TO data. "Data to handle the new table type...
Dear SCN, My name is greltel15 and I decided to write a blog about handling of TSV and CSV files. First we will see what TSV and CSV files really are and then we will develop code methods to convert these files. I would like to thank my colleague an...