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
Post a Comment