SAP Reports / Programs

ADFSH_FLIGHT_MASTER_TCF SAP ABAP Report - Flight Scheduling: Seasonal Data Maintenance







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


Transaction Code(s):

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

FSH01N - 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_TCF. "Basic submit
SUBMIT ADFSH_FLIGHT_MASTER_TCF AND RETURN. "Return to original report after report execution complete
SUBMIT ADFSH_FLIGHT_MASTER_TCF 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_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





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: 038 = Both
Text Symbol: 039 = Only ETOPS
Text Symbol: 040 = Non ETOPS
Text Symbol: 041 = Only deleted
Text Symbol: 042 = Non deleted
Text Symbol: 101 = Select Days of Week
Text Symbol: 102 = Departure Tasks
Text Symbol: 103 = Arrival Tasks


INCLUDES used within this REPORT ADFSH_FLIGHT_MASTER_TCF

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