SAP TABLE CMPRHNSNS LINES ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_ITAB - Table Comprehensions, Multiple Lines
This example demonstrates how multiple lines in a FOR expression of a table comprehension are created.

ABAP_SOURCE_CODE
DEMO CL_DEMO_TABLE_COMPRH_LINES

ABAP_DESCRIPTION
The columns of itabl are created as individual lines after its FOR expression. The result is a single-column internal table itab2 that contains the content of itab1 as an array