SAP TABLES ASTERISK ABAP Statements
Get Example source ABAP code based on a different SAP table
• TABLES * ABAP Statement
• * TABLES (obsolete)
ABAP_SYNTAX_OBS
What does it do?
This statement declares an additional
The additional table work area can be used just like the regular table work area. This applies in particular to obsolete
Latest notes:
The statement
ABAP_HINT_END
ABAP_EXAMPLE_BAD
Declaration of a regular and additional table work area and their use in obsolete short forms of the
ABEXA 00703
ABAP_EXAMPLE_END
ABAP_EXAMPLE_GOOD
Declares two work areas using
ABEXA 00704
ABAP_EXAMPLE_END
Return to menu