SAP Reports / Programs

RS_SCRP_DYNP_CHECK_V2 SAP ABAP Report - Check Tool for Screens







RS_SCRP_DYNP_CHECK_V2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program manages and organizes checks to find and remove errors in existing screens...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_SCRP_DYNP_CHECK_V2 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_SCRP_DYNP_CHECK_V2. "Basic submit
SUBMIT RS_SCRP_DYNP_CHECK_V2 AND RETURN. "Return to original report after report execution complete
SUBMIT RS_SCRP_DYNP_CHECK_V2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Check Tool for Screens
Text Symbol: 098 = Save Run
Text Symbol: 097 = Delete Run
Text Symbol: 096 = Worklist
Text Symbol: 095 = Collapse All
Text Symbol: 094 = Expand All
Text Symbol: 093 = Create Check
Text Symbol: 091 = Change Check
Text Symbol: 090 = Execute Check
Text Symbol: 089 = Generate Object List
Text Symbol: 088 = Object List
Text Symbol: 087 = Display Details
Text Symbol: 086 = Details
Text Symbol: 085 = Display Log
Text Symbol: 084 = Log
Text Symbol: 083 = Repeat
Text Symbol: 082 = Trigger Repair
Text Symbol: 081 = Delete
Text Symbol: 080 = Refresh Display
Text Symbol: 077 = Screens for proc.: &3
Text Symbol: 071 = Correct. Number :
Text Symbol: 070 =
Text Symbol: 067 = Flow Logic Line
Text Symbol: 066 = created successfully
Text Symbol: 099 = could not be deleted
Text Symbol: SEP = -
Text Symbol: 317 = Run does not contain any specification
Text Symbol: 316 = Status does not provide any repair options, although errors were found.
Text Symbol: 315 = Check does not support this function.
Text Symbol: 314 = Run can be repaired, according to status.
Text Symbol: 313 = Job in processing for at least three days, according to status. Check for abnormal end.
Text Symbol: 312 = Status *not saved* should no longer be on the DB
Text Symbol: 311 = No definition entry for job exists, correction number is not available
Text Symbol: 310 = No definition entry for job exists, correction number is not available
Text Symbol: 305 = The following runs
Text Symbol: 304 = The following objects
Text Symbol: 303 = found with reference to a run that does not exist
Text Symbol: 302 = found with reference to a check that does not exist





Text Symbol: 301 = The following runs
Text Symbol: 148 = No active one for check
Text Symbol: 138 = Job Scheduled
Text Symbol: 137 = Job ended, no errors found
Text Symbol: 136 = Job ended, repairs successful
Text Symbol: 135 = Job Canceled
Text Symbol: 134 = Job Ended
Text Symbol: 133 = Job ended, repairs not successful
Text Symbol: 132 = currently in proc.
Text Symbol: 114 = The following runs showed inconsistent information
Text Symbol: 026 = Repair returned errors:
Text Symbol: 025 = Read Parameters for check from SCRP_UTIL_TODT
Text Symbol: 024 = Examines.... Hits :
Text Symbol: 023 = ReleaseCheck
Text Symbol: 022 = Display Authoriz.
Text Symbol: 021 = &2 screens processed by &3
Text Symbol: 019 = Exit
Text Symbol: 017 = Scrn srch running
Text Symbol: 016 = Check
Text Symbol: 015 = Repair
Text Symbol: 014 = for Check :
Text Symbol: 013 = Check Module
Text Symbol: 012 = Repair Module
Text Symbol: 011 = Really delete this check?
Text Symbol: 010 = Delete Check
Text Symbol: 009 = '%.,()"=
Text Symbol: 008 = Repair
Text Symbol: 007 = No
Text Symbol: 006 = Y
Text Symbol: 005 = Runs not saved
Text Symbol: 004 = None
Text Symbol: 003 = Time
Text Symbol: 002 = Date
Text Symbol: 001 = Check
Text Symbol: 065 = Object List
Text Symbol: 064 = Line
Text Symbol: 063 = Error
Text Symbol: 062 = Fld
Text Symbol: 061 = Screen





Text Symbol: 060 = Program
Text Symbol: 055 = Screen saved
Text Symbol: 047 = Warnings :
Text Symbol: 046 = Parameter List
Text Symbol: 045 = Should
Text Symbol: 044 = generated
Text Symbol: 043 = Flow Logic
Text Symbol: 042 = Element List
Text Symbol: 041 = Header
Text Symbol: 040 = Already exists
Text Symbol: 039 = BoM for
Text Symbol: 034 = Run
Text Symbol: 033 = Not searched
Text Symbol: 032 = Class $TMP searched
Text Symbol: 031 = All searched
Text Symbol: 030 = could not be deleted
Text Symbol: 029 = Function Module
Text Symbol: 028 = Repair finished w/o errors
Text Symbol: 027 = Initialized


INCLUDES used within this REPORT RS_SCRP_DYNP_CHECK_V2

INCLUDE RS_SCRP_DYNP_CHECK_V2_TOP . " GLOBAL DATA
INCLUDE SCRP_UTIL_LOCAL_CLASSES_IMPL.
INCLUDE RS_SCRP_DYNP_CHECK_V2_IMS . " IMPLEMENTATIONS
INCLUDE RS_SCRP_DYNP_CHECK_V2_IML . " IMPLEMENTATIONS OF LISTS + DB
INCLUDE RS_SCRP_DYNP_CHECK_V2_I01 . " MODULES


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