SAP Reports / Programs

RCU_COMPILE_DEPENDENCY SAP ABAP Report - Report RCU_COMPILE_DEPENDENCY







RCU_COMPILE_DEPENDENCY 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 RCU_COMPILE_DEPENDENCY 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 RCU_COMPILE_DEPENDENCY. "Basic submit
SUBMIT RCU_COMPILE_DEPENDENCY AND RETURN. "Return to original report after report execution complete
SUBMIT RCU_COMPILE_DEPENDENCY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report RCU_COMPILE_DEPENDENCY


INCLUDES used within this REPORT RCU_COMPILE_DEPENDENCY

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_CHECK_RELEASED_STATUS CALL FUNCTION 'CUKD_CHECK_RELEASED_STATUS' EXPORTING STATUS = lv_knsta EXCEPTIONS NOT_RELEASED = 1 OTHERS = 2.

CUKD_CHECK_RELEASED_STATUS CALL FUNCTION 'CUKD_CHECK_RELEASED_STATUS' EXPORTING STATUS = is_cukb-knsta EXCEPTIONS NOT_RELEASED = 1 OTHERS = 2.

CUKD_API_INIT CALL FUNCTION 'CUKD_API_INIT'.

CUK1_API_INIT CALL FUNCTION 'CUK1_API_INIT'.

CUK1_API_DEPNET_GENERATE CALL FUNCTION 'CUK1_API_DEPNET_GENERATE' EXPORTING dependency_net = is_cukb-knnam ecm_number = is_cukb-aennr date = date commit_and_wait = 'X' no_commit = no_commit EXCEPTIONS error = 1.

CUKD_GET_KNOWLEDGE CALL FUNCTION 'CUKD_GET_KNOWLEDGE' EXPORTING RELATION_NR = is_cukb-knnum DATE = DATE TABLES KNOWLEDGE_TAB = SOURCE EXCEPTIONS NO_KNOWLEDGE_FOUND = 02 NO_RELATION_FOUND = 04.

CUKD_CHECK_RELEASED_STATUS CALL FUNCTION 'CUKD_CHECK_RELEASED_STATUS' EXPORTING STATUS = is_cukb-knsta EXCEPTIONS NOT_RELEASED = 1 OTHERS = 2.

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

CUPB_CONFIRM CALL FUNCTION 'CUPB_CONFIRM' EXPORTING EXPR = EXPR VALID_FROM = DATE TABLES RESULT_CODE = XKBD_TREE XREF = XXREF XCSTR_VARIANTS = xcstr_variants XPMS_VARIABLES = xpms_variables EXCEPTIONS INTERNAL_ERROR = 01.

CUVB_MODIFY_KNOWLEDGE CALL FUNCTION 'CUVB_MODIFY_KNOWLEDGE' EXPORTING CREATE_DISPO_ENTRIES = SPACE TABLES CUKB_TAB = lt_cukb_upd CUEX_TAB = lt_cuex_upd CUXR_TAB = lt_cuxr_upd "Dummy tables without content: CUKBT_TAB = lt_cukbt_upd CUKN_TAB = lt_cukn_upd VBVAR_TAB = lt_cuva_upd VBVRNT_TAB = lt_cuvr_upd EXCEPTIONS OTHERS = 1.

DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting tabname = l_tab tables x031l_tab = nt exceptions not_found = 1 no_fields = 2 others = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = l_tab FIELDNAME = nt-fieldname TABLES DFIES_TAB = lt_dfies EXCEPTIONS OTHERS = 3.



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