SAP DOBJ ITAB
Get Example source ABAP code based on a different SAP table
Internal Tables
Internal tables provide a means of taking variable data from a fixed structure and storing it in working memory in ABAP. An internal table is a data object that contains any lines with any data type whose total is not defined statically. The data type of an internal table is a table type. As well as the line type, the table type also defines the
Internal tables offer dynamic arrays and remove the task of program-driven dynamic memory management from the programmer (see
SUBNODES
Latest notes:
NON_V5_HINTS
ABAP_HINT_END