ABAPFORM_TABLES - FORM TABLES
PERFORM Short Reference BAL Application Log DocumentationThis documentation is copyright by SAP AG.
FORM - table_parameters
Obsolete Syntax
... t1 [{TYPE itab_type}|{LIKE itab}|{STRUCTURE struc}]
t2 [{TYPE itab_type}|{LIKE itab}|{STRUCTURE struc}]
... .
Effect
Definition of table parameters t1 t2 ... for subroutines.
After the additions TYPE and LIKE, you can specify a table type table_type or an internal table itab of typestandard table.
The additions TYPE and LIKE type the row type of the formal parameter with the row typeof the specified internal table. The other obsolete addition STRUCTURE stamps theflat structure struc onto the row type.
Note
Defining table parameters is obsolete and can be replaced by generalformal parameters defined with USING and CHANGING.
ROGBILLS - Synchronize billing plans Addresses (Business Address Services)
This documentation is copyright by SAP AG.
Length: 1636 Date: 20120522 Time: 060504 triton ( 86 ms )






