SAP Reports / Programs

SALV_TEST_FUNCTIONS SAP ABAP Report - Demonstration of Adding Own Functions in ALV OM







SALV_TEST_FUNCTIONS 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 SALV_TEST_FUNCTIONS 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 SALV_TEST_FUNCTIONS. "Basic submit
SUBMIT SALV_TEST_FUNCTIONS AND RETURN. "Return to original report after report execution complete
SUBMIT SALV_TEST_FUNCTIONS 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_TOGG = Toogle x-times /off = 0
Selection Text: P_STATUS = Set Status at Every Roundtrip
Selection Text: P_SINGL3 = Sgle3: Layout Change/Sort Asc.
Selection Text: P_SINGL2 = Sgle2: Filter/Delete/Sort Asc.
Selection Text: P_SINGL1 = Sgle1: Layout Save/Sort Asc.
Selection Text: P_OWN_ST = Own Function
Selection Text: P_NONE = No Functions
Selection Text: P_LIST = Display as Simple List
Selection Text: P_HS = Display as Hier. Seq. List
Selection Text: P_GRP2 = group2: Aggregations/Export
Selection Text: P_GRP1 = group1: Sort/Filter
Selection Text: P_GRID = Display as Grid
Selection Text: P_FUNC1 = Own Func1 Disabled
Selection Text: P_FUNC = Own Function Enabled
Selection Text: P_FULL = Display as Fullscreen Grid
Selection Text: P_FILE = File Name
Selection Text: P_EXT = Data from External File
Selection Text: P_DEF_ST = Standard Generic ALV Functions
Selection Text: P_DEF = Activate Default ALV Functions
Selection Text: P_DB = Data from Database
Selection Text: P_AMOUNT = Number of Rows
Selection Text: P_ALL = Activate All ALV Functions
Title: Demonstration of Adding Own Functions in ALV OM
Text Symbol: T01 = Demonstration of Adding Own Functions in ALV OM
Text Symbol: I10 = After Funct.
Text Symbol: I09 = Before Function
Text Symbol: I08 = Function
Text Symbol: B02 = My Function 1
Text Symbol: B01 = My Function


INCLUDES used within this REPORT SALV_TEST_FUNCTIONS

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:

No SAP FUNCTION MODULES are executed within this report code!



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