SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RUTCHKCO SAP ABAP Report - DD: Package Check in DDIC







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


Text pool values


Title: DD: Package Check in DDIC


INCLUDES used within this REPORT RUTCHKCO

INCLUDE RADBTOUM.


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:

TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing * SYSTEMEDIT = * systemname = systemtype = system_type * SYSTEM_CLIENT_EDIT = * SYS_CLIINDDEP_EDIT = * SYSTEM_CLIENT_ROLE = * EV_C_SYSTEM = exceptions no_systemname = 1 no_systemtype = 2.

TRINT_GET_DEVCLASS_TYPE call function 'TRINT_GET_DEVCLASS_TYPE' exporting wi_devclass = devclasses-devclass importing we_devc_type = devc_type.

DD_E071_TO_DD call function 'DD_E071_TO_DD' exporting object = object obj_name = obj_name importing type = type name = name id = id exceptions others = 2.

DDIF_DOMA_GET call function 'DDIF_DOMA_GET' exporting name = name state = 'A' importing dd01v_wa = dd01v_wa exceptions others = 2.

DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = name state = 'A' importing dd04v_wa = dd04v_wa exceptions others = 2.

DDIF_ENQU_GET call function 'DDIF_ENQU_GET' exporting name = name state = 'A' tables dd26e_tab = dd26e_tab exceptions others = 2.

DDIF_SHLP_GET call function 'DDIF_SHLP_GET' exporting name = name state = 'A' importing dd30v_wa = dd30v_wa tables dd31v_tab = dd31v_tab dd32p_tab = dd32p_tab exceptions others = 2.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = name state = 'A' importing dd02v_wa = dd02v_wa tables dd03p_tab = dd03p_tab * DD05M_TAB = dd08v_tab = dd08v_tab dd35v_tab = dd35v_tab * DD36M_TAB = exceptions others = 2.

DDIF_VIEW_GET call function 'DDIF_VIEW_GET' exporting name = name state = 'A' tables dd26v_tab = dd26v_tab dd27p_tab = dd27p_tab exceptions others = 2.

DD_DOMA_COMPONENTS call function 'DD_DOMA_COMPONENTS' exporting append = ' ' tables dd01v_tab = dd01v_tab dcobjdep_tab = dcobjdep_tab.

DD_DTEL_COMPONENTS call function 'DD_DTEL_COMPONENTS' exporting append = ' ' tables dd04v_tab = dd04v_tab dcobjdep_tab = dcobjdep_tab.

DD_ENQU_COMPONENTS call function 'DD_ENQU_COMPONENTS' exporting append = ' ' tables dd26e_tab = dd26e_tab dcobjdep_tab = dcobjdep_tab.

DD_SHLP_COMPONENTS call function 'DD_SHLP_COMPONENTS' exporting append = ' ' tables dd30v_tab = dd30v_tab dd31v_tab = dd31v_tab dd32p_tab = dd32p_tab dcobjdep_tab = dcobjdep_tab.

DD_TABL_COMPONENTS call function 'DD_TABL_COMPONENTS' exporting append = ' ' tables dd02v_tab = dd02v_tab dd03p_tab = dd03p_tab dd08v_tab = dd08v_tab dd35v_tab = dd35v_tab dcobjdep_tab = dcobjdep_tab.

DD_VIEW_COMPONENTS call function 'DD_VIEW_COMPONENTS' exporting append = ' ' tables dd26v_tab = dd26v_tab dd27p_tab = dd27p_tab dcobjdep_tab = dcobjdep_tab.

PA_MULTI_PACKAGE_CHECK call function 'PA_MULTI_PACKAGE_CHECK' exporting i_client_pgmid = main_obj-srv_pgmid i_client_obj_type = main_obj-srv_objtyp i_client_obj_key = main_obj-srv_objkey importing * E_CLIENT_OBJ_PACKAGE = e_all_checks_ok = success changing c_check_object_tab = object_table_tmp exceptions client_package_not_found = 1 server_package_not_found = 2.

DDIF_STATE_GET call function 'DDIF_STATE_GET' exporting type = dcobjdep_tab-type name = dcobjdep_tab-name id = dcobjdep_tab-id state = 'A' importing gotstate = gotstate exceptions illegal_input = 1 others = 2.

FUNCTION_EXISTS call function 'FUNCTION_EXISTS' exporting funcname = funcname exceptions function_not_exist = 1 others = 2.

DD_DD_TO_E071





call function 'DD_DD_TO_E071' exporting type = type name = name id = id importing object = object obj_name = obj_name exceptions others = 01.



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