SAP ABAP EXTRACTS EXTENDED
Get Example source ABAP code based on a different SAP table
Obsolete Extracts
An extract dataset, or extract for short, is a dataset in the
Like an internal table, an extract dataset consists of a dynamic number of lines and the size of the extract dataset is theoretically unlimited. If the size exceeds 500 KB, it is stored in a file in the operating system. Sizes of up to 2 GB (and larger for 64-bit processors) are practicable. Unlike internal tables, the individual lines can have different structures. The line structures are declared as field groups using the statement
The exact structure of each line is not determined until the program is executed using the statement
The statements used for processing extracts are:
Latest notes:
ABAP_HINT_END