Get Example source ABAP code based on a different SAP table
VERSION 5 IN
table index An index> of an internal table> managed by the ABAP runtime framework>. A primary table index> is used for index tables> and secondary table indexes> are used for the management of sorted> secondary table keys>. The line numbers of every table index start at 1 and run consecutively with no gaps up to the current number of lines in the table. If necessary, the physical index is changed to a logical index, which increases runtime demand. The logical index is created in exactly the moment in which a line is inserted before another line, the order of the table lines is changed, or if any line except for the bottom line is deleted. ABAP_MORE_INFO >