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

SCRM_START_CHECK_RUN SAP ABAP Report - CheckMan: Start Check Run







SCRM_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 SCRM_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 SCRM_START_CHECK_RUN. "Basic submit
SUBMIT SCRM_START_CHECK_RUN AND RETURN. "Return to original report after report execution complete
SUBMIT SCRM_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: PAUTOID = Assign ID Automatically
Selection Text: PCHK = Checks
Selection Text: PCHKPRF = Check Profiles
Selection Text: PCOMPARE = Compare to Reference Result
Selection Text: PDATE = Date/Time
Selection Text: PDELDAYS = Retention Period (Days)
Selection Text: PHRORG = Update HR Org Data
Selection Text: PMAXBTC = Maximum Number of Jobs
Selection Text: PMINBTC = Minimum Number of Jobs
Selection Text: POBJCOL = Object Collectors
Selection Text: POBJCOLF = Object Filter
Selection Text: POBSETID = Object Set
Selection Text: POBSETKI = Object Set Type
Selection Text: POSTPROC = Postprocessing Classes
Selection Text: PPACKMAX = To
Selection Text: PPACKMIN = Object Package ID
Selection Text: PPOSTPRO = Perform Postprocessing
Selection Text: PREPROC = Preprocessing Classes
Selection Text: PRFCDEST = RFC Destination
Selection Text: PSCH1 = Start Scheduler Immediately
Selection Text: PSCH2 = Schedule Scheduler
Selection Text: PSCHSRV = Server for Scheduler
Selection Text: PSRV = Server for Jobs
Selection Text: PSRV1 = Server for Jobs
Selection Text: PSRV2 = Server Group for Jobs
Selection Text: PSRVGRP = Server Group for Jobs
Selection Text: PTIME = Time
Selection Text: PTRKORR = Task/Transport
Selection Text: PTXTOSET = Description
Selection Text: RESP_SFW = Ignore Deactivated Obj. (SFW)
Selection Text: SCHEDBTC = Scheduler As Batch Job
Selection Text: PACT = Activate Check Result
Selection Text: BATCH = Tasks As Batch Jobs
Title: CheckMan: Start Check Run
Text Symbol: 002 = Object Set
Text Symbol: 003 = Checks
Text Symbol: 004 = Of Type
Text Symbol: 005 = Resources





Text Symbol: 006 = Parallel Processing
Text Symbol: 007 = Scheduling
Text Symbol: 008 = Server
Text Symbol: 009 = New Start
Text Symbol: 010 = Restart
Text Symbol: 011 = Restart<->New Start
Text Symbol: 012 = Restart<->Restart of Check Run
Text Symbol: 013 = Monitor
Text Symbol: 014 = Delete Check Run
Text Symbol: 015 = Replicate Check Results
Text Symbol: 016 = Standard Mode <-> Expert Mode
Text Symbol: 017 = Object Set (&1,&2) Already Active
Text Symbol: 018 = Really Use This Object Set?
Text Symbol: 019 = Confirmation Prompt
Text Symbol: 020 = (Largest Object Set ID Used: &1)
Text Symbol: 021 = Create Filter
Text Symbol: 022 = Selection: Task/Transport
Text Symbol: 023 = Debugging
Text Symbol: 024 = Pre/Postprocessing Hook Classes
Text Symbol: D01 = Configuration Problem! Note Text Window
Text Symbol: D02 = Cancel Scheduling (See Text Window)?
Text Symbol: D03 = Y
Text Symbol: D04 = No
Text Symbol: DEF = Check Run &WEEK& (&DATE&)


INCLUDES used within this REPORT SCRM_START_CHECK_RUN

INCLUDE SCRM_START_CHECK_RUN_TOP.
INCLUDE SCRM_START_CHECK_RUN_E01.
INCLUDE SCRM_START_CHECK_RUN_P01.
INCLUDE SCRM_START_CHECK_RUN_F01.


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