ADFSH_FLIGHT_MASTER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ADFSH_FLIGHT_MASTER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FSH01 - Flight Scheduling : Master Data
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_DELFLG = Deletion Flag
Selection Text: P_ETOPS = ETOPS
Selection Text: P_PVLFR = Valid From
Selection Text: P_PVLTO = Valid To
Selection Text: S_ACFTYP = Planned IATA Aircraft Type
Selection Text: S_AIRLN = Airline Code
Selection Text: S_ARRAPT = Arrival Airport
Selection Text: S_ARRBAY = Arrival Bay
Selection Text: S_ARRTM = Arrival Time
Selection Text: S_ARRTML = Arrival Terminal
Selection Text: S_DEPAPT = Departure Airport
Selection Text: S_DEPBAY = Departure Bay
Selection Text: S_DEPTM = Departure Time
Selection Text: S_DEPTML = Departure Terminal
Selection Text: S_FLCAT = Category
Selection Text: S_FLDIS = Distance
Selection Text: S_FLDUR = Duration
Selection Text: S_FLPAX = Type
Selection Text: S_FLTFRQ = Frequency
Selection Text: S_FLTNR = Flight Number
Selection Text: S_FLTOP = Days of Operation
Selection Text: S_FLTYP = Route
Selection Text: S_MATNR = Aircraft Configuration Data
Selection Text: S_SECNR = Sector Number
Selection Text: S_STACD = Status Code
Selection Text: S_TPLNR = Aircraft Registration
Title: Flight Scheduling: Seasonal Data Maintenance
Text Symbol: 103 = Arrival Tasks
Text Symbol: 102 = Departure Tasks
Text Symbol: 001 = Flight Details
Text Symbol: 002 = Departure Details
Text Symbol: 003 = Arrival Details
Text Symbol: 004 = Time Period
Text Symbol: 005 = General
Text Symbol: 015 = Save data changes
Text Symbol: 017 = Save data changes ?
Text Symbol: 018 = Changes will be lost
Text Symbol: 019 = Proceed ?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2 .
MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE =
.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ADFSH_FLIGHT_MASTER - Flight Scheduling: Seasonal Data Maintenance ADFSH_FLIGHT_MASTER - Flight Scheduling: Seasonal Data Maintenance ADFSH_FLIGHT_DETAIL_TCF - Flight Scheduling: Actual Data Maintenance ADFSH_FLIGHT_DETAIL_TCF - Flight Scheduling: Actual Data Maintenance ADFSH_FLIGHT_DETAIL - Flight Scheduling: Actual Data Maintenance ADFSH_FLIGHT_DETAIL - Flight Scheduling: Actual Data Maintenance