Hi,
You'll need to create the structure - ZFLIGHT_SCHEDULE
Looking at the code you'll need the fields highlighted below from pg. 116
- CARRID
- CONNID
- CARRNAME
- FLDATE
- PLANETYPE
- AIRFROM
- AIRPTO
- CITYFROM
- CITYTO
- COUNTRYFR
- COUNTRYTO
- PRICE
- CURRENCY
Looking at the join above you can see which table the field is from - SFLIGHT, SPFLI SCARR
lt_flt_schedule is a TABLE TYPE of the structure ZFLIGHT_SCHEDULE.
Stephen