select

 

REPORT ZSAP4.


data all_customers like sflights occurs 100
with header line .
select from sflights into table all_customers.
loop at all_customers.
write/ all_customers-carrname.
endloop.

____________________________________

Comments

Popular posts from this blog

sap abap import from excell to table (transparent table)

sap abap Import from excell to internal table that works 100%