REPORT z_alv_report.
TABLES: scustom.
DATA: lt_customers TYPE TABLE OF scustom.
SELECT * FROM scustom INTO TABLE lt_customers.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_structure_name = 'SCUSTOM'
TABLES
t_outtab = lt_customers.
Serkan AKKAVAK
Computer Engineer BSc
Head of SAP & Software Department
Contact : serkurumsal@yandex.com
0 Comments