SAP Reports / Programs

/SDF/CD_CUSTOM_CODE_CONN_GUI SAP ABAP Report - Analysis of Custom Code







/SDF/CD_CUSTOM_CODE_CONN_GUI 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 /SDF/CD_CUSTOM_CODE_CONN_GUI into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CCAPPS - Custom Code Analysis Applications
/SDF/CD_CCA - Custom Code Analysis
CC_APPS - Custom Code Analysis Applications


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


Text pool values


Title: Analysis of Custom Code


INCLUDES used within this REPORT /SDF/CD_CUSTOM_CODE_CONN_GUI

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_system_local_copy text = 'SAP Clone Finder' info = 'Find similar or copied SAP Sources' IMPORTING RESULT = b_cf.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_interface text = 'SAP Interface Analysis' info = `Find Interface Connections to SAP's Code` IMPORTING RESULT = b_if.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_get_area text = 'SAP Reference Analysis' info = `Find References of SAP's Code` IMPORTING RESULT = b_ug.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_modification_overview text = 'SAP Modification Overview' info = 'Analysis of Modified SAP Objects' IMPORTING RESULT = b_md.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_distribute text = 'Custom Code Remote Compare' info = 'RFC Comparison of Custom Code' IMPORTING RESULT = b_rm.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_overview text = 'Top20 Customer Object Analysis' info = 'Analysis for frequently used reports' IMPORTING RESULT = b_st.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_compare text = 'T-Code Similarity' info = 'Analysis for similar transaction' IMPORTING RESULT = b_tc.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_list text = 'UPL Show' info = 'Show UPL data' IMPORTING RESULT = b_us.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_ABAP text = 'Code Quality' info = 'Custom Code Quality' IMPORTING RESULT = b_cq.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_biw_scheduler info = 'Schedule Job...'

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = ICON_JOB_DETAIL * text = 'Job Overview' * info = 'Check Job Status' * IMPORTING * RESULT = b_sm37.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING FUNCNAME = 'SATC_CI_GET_RESULT_CATALOG' EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2 .

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = space TABLES p_exclude = lt_exclude.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_remove_from_selection text = 'Set SAP Package Filter' "#EC NOTEXT info = 'Set Filter to SAP Updates' "#EC NOTEXT IMPORTING RESULT = b_spflt.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_include_in_selection text = gv_spflt info = 'Filter to SAP Updates Active' "#EC NOTEXT IMPORTING RESULT = b_spflt.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_jobs TABLES jobselect_joblist = lt_job EXCEPTIONS OTHERS = 1.

BP_JOB_MANAGEMENT CALL FUNCTION 'BP_JOB_MANAGEMENT' EXPORTING jobselect_dialog = 'N' "btc_no joblist_opcode = 21 "btc_joblist_edit TABLES joblist = lt_jobd EXCEPTIONS OTHERS = 0.

BP_JOB_MANAGEMENT CALL FUNCTION 'BP_JOB_MANAGEMENT' EXPORTING jobselect_dialog = 'N' "btc_no joblist_opcode = 21 "btc_joblist_edit TABLES joblist = lt_job EXCEPTIONS OTHERS = 0.

/SDF/CD_CC_CONNECT_API_START





CALL FUNCTION '/SDF/CD_CC_CONNECT_API_START' EXPORTING iv_btc_jobname = p_jobn iv_btc_start_date = p_jobdt iv_btc_start_time = p_jobtm iv_analysis_mode = iv_analysis_mode iv_run_id = con_run_id iv_run_description = 'SAP Default Evaluation' "#EC NOTEXT IMPORTING ev_btc_jobcount = lv_btc_jobcount ev_message = lv_message ev_rc = lv_rc EXCEPTIONS OTHERS = 13.

/SDF/CD_CC_CONNECT_API_RUNINFO CALL FUNCTION '/SDF/CD_CC_CONNECT_API_RUNINFO' EXPORTING iv_analysis_mode = iv_analysis_mode iv_run_id = con_run_id IMPORTING et_run_info = lt_run_info ev_message = lv_message ev_rc = lv_rc.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = lv_icon text = lv_message add_stdinf = ' ' IMPORTING RESULT = ev_info.

ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING gname = 'RSTABLE' garg = lv_enq_arg guname = space TABLES enq = lt_enq EXCEPTIONS communication_failure = 1 system_failure = 2 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 /SDF/CD_CUSTOM_CODE_CONN_GUI or its description.