SAP Reports / Programs

SALV_OM_TEST_FUNCTIONS SAP ABAP Report - Report SALV_OM_TEST_FUNCTIONS







SALV_OM_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_OM_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_OM_TEST_FUNCTIONS. "Basic submit
SUBMIT SALV_OM_TEST_FUNCTIONS AND RETURN. "Return to original report after report execution complete
SUBMIT SALV_OM_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_VIEWM = View Menu (Dropdown)
Selection Text: P_TOGGL2 = Hide On Clicking
Selection Text: P_TOGGL1 = Hide for each round-trip
Selection Text: P_SINGLE = Single Selection (SINGLE)
Selection Text: P_SEL = Set Selections
Selection Text: P_ROWCOL = Rows and Columns (ROW_COL)
Selection Text: P_PRTPRV = Print Preview (List)
Selection Text: P_NONE = No Selection (NONE)
Selection Text: P_NO = None
Selection Text: P_MULTI = Multiple Selection (MULTI)
Selection Text: P_LOTUS = Lotus 1-2-3
Selection Text: P_LIST = List
Selection Text: P_L = Lotus
Selection Text: P_GRIDV = Grid
Selection Text: P_GRID = Grid
Selection Text: P_GRAPH = Graphic
Selection Text: P_GL = Graphic, Lotus
Selection Text: P_G = Graphic
Selection Text: P_FULL = Full Screen
Selection Text: P_EXCL = Excel
Selection Text: P_EL = Excel, Lotus
Selection Text: P_EGL = Excel, Graphic, Lotus
Selection Text: P_EG = Excel, Graphic
Selection Text: P_E = Excel
Selection Text: P_CRYSTL = Crystal Reports
Selection Text: P_CL = CR, Lotus
Selection Text: P_CGL = CR, Graphic, Lotus
Selection Text: P_CG = CR, Graphic
Selection Text: P_CELL = Cell Selection (CELL)
Selection Text: P_CEL = CR, Excel, Lotus
Selection Text: P_CEGL = CR, Excel, Graphic, Lotus
Selection Text: P_CEG = CR, Excel, Graphic
Selection Text: P_CE = CR, Excel
Selection Text: P_C = CR
Title: Report SALV_OM_TEST_FUNCTIONS
Text Symbol: 060 = View Options Excluding Tab
Text Symbol: 050 = View Options GUI Status (Full Screen Only)
Text Symbol: 040 = Standard Functions





Text Symbol: 030 = Selection Mode
Text Symbol: 020 = Output
Text Symbol: 010 = Application Functions
Text Symbol: 002 = Trigger Application Function 2
Text Symbol: 001 = Trigger Application Function 1


INCLUDES used within this REPORT SALV_OM_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_OM_TEST_FUNCTIONS or its description.