SAP ABAP Reports

Share |

SALV_ADMIN_TEST_RUN_REPORTS SAP Report - Program SALV_ADMIN_TEST_RUN_REPORTS

SALV_ADMIN_TEST_RUN_REPORTS is a standard ABAP report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter the object name( SALV_ADMIN_TEST_RUN_REPORTS ) into the relevant SAP transaction such as SE38 or SE80

Within the comments section below there is also an opportunity for anyone to be able add useful hints and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name.


TRANSACTION CODE: N/A

Includes used within report:

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:

F4_PROGRAM call function 'F4_PROGRAM' exporting object = '*' suppress_selection = space display_only = space importing result = l_result.

F4_REPORT_VARIANT call function 'F4_REPORT_VARIANT' exporting object = '*' program = l_report suppress_selection = space * DISPLAY_ONLY = importing result = l_result program = l_report.

F4_SCREEN call function 'F4_SCREEN' exporting object = '*' program = l_report suppress_selection = space * DISPLAY_ONLY = importing result = l_result program = l_report.

RS_SELECTIONSCREEN_READ call function 'RS_SELECTIONSCREEN_READ' exporting program = sy-repid dynnr = '1000' tables fieldvalues = lt_param.

RS_SELECTIONSCREEN_UPDATE call function 'RS_SELECTIONSCREEN_UPDATE' exporting program = sy-repid dynnr = '1000' tables updatevalues = lt_param.


Text pool values


Selection Text: P_CMNT = Comments
Selection Text: P_EMAIL = Send E-Mail to
Selection Text: P_FILE = File
Selection Text: P_KEY = Identification Key
Selection Text: P_REPORT = Program Name
Selection Text: P_R_FILE = Run in File
Selection Text: P_R_MANU = Set Run Manually
Selection Text: P_SELSCR = Selection Screen
Selection Text: P_SELVAR = Selection Variant
Title: Program SALV_ADMIN_TEST_RUN_REPORTS






Share |