SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP List Viewer(BC-SRV-ALV) SAP BC

SALV_TEST_TABLE_REFRESH SAP ABAP Report - Demonstration for REFRESH in ALV OM







SALV_TEST_TABLE_REFRESH 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_TABLE_REFRESH 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_TABLE_REFRESH. "Basic submit
SUBMIT SALV_TEST_TABLE_REFRESH AND RETURN. "Return to original report after report execution complete
SUBMIT SALV_TEST_TABLE_REFRESH 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_6ACT7 = Display Settings
Selection Text: P_6ACT6 = Aggregations
Selection Text: P_6ACT5 = Filter
Selection Text: P_6ACT4 = Sort
Selection Text: P_6ACT3 = Columns
Selection Text: P_6ACT2 = Selection
Selection Text: P_6ACT1 = Change Data Records
Selection Text: P_5ACT9 = PBO
Selection Text: P_5ACT8 = TOP-OF-LIST
Selection Text: P_5ACT7 = Display Settings
Selection Text: P_5ACT6 = Aggregations
Selection Text: P_5ACT5 = Filter
Selection Text: P_5ACT4 = Sort
Selection Text: P_5ACT3 = Columns
Selection Text: P_5ACT2 = Selection
Selection Text: P_5ACT1 = Change Data Records
Selection Text: P_4ACT8 = TOP-OF-LIST
Selection Text: P_4ACT7 = Display Settings
Selection Text: P_4ACT6 = Aggregations
Selection Text: P_4ACT5 = Filter
Selection Text: P_4ACT4 = Sort
Selection Text: P_4ACT3 = Columns
Selection Text: P_6ACT8 = TOP-OF-LIST
Selection Text: P_ON7 = PAI
Selection Text: P_ON6 = PBO
Selection Text: P_ON5 = Own Function
Selection Text: P_ON4 = After ALV Function
Selection Text: P_ON3 = Before ALV Function
Selection Text: P_ON2 = Hotspot Click
Selection Text: P_ON1 = Double-Click
Selection Text: P_LIST = Output as List
Selection Text: P_GRID = Output as Grid
Selection Text: P_FULL = Output as Fullscreen Grid
Selection Text: P_FILE = File Name
Selection Text: P_EXT = Data from External File
Selection Text: P_DB = Data from Database
Selection Text: P_AMOUNT = Number of Data Records
Selection Text: P_7ACT8 = TOP-OF-LIST





Selection Text: P_7ACT7 = Display Settings
Selection Text: P_7ACT6 = Aggregations
Selection Text: P_7ACT5 = Filter
Selection Text: P_7ACT4 = Sort
Selection Text: P_7ACT3 = Columns
Selection Text: P_7ACT2 = Selection
Selection Text: P_7ACT1 = Change Data Records
Selection Text: P_4ACT2 = Selection
Selection Text: P_1ACT1 = Change Data Records
Selection Text: P_1ACT2 = Selection
Selection Text: P_1ACT3 = Columns
Selection Text: P_1ACT4 = Sort
Selection Text: P_1ACT5 = Filter
Selection Text: P_1ACT6 = Aggregations
Selection Text: P_1ACT7 = Display Settings
Selection Text: P_1ACT8 = TOP-OF-LIST
Selection Text: P_2ACT1 = Change Data Records
Selection Text: P_2ACT2 = Selection
Selection Text: P_2ACT3 = Columns
Selection Text: P_2ACT4 = Sort
Selection Text: P_2ACT5 = Filter
Selection Text: P_4ACT1 = Change Data Records
Selection Text: P_3ACT8 = TOP-OF-LIST
Selection Text: P_3ACT7 = Display Settings
Selection Text: P_3ACT6 = Aggregations
Selection Text: P_3ACT5 = Filter
Selection Text: P_3ACT4 = Sort
Selection Text: P_3ACT3 = Columns
Selection Text: P_3ACT2 = Selection
Selection Text: P_3ACT1 = Change Data Records
Selection Text: P_2ACT8 = TOP-OF-LIST
Selection Text: P_2ACT7 = Display Settings
Selection Text: P_2ACT6 = Aggregations
Title: Demonstration for REFRESH in ALV OM
Text Symbol: B01 = Own Function
Text Symbol: I00 = Function
Text Symbol: I01 = Own Function
Text Symbol: I02 = Before ALV Function
Text Symbol: I03 = After ALV Function





Text Symbol: I04 = Double Click
Text Symbol: I05 = Single Click
Text Symbol: I20 = Action
Text Symbol: I21 = Change Data Records
Text Symbol: I22 = Selection
Text Symbol: I23 = Columns
Text Symbol: I24 = Sort
Text Symbol: I25 = Filter
Text Symbol: I26 = Aggregations
Text Symbol: I27 = Display Settings
Text Symbol: I28 = TOP-OF-LIST
Text Symbol: S01 = Action
Text Symbol: T01 = Test for REFRESH in ALV OM
Text Symbol: T02 = REFRESH Test in ALV OM - New Title


INCLUDES used within this REPORT SALV_TEST_TABLE_REFRESH

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