RCUKDCHK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report makes a syntax check for the selected set of dependencies...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 RCUKDCHK into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: N_MAX = Maximum Number of Hits
Selection Text: RKNEDT = Creation Date
Selection Text: RKNNAM = Dependency
Selection Text: RKNNUM = Internal Dependency Number
Selection Text: X_AENNR = Change Number
Selection Text: X_CVERS0 = Code format 2.2
Selection Text: X_CVERS1 = Code format to 3.0D
Selection Text: X_CVERS2 = Code format to 3.1I
Selection Text: X_CVERS3 = Current Code Format
Selection Text: X_DATE = Validity Date
Selection Text: X_KNART = Dependency Type
Selection Text: X_KNEUS = Created By
Selection Text: X_KNGRP = Dependency Group
Selection Text: X_KNNAM = Dependency
Selection Text: X_KNSTA = Status
Selection Text: X_ZCODE = Check Compiled Code
Selection Text: X_ZDISP = Display Errors Only
Title: Object Dependencies Block Check
Text Symbol: 680 = VarTab
Text Symbol: 670 = Cstr.Net
Text Symbol: 660 = BOM Item
Text Symbol: 650 = Oper.
Text Symbol: 640 = Sequ.
Text Symbol: 001 = Chk
Text Symbol: 002 = Dep.Type
Text Symbol: 003 = Dependency
Text Symbol: 004 = Stat
Text Symbol: 005 = Chg.No.
Text Symbol: 006 = Int.Vs
Text Symbol: 007 = Local Assgmt
Text Symbol: 010 = OK
Text Symbol: 020 = NOK
Text Symbol: 030 = Err
Text Symbol: 040 = Cod
Text Symbol: 100 = No. of Checked Dependencies
Text Symbol: 110 = Errors Found In
Text Symbol: 115 = Maximum Number of Hits Reached
Text Symbol: 120 = Total Runtime / Mics
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CUKD_GET_KNOWLEDGE CALL FUNCTION 'CUKD_GET_KNOWLEDGE' EXPORTING RELATION_NR = ICUKB-KNNUM DATE = DATE TABLES KNOWLEDGE_TAB = SOURCE EXCEPTIONS NO_KNOWLEDGE_FOUND = 02 NO_RELATION_FOUND = 04.
CUPB_CHECK CALL FUNCTION 'CUPB_CHECK' EXPORTING DARK_MODE = 'X' EXPRESSION_ID = SPACE EXPRESSION_TYPE = EXPRESSION_TYPE GRAMMAR = 'SAPLCUPB' VALID_FROM = DATE DECLARATIVE_MODE = DECLARATIVE_MODE IMPORTING EXPR = EXPR RESULT = RESULT TABLES PARSD_SOURCE = SOURCE EXCEPTIONS INTERNAL_ERROR = 01.
CUKD_CHECK_RELEASED_STATUS CALL FUNCTION 'CUKD_CHECK_RELEASED_STATUS' EXPORTING STATUS = KNSTA EXCEPTIONS NOT_RELEASED = 1 OTHERS = 2.
CUPB_CONFIRM CALL FUNCTION 'CUPB_CONFIRM' EXPORTING EXPR = EXPR VALID_FROM = DATE TABLES RESULT_CODE = XKBD_TREE XREF = XXREF EXCEPTIONS INTERNAL_ERROR = 01.
CUKD_GET_CODE CALL FUNCTION 'CUKD_GET_CODE' EXPORTING KNNUM = KNNUM DATE = DATE TABLES CODE_TAB = XKBD_TREE_OLD EXCEPTIONS NO_REC_FOUND = 01.
CUKD_CHECK_RELEASED_STATUS CALL FUNCTION 'CUKD_CHECK_RELEASED_STATUS' EXPORTING STATUS = KNSTA EXCEPTIONS NOT_RELEASED = 1 OTHERS = 2.
CUKD_GET_RELATION_TYPE_TEXT CALL FUNCTION 'CUKD_GET_RELATION_TYPE_TEXT' EXPORTING KNART = KNART IMPORTING KNART_DESCRI = KNART_LONG.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = PROGRESS_PERCENT TEXT = PROGRESS_TEXT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCUKDCHK - Object Dependencies Block Check RCUKDCHK - Object Dependencies Block Check RCUKD005 - Cleans up dependencies (datuv <>0 and AENNR = space becomes datuv = 0) RCUKD005 - Cleans up dependencies (datuv <>0 and AENNR = space becomes datuv = 0) RCUKD004 - Cleans up cross-references and code lines for locked dependencies RCUKD004 - Cleans up cross-references and code lines for locked dependencies