SAP ABAP Data Element DMC_FETCH_PACKAGE_SIZE (Package Size for FETCH statement)
Hierarchy
☛DMIS (Software Component) DMIS 2011_1 ⤷CA-EUR (Application Component) European Monetary Union: Euro ⤷CNV_DMCM (Package) Data Mapping and Conversion: Maintenance
The generated function modules for access plan calculation and data selection use a cursor to select the data of the only or top-level table of a migration object (if reading type 7 is used, for the select of the child table). By default, the FETCH NEXT CURSOR statement will use a package size of 1000 records. In some cases, if a "flat" conversion object is selected, or if reading type 7 is used, it might be more efficient to select a higher number of records in each FETCH statement. On the other hand, if the FOR ALL ENTRIES approach should be used to select all child table records for a certain set of header table records, it might be necessary to select a smaller number of header table records, to make sure that the maximum portion size will not be exceeded. (For details on the FOR ALL ENTRIES option, see DMC_FOR_ALL_ENTRIES).
This parameter allows assigning, for a specific migration object, the optimal number of records to be selected with one FETCH NEXT CURSOR statement.