SAP Reports / Programs

DD_ALV_STANDARD_TOP SAP ABAP Report - ALV use with standard page header (REUSE_ALV_COMMENTARY_WRITE)







DD_ALV_STANDARD_TOP 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 DD_ALV_STANDARD_TOP 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 DD_ALV_STANDARD_TOP. "Basic submit
SUBMIT DD_ALV_STANDARD_TOP AND RETURN. "Return to original report after report execution complete
SUBMIT DD_ALV_STANDARD_TOP 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_CHKBOX = Checkbox active
Selection Text: P_COLOPT = Optimize columns
Selection Text: P_DETPOP = Detail screen as dialog box
Selection Text: P_GPCE = User-Def. Control Break Format
Selection Text: P_KEYHOT = Output key as hotspot
Selection Text: P_LIGHTC = Display and pass on
Selection Text: P_LIGHTS = Display
Selection Text: P_MAXROW = Number of data records
Selection Text: P_MERGE = Merge cells
Selection Text: P_NOCOLH = No column headings
Selection Text: P_NOCOVE = No cover page
Selection Text: P_NOINPT = No fields ready for input
Selection Text: P_NOLINF = No list information
Selection Text: P_NONEWP = No new page
Selection Text: P_NOSINF = No selection information
Selection Text: P_NOVLIN = No column separation line
Selection Text: P_PRINT = Print immediately
Selection Text: P_RESERV = Number of footer lines
Selection Text: P_STTEXT = Subtotal text
Selection Text: P_TOTEXT = Total text
Selection Text: P_TOTONL = Display totals only
Selection Text: P_VARI = D Layout
Selection Text: P_ZEBRA = Striped pattern
Selection Text: P_BEFORE = Output totals over items
Selection Text: FLDATE = D Flight date
Selection Text: CONNID = D Connection number
Selection Text: CARRID = D Airline
Title: ALV use with standard page header (REUSE_ALV_COMMENTARY_WRITE)
Text Symbol: 001 = Heading list
Text Symbol: 002 = Status list
Text Symbol: 005 = Special columns
Text Symbol: 006 = Execute
Text Symbol: 010 = Information text
Text Symbol: 050 = Key 1
Text Symbol: 051 = Key 2
Text Symbol: 060 = Display options
Text Symbol: 061 = Exceptions
Text Symbol: 062 = Totals





Text Symbol: 063 = Interaction
Text Symbol: 064 = Print
Text Symbol: 100 = ALV demo flight overview
Text Symbol: 101 = Valid to
Text Symbol: 102 = October 1999
Text Symbol: 103 = Airport
Text Symbol: 104 = FFM Frankfurt
Text Symbol: 105 = Current Data
Text Symbol: 106 = ... are negative


INCLUDES used within this REPORT DD_ALV_STANDARD_TOP

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_WALLPAPER2' I_CALLBACK_PROGRAM = G_REPID * I_CALLBACK_HTML_TOP_OF_PAGE = 'HTML_TOP_OF_PAGE' 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 DD_ALV_STANDARD_TOP or its description.