SAP Reports / Programs

BALVST02_GRID SAP ABAP Report - Test program ALV: Simple list flight model







BALVST02_GRID 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 BALVST02_GRID into the relevant SAP transactions such as SE38 or SE80


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 BALVST02_GRID. "Basic submit
SUBMIT BALVST02_GRID AND RETURN. "Return to original report after report execution complete
SUBMIT BALVST02_GRID 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: FLDATE = Flight date
Selection Text: CONNID = Connection number
Selection Text: CARRID = Airline carrier
Selection Text: P_BEFORE = Output totals over items
Selection Text: P_ZEBRA = Striped pattern
Selection Text: P_TOTONL = Display totals only
Selection Text: P_TOTEXT = Total text
Selection Text: P_STTEXT = Subtotal text
Selection Text: P_RESERV = Number of footer lines
Selection Text: P_PRINT = Print immediately
Selection Text: P_NOVLIN = No column separation line
Selection Text: P_NOSINF = No selection information
Selection Text: P_NONEWP = No new page
Selection Text: P_NOLINF = No list information
Selection Text: P_NOINPT = No fields ready for input
Selection Text: P_NOCOVE = No cover page
Selection Text: P_NOCOLH = No column headings
Selection Text: P_MERGE = Merge cells
Selection Text: P_MAXROW = Number of data records
Selection Text: P_LIGHTS = Display
Selection Text: P_LIGHTC = Display and pass on
Selection Text: P_KEYHOT = Output key as hotspot
Selection Text: P_GPCE = User-Def. Control Break Format
Selection Text: P_CHKBOX = Checkbox active
Selection Text: P_COLOPT = Optimize columns
Selection Text: P_DETPOP = Detail Screen as Dialog Box
Title: Test program ALV: Simple list flight model
Text Symbol: 105 = Current Data
Text Symbol: 104 = FFM Frankfurt
Text Symbol: 103 = Airport
Text Symbol: 102 = October 1999
Text Symbol: 101 = Valid to
Text Symbol: 100 = ALV demo flight overview
Text Symbol: 064 = Print
Text Symbol: 063 = Interaction
Text Symbol: 062 = Totals
Text Symbol: 061 = Exceptions
Text Symbol: 060 = Display options





Text Symbol: 051 = Key 2
Text Symbol: 050 = Key 1
Text Symbol: 010 = Information text
Text Symbol: 006 = Execute
Text Symbol: 005 = Special columns
Text Symbol: 002 = Status list
Text Symbol: 001 = Heading list


INCLUDES used within this REPORT BALVST02_GRID

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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_BACKGROUND_ID = 'ALV_BACKGROUND' I_CALLBACK_PROGRAM = G_REPID I_STRUCTURE_NAME = 'SFLIGHT' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] * IT_EXCLUDING = IT_SPECIAL_GROUPS = GT_SP_GROUP[] IT_SORT = GT_SORT[] * IT_FILTER = * IS_SEL_HIDE = * i_default = g_default I_SAVE = G_SAVE IS_VARIANT = G_VARIANT IT_EVENTS = GT_EVENTS[] * IT_EVENT_EXIT = IS_PRINT = GS_PRINT * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES T_OUTTAB = GT_SFLIGHT.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = E03_LT_EVENTS.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING * i_logo = 'HTMLCNTL_TESTHTM2_SAPLOGO' I_LOGO = 'ENJOYSAP_LOGO' IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = G_VARIANT I_SAVE = G_SAVE * it_default_fieldcat = IMPORTING E_EXIT = G_EXIT ES_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = GX_VARIANT.



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