SAP Reports / Programs

RCUKDUPD SAP ABAP Report - Object Dependencies Block Check







RCUKDUPD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report program checks the syntax of the selected set of dependencies and lets you update the compilation of corrupt dependencies in the database...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 RCUKDUPD 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 RCUKDUPD. "Basic submit
SUBMIT RCUKDUPD AND RETURN. "Return to original report after report execution complete
SUBMIT RCUKDUPD 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: 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_UPDATE = Replace Incorrect Code
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 = Chck
Text Symbol: 002 = Dep.Type
Text Symbol: 003 = Dep.
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
Text Symbol: 130 = Number of Replaced Compilations
Text Symbol: 200 = Global
Text Symbol: 210 = Local
Text Symbol: 300 = Syntax Chk Running
Text Symbol: 600 = Char.
Text Symbol: 610 = Char. Val.
Text Symbol: 620 = Config.Obj
Text Symbol: 630 = PRT


INCLUDES used within this REPORT RCUKDUPD

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:

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 * XAK 210297 IMPORTING ADZHL = ADZHL TABLES CODE_TAB = XKBD_TREE_OLD EXCEPTIONS NO_REC_FOUND = 01.

CUVB_MODIFY_KNOWLEDGE CALL FUNCTION 'CUVB_MODIFY_KNOWLEDGE' IN UPDATE TASK EXPORTING CREATE_DISPO_ENTRIES = SPACE TABLES CUEX_TAB = CUEX_OBJ CUKBT_TAB = CUKBT_OBJ CUKB_TAB = CUKB_OBJ CUKN_TAB = CUKN_OBJ CUXR_TAB = CUXR_OBJ VBVAR_TAB = CUVA_OBJ VBVRNT_TAB = CUVR_OBJ EXCEPTIONS OTHERS = 1.

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.



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