SAP Reports / Programs

SXIDEMO_DATA_GENERATOR_XI SAP ABAP Report - PI Demo - Settings: Generate Flight Data







SXIDEMO_DATA_GENERATOR_XI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates flight data that is specifically customized for the XPI demo example...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SXIDEMO_DATA_GENERATOR_XI 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

SXIDEMO3 - PI Demo: Generate Flight 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 SXIDEMO_DATA_GENERATOR_XI. "Basic submit
SUBMIT SXIDEMO_DATA_GENERATOR_XI AND RETURN. "Return to original report after report execution complete
SUBMIT SXIDEMO_DATA_GENERATOR_XI 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: AIRLINE = Airline
Selection Text: EXAIRL = Yes
Selection Text: FULLSET = Complete Flight Data
Selection Text: NOAIRL = No
Selection Text: XISET = Optimized Flight Data
Title: PI Demo - Settings: Generate 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 = Specify the airlines for this system
Text Symbol: 005 = Is this an airline system (client)?
Text Symbol: 006 = Select data range
Text Symbol: 007 = Select the required data set:
Text Symbol: 008 = The optimized data set is recommended for the XI demo examples
Text Symbol: 009 = The XI demo examples are based on a system landscape
Text Symbol: 010 = consisting of a travel agency system and one or more
Text Symbol: 011 = airline systems
Text Symbol: 020 = Generate Flight Table Data
Text Symbol: 021 = Do you want to delete and regenerate all flight data?


INCLUDES used within this REPORT SXIDEMO_DATA_GENERATOR_XI

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-021 titel = text-020 cancel_display = space IMPORTING answer = l_answer.



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