SAP Reports / Programs

RS_AUCV_RUNNER SAP ABAP Report - ABAP Unit Runner







RS_AUCV_RUNNER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this program to run ABAP unit tests for sets of ABAP programs...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RS_AUCV_RUNNER 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 RS_AUCV_RUNNER. "Basic submit
SUBMIT RS_AUCV_RUNNER AND RETURN. "Return to original report after report execution complete
SUBMIT RS_AUCV_RUNNER 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: SO_PROG = Other Program Types
Selection Text: SO_NPR = Other Program Types
Selection Text: SO_NFG = Function Pools
Selection Text: SO_NDEVC = Subpackages
Selection Text: SO_NCL = Class Pools
Selection Text: SO_FUGR = Function Pools
Selection Text: SO_EMAIL = E-Mail Address (SMTP)
Selection Text: SO_DEVC = Package
Selection Text: SO_CLASS = Class Pools
Selection Text: P_SAPICO = Embed Icons
Selection Text: P_RSKLVL = Highest Risk Level
Selection Text: P_PACKR = With Subpackages
Selection Text: P_EXCL = Exclude Selected Objects...
Selection Text: P_ERROR = Send in Error Case Only
Selection Text: P_DURLVL = Highest Duration Category
Selection Text: P_DETAIL = Detail List
Selection Text: P_AUCV = With Coverage
Selection Text: P_ADTURI = Render URIs for ADT
Selection Text: B_OBJ = Select by Program
Selection Text: B_EMAIL = Send SMTP Mails ...
Selection Text: B_DIRECT = Show Results (only in Dialog)
Selection Text: B_DEVC = Select by Package
Title: ABAP Unit Runner
Text Symbol: PEX = Starting tests
Text Symbol: P01 = Select Objects ....
Text Symbol: K00 = All unit tests successful -> No Email
Text Symbol: DVC = Packages
Text Symbol: 008 = Options for Dialog Mode
Text Symbol: 007 = Exclude Objects from Selected Packages
Text Symbol: 006 = Content
Text Symbol: 005 = Options for Sending
Text Symbol: 004 = Permissible Duration and Risk Level
Text Symbol: 003 = Output Mode
Text Symbol: 002 = Select by Program
Text Symbol: 001 = Select by Package
Text Symbol: 000 = Select Objects for Unit Tests


INCLUDES used within this REPORT RS_AUCV_RUNNER

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:

SABP_AU_TEST_ITEMS_FROM_IDE call function 'SABP_AU_TEST_ITEMS_FROM_IDE' exporting tadir_keys = tadir_keys with_coverage = p_aucv limit_on_risk_level = p_rsklvl limit_on_duration_category = p_durlvl.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' object_name = i_package object_type = 'DEVC' in_new_window = 'X' exceptions not_executed = 1 invalid_object_type = 2 others = 3.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' object_name = i_test_class object_type = 'PL' enclosing_object = prog in_new_window = 'X' exceptions not_executed = 1 invalid_object_type = 2 others = 3.

WB_TREE_GET_INCLUDE call function 'WB_TREE_GET_INCLUDE' exporting objectname = i_test_class objecttype = 'P' program = prog importing include_name = include exceptions index_not_found = 1 object_not_found = 2 others = 3.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' object_name = prg_name object_type = 'OLI' enclosing_object = include in_new_window = 'X' exceptions not_executed = 1 invalid_object_type = 2 others = 3.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = text-p01.

RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = 'STAT1000' tables p_exclude = tab.

RS_VARIANT_EXISTS call function 'RS_VARIANT_EXISTS' exporting report = my_repid variant = my_variant importing r_c = my_subrc.

RS_SUPPORT_SELECTIONS call function 'RS_SUPPORT_SELECTIONS' exporting report = my_repid variant = my_variant exceptions others = 0.



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