SAP CONVERSION ITAB
Get Example source ABAP code based on a different SAP table
Conversion Rules for Internal Tables
Internal tables can only be assigned to internal tables. Whether or not assignment is possible depends exclusively on the line type, and it is independent of table type, table key, and number of lines. Internal tables can be assigned to each other if their line types are
When assigning an internal table to another, the lines of the target table are deleted. A new line is created in the target table for each line in the source table and then filled with the line content of the source table. The lines are stored according to the table category. For assignments to a
The content of the individual lines in the source table is assigned to the lines of the target table according to the same rules as between individual data objects of the corresponding line types. The same basic rule as for all conversions applies: The converted content of the single lines in the source table must be within the
Assignments between internal tables and data objects that are not internal tables lead to a syntax error or the runtime error
Latest notes:
NON_V5_HINTS
ABAP_HINT_END
ABAP_PGL
ABAP_PGL_END
ABAP_EXAMPLE_VX5
A standard table
ABEXA 00914
ABAP_EXAMPLE_END