SAP CL ABAP ITAB



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT
• CL_ABAP_ITAB_UTILITIES ABAP_CLASS

ABAP_ITAB - System Class CL_ABAP_ITAB_UTILITIES
The class CL_ABAP_ITAB_UTILITIES contains the following methods:
FLUSH_ITAB_KEY and FLUSH_ITAB_KEYS can be used to update individual secondary table keys or all secondary table keys of an internal table explicitly. Otherwise the update takes place as a delayed or lazy update.
READ_BINARY_SEARCH_CHECK can be used with the addition BINARY SEARCH to activate checks on the required sort for test purposes. If the required sort does not exist, the runtime error ITAB_ILLEGAL_ORDER occurs when the check is activated.
HAS_COLLECT_HASH_ADMIN can be used to check whether the temporary hash administration of the statement COLLECT exists for a standard table.
•_HEALTH_CHECK can be used to check the consistency of primary and secondary table indexes.
VIRTUAL_SORT can be used to perform virtual sorts on a set of internal tables with the same number of lines. The internal tables are handled internally like a single combined table containing all the columns of the involved internal tables. The result is an array of line numbers of the virtually sorted combined table. See the corresponding executable examples.