max_huang
Employee
Employee
Member since ‎2006 May 10

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

hi expert,I have a method, the return parameter is defined as index table.at run time, I need to loop through the table and manipulate the data that meet the condition.What I did is:OUT_DATA TYPE INDEX TABLE...FIELD-SYMBOLS <fs_out> LIKE LINE OF OUT_...