SXIDEMO_SHOW_FLIGHT_DATA 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 SXIDEMO_SHOW_FLIGHT_DATA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SXIDEMO2 - PI Demo: Display Flight 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: FU1 = Display Flight Data
Selection Text: FU2 = Display Availability Data
Selection Text: FU3 = Display Booking Data
Title: XI Demo - Airline: Display Flight Data
Text Symbol: 001 = CAUTION
Text Symbol: 002 = PI demo examples must be configured before first use
Text Symbol: 003 = Read the documentation under Help - Application Help
Text Symbol: 004 = Functions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TABLE_LIST_CREATE call function 'RS_TABLE_LIST_CREATE' EXPORTING action = 'ANZE' table_name = 'SXIDEMO_SFLIGHT1' generation_forced = ''.
RS_TABLE_LIST_CREATE call function 'RS_TABLE_LIST_CREATE' EXPORTING action = 'ANZE' table_name = 'SXIDEMO_SFLIGHT2' generation_forced = ''.
RS_TABLE_LIST_CREATE call function 'RS_TABLE_LIST_CREATE' EXPORTING action = 'ANZE' table_name = 'SXIDEMO_SBOOK' generation_forced = ''.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SXIDEMO_SHOW_FLIGHT_DATA - XI Demo - Airline: Display Flight Data SXIDEMO_SHOW_FLIGHT_DATA - XI Demo - Airline: Display Flight Data SXIDEMO_DATA_GENERATOR_XI - PI Demo - Settings: Generate Flight Data SXIDEMO_DATA_GENERATOR_XI - PI Demo - Settings: Generate Flight Data SXIDEMO_AGCY_FBO_SEND_INFO - PI Demo - Travel Agency: Send Flight Booking Order Statistics SXIDEMO_AGCY_FBO_SEND_INFO - PI Demo - Travel Agency: Send Flight Booking Order Statistics