SALV_DEMO_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_DEMO_TABLE_REFRESH into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_AMOUNT = Number of Data Records
Selection Text: P_FULL = Output as Fullscreen Grid
Selection Text: P_GRID = Output as Grid
Selection Text: P_LIST = Output as List
Selection Text: P_MDATA = Display/Suppress Columns
Selection Text: P_NONE = No Response
Selection Text: P_SEL = Select Column PRICE
Title: Demonstration for REFRESH in ALV OM
Text Symbol: B01 = Double Data Records and Select Rows
Text Symbol: B02 = Suppress/Display Columns
Text Symbol: B03 = Select Column PRICE
Text Symbol: I01 = Number of Data Records Doubled
Text Symbol: I08 = Own Function
Text Symbol: I09 = Before ALV Function
Text Symbol: I10 = After ALV Function
Text Symbol: S01 = Before and After an ALV Function
Text Symbol: T01 = Demonstration for REFRESH in ALV OM
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SALV_DEMO_TABLE_REFRESH - Demonstration for REFRESH in ALV OM SALV_DEMO_TABLE_REFRESH - Demonstration for REFRESH in ALV OM SALV_DEMO_TABLE_RECURSION - Demonstration of Recursive Call of ALV OM SALV_DEMO_TABLE_RECURSION - Demonstration of Recursive Call of ALV OM SALV_DEMO_TABLE_REAL_SIMPLE - Most Simple Call of the ALV OM SALV_DEMO_TABLE_REAL_SIMPLE - Most Simple Call of the ALV OM