ADFSH_FLIGHT_MASTER_TCF 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_TCF into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FSH01N - 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_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_TPLNR = Aircraft Registration
Selection Text: S_STACD = Status Code
Selection Text: S_SECNR = Sector Number
Selection Text: S_MATNR = Aircraft Configuration Data
Selection Text: S_FLTYP = Route
Selection Text: S_FLTOP = Days of Operation
Selection Text: S_FLTNR = Flight Number
Selection Text: S_FLTFRQ = Frequency
Selection Text: S_FLPAX = Type
Selection Text: S_FLDUR = Duration
Selection Text: S_FLDIS = Distance
Selection Text: S_FLCAT = Category
Title: Flight Scheduling: Seasonal Data Maintenance
Text Symbol: 210 = Wed
Text Symbol: 209 = Tue
Text Symbol: 208 = Mon
Text Symbol: 207 = Invalid Customizing
Text Symbol: 206 = Error during Generation
Text Symbol: 205 = Invalid Sort Criteria
Text Symbol: 204 = No Sort Criteria
Text Symbol: 203 = : Display
Text Symbol: 202 = : Change Record
Text Symbol: 201 = : Create Record
Text Symbol: 001 = Flight Details
Text Symbol: 002 = Departure Details
Text Symbol: 003 = Arrival Details
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.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name ADFSH_FLIGHT_MASTER_TCF or its description.
ADFSH_FLIGHT_MASTER_TCF - Flight Scheduling: Seasonal Data Maintenance ADFSH_FLIGHT_MASTER_TCF - Flight Scheduling: Seasonal Data Maintenance 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