SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)(BC-DWB-TOO-ATF) SAP BC

SATC_AC_START_CHECK_RUN SAP ABAP Report - SAP Internal: Launcher for "CheckMan" bulk scans







SATC_AC_START_CHECK_RUN 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 SATC_AC_START_CHECK_RUN 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 SATC_AC_START_CHECK_RUN. "Basic submit
SUBMIT SATC_AC_START_CHECK_RUN AND RETURN. "Return to original report after report execution complete
SUBMIT SATC_AC_START_CHECK_RUN 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_CRESP = D .
Selection Text: P_CST_A1 = 1st Argument
Selection Text: P_CST_A2 = 2nd Argument
Selection Text: P_CST_FC = Factory Class
Selection Text: P_CTL = D .
Selection Text: P_CXMPT = D .
Selection Text: P_CXSF = Profile Plus Additional Checks
Selection Text: P_CXSN = Profile Without Certain Checks
Selection Text: P_GROUP = D .
Selection Text: P_GRP = D .
Selection Text: P_GRPF = On RFC Server Group
Selection Text: P_MAX = Nbr. Parallel Processes
Selection Text: P_PRF = Profile
Selection Text: P_PRFF = Select by Profile
Selection Text: P_RBX = Add Info from Runtime Errors
Selection Text: P_SNAME = D .
Selection Text: P_SRV = D .
Selection Text: P_SRVF = On Server
Selection Text: P_ST_NEW = D .
Selection Text: P_ST_NO = D .
Selection Text: P_ST_UU = D .
Selection Text: P_TIT = D .
Selection Text: P_TRC = D .
Selection Text: P_VALID = D .
Selection Text: S_ACMPS = Application Component
Selection Text: S_CXS = Checks to Add
Selection Text: S_CXS_R = Checks to Remove
Selection Text: S_DEST = Replicate to
Selection Text: S_PKS = Package
Selection Text: S_SCMPS = Software Component
Selection Text: S_SRCSYS = D .
Selection Text: S_TLAYS = D .
Selection Text: P_BAT = D .
Selection Text: P_ACT = D .
Selection Text: PX_CST_Y = Custom Provider
Selection Text: PX_CST_N = Object Set
Title: SAP Internal: Launcher for "CheckMan" bulk scans
Text Symbol: 001 = Object set is empty





Text Symbol: 002 = No checks selected
Text Symbol: 003 = Execution failed
Text Symbol: 004 = The ATC run has been scheduled for batch execution
Text Symbol: 005 = ''History Series'' already exists
Text Symbol: 006 = Enter name of ''History Series''
Text Symbol: 007 = ''History Series'' doesnot exist
Text Symbol: 014 = Batch scheduling failure
Text Symbol: ACR = Not authorized
Text Symbol: BGD = Number of background processes is unknown
Text Symbol: CKF = Please choose custom key factory
Text Symbol: CST = Custom Provider
Text Symbol: CXS = Checks
Text Symbol: EAB = Execution aborted (exception)
Text Symbol: EMS = Exemptions are disabled in system
Text Symbol: EXE = Execution
Text Symbol: GRP = Server group is not specified
Text Symbol: HDR = Header
Text Symbol: INT = Internal Issue
Text Symbol: ME1 = Central run has no Group name
Text Symbol: MGP = Group maintainance
Text Symbol: MOD = Cannot Initialize Module
Text Symbol: OPT = Options
Text Symbol: PPR = Postprocessing
Text Symbol: PRF = Profile maintainance
Text Symbol: SEL = Object Selection
Text Symbol: SET = Object Set
Text Symbol: SRV = Server is not specified


INCLUDES used within this REPORT SATC_AC_START_CHECK_RUN

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:

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = c_Custom_Factory values = g_Value_Help-custom_Factories[] exceptions others = 0.

SATC_EXECUTE_PROJECT call function 'SATC_EXECUTE_PROJECT' exporting i_Project = l_Project i_Execution_Mode = 'T' importing e_Exec_Id = l_Exec_Id e_Success = l_Success.

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 = 1.

SCRMUI_ADMIN_CHECKPROFILE_EDIT





call function 'SCRMUI_ADMIN_CHECKPROFILE_EDIT'.

SATC_EXECUTE_PROJECT_VIA_BATCH call function 'SATC_EXECUTE_PROJECT_VIA_BATCH' exporting i_Project = i_Project i_Destination_Type = i_Destination_Type i_Server_Name = i_Server_Name i_Server_Group = i_Server_Group i_Nbr_Processes = i_Nbr_Processes i_Activate_Trace = p_Trc i_Hosted_Data = i_Serlzed_Checks.

SATC_EXECUTE_PROJECT call function 'SATC_EXECUTE_PROJECT' exporting i_Project = i_Project i_Destination_Type = i_Destination_Type i_Server_Name = i_Server_Name i_Server_Group = i_Server_Group i_Nbr_Processes = i_Nbr_Processes i_Activate_Trace = p_Trc i_Hosted_Data = i_Serlzed_Checks importing e_Exec_Id = exec_Id.

SATC_AC_DISPL_RESULT_BY_EXEC call function 'SATC_AC_DISPL_RESULT_BY_EXEC' exporting i_Execution_Id = exec_Id exceptions others = 1.



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