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_...