SAP Reports / Programs | Aerospace & Defence Industry Solution | Aerospace & Defence Industry Solution(IS-AD) SAP IS

ADFSH_FLIGHT_MASTER SAP ABAP Report - Flight Scheduling: Seasonal Data Maintenance







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FSH01 - Flight Scheduling : Master Data


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ADFSH_FLIGHT_MASTER. "Basic submit
SUBMIT ADFSH_FLIGHT_MASTER AND RETURN. "Return to original report after report execution complete
SUBMIT ADFSH_FLIGHT_MASTER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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 ?





Text Symbol: 020 = Days
Text Symbol: 021 = Sunday
Text Symbol: 022 = Saturday
Text Symbol: 023 = Friday
Text Symbol: 024 = Thursday
Text Symbol: 025 = Wednesday
Text Symbol: 026 = Tuesday
Text Symbol: 027 = Monday
Text Symbol: 028 = Change View
Text Symbol: 029 = Departure Airport
Text Symbol: 030 = Arrival Airport
Text Symbol: 031 = Flights
Text Symbol: 032 = View History
Text Symbol: 033 = Undelete Task
Text Symbol: 034 = Delete Task
Text Symbol: 035 = Insert New Task
Text Symbol: 036 = Departure
Text Symbol: 037 = Arrival
Text Symbol: 101 = Select Days of Week


INCLUDES used within this REPORT ADFSH_FLIGHT_MASTER

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 = .



Contribute (Add Comments)

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 or its description.