initializing

 data customer_name(25) type с.

__________________________

types t_name(25) type с.

data customer_name type t_name

__________________________

data customer_name like vendor_name

________________________________

data: begin of booking,

id(4) type c,

flight_data type d,

name like customer_name,

end of booking.

______________________

data booking_table like booking occurs 100.

_______________________________



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%