2023 Aug 22 3:56 PM
I have found some Code: is it necessary to do this: "clear lt_return, lt_return[]."
is it not redundant to do this:
clear: lt_return, lt_return[]."
would not the following statement achieve the same result:
clear lt_return.
2023 Aug 22 4:03 PM
Basically, is lt_return an internal table with an (obsolete) header line?
2023 Aug 22 6:41 PM