Hi Serdar,
interesting question. I've only heard that you should not use it in form routines ... extract from the online help for the statement form in Enterprise Release:
<b>Addition 1
... TABLES itab1 ... itabn
Effect
Instead of the TABLES addition, you should use the USING or CHANGING addition wherever possible. You can only use tables with table type STANDARD in the TABLES addition. The internal tables you specify are always passed to the FORM along with their header line. If you pass a table without header line as a TABLES parameter, the system automatically generates a header line for it. This is only valid within the FORM . You should not use any global commands (such as HIDE) on the header line. For details about specifying the type of a TABLES parameter, see specifying types. TABLES parameters are always passed by reference. </b>
May be some guys from SAP can tell us, if this is true for a FM as well.
Cheers
Jeannot
Add a comment