REPORT z_select_example.
DATA: lt_customers TYPE TABLE OF scustom,
ls_customer TYPE scustom.
SELECT * FROM scustom INTO TABLE lt_customers.
LOOP AT lt_customers INTO ls_customer.
WRITE: / ls_customer-name1, ls_customer-city.
ENDLOOP.
Serkan AKKAVAK
Computer Engineer BSc
Head of SAP & Software Department
Contact : serkurumsal@yandex.com
0 Comments