CNVA_CCD_ANA_FORMS is a standard ABAP INCLUDE 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 CNVA_CCD_ANA_FORMS 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.
Title: Subroutines for CNVA_CCD_ANA (CC deletion analysis) package
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
APPL_LOG_WRITE_SINGLE_MESSAGE CALL FUNCTION 'APPL_LOG_WRITE_SINGLE_MESSAGE' EXPORTING object = 'CNVA_CCD_ANA' MESSAGE = ls_balmi update_or_insert = 'I' * IMPORTING * E_MSG_HANDLE = EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3 .
APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING header = ld_balhdri * LOG_HANDLE = * IMPORTING * UPDATE_OR_INSERT = * E_LOG_HANDLE = EXCEPTIONS object_not_found = 1 subobject_not_found = 2 error = 3 OTHERS = 4 .
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'CNV_STATE' value = ld_dd07v-domvalue_l langu = ld_langu texts_only = 'X' IMPORTING dd07v_wa = ld_dd07v EXCEPTIONS not_found illegal_input.
APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING object = 'CNVA_CCD_ANA' TABLES object_with_lognumber = lt_balnri.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-000 text_question = text-001 text_button_1 = text-002 text_button_2 = text-003 default_button = '1' display_cancel_button = '' * POPUP_TYPE = IMPORTING answer = lv_confirm * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .
CNV_MBT_RFC_PCL CALL FUNCTION 'CNV_MBT_RFC_PCL' EXPORTING packid = p_pack IMPORTING destination_id = lv_pcl_rfc EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 OTHERS = 3.
CNVA_CCD_ANA_UPDATE_ANAID CALL FUNCTION 'CNVA_CCD_ANA_UPDATE_ANAID' DESTINATION lv_pcl_rfc EXPORTING i_pcl_pack = p_pack i_sysid = sy-sysid i_clnt = sy-mandt i_user = sy-uname i_exec_target = 'E' IMPORTING es_anaid_shd = ls_anaid_shd EXCEPTIONS communication_failure = 2 MESSAGE gd_msgtext system_failure = 3 MESSAGE gd_msgtext update_failed = 1 OTHERS = 2.
CNVA_CCD_ANA_CREATE CALL FUNCTION 'CNVA_CCD_ANA_CREATE' EXPORTING lv_anaid = ls_anaid_shd-analysisid lv_pclpackid = p_pack lv_ana_descr = ls_anaid_shd-descr EXCEPTIONS no_dialog_auth = 1 duplicate_anaid = 2 no_authorization = 3 OTHERS = 4.
CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id * EXEC_NUM = * ALL_AS_TABLE = IMPORTING state_tec = lv_state_tec state_log = lv_state_log aborted = lv_aborted * LAST_EXEC_NUM = * TABLES * T_EX_CNVMBTSTATE = EXCEPTIONS entry_does_not_exist = 1 OTHERS = 2 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING default_button = '2' titlebar = text-029 "#EC * text_question = text-030 "#EC * text_button_1 = text-002 text_button_2 = text-003 IMPORTING answer = lv_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNVA_CCD_ANA_FORMS - Subroutines for CNVA_CCD_ANA (CC deletion analysis) package CNVA_CCD_ANA_FIND_ORG_UNITS - Locate Org. Units Eligible for Deletion Simulation CNVA_CCD_ANA_FIND_ORG_UNITS - Locate Org. Units Eligible for Deletion Simulation CNVA_CCD_ANA_D_TRIGGER - Include CNVA_CCD_ANA_D_TRIGGER CNVA_CCD_ANA_D_MAINT_ORG - Include CNVA_CCD_ANA_D_MAINT_ORG CNVA_CCD_ANA_D_MAINT_OBJECT - Include CNVA_CCD_ANA_D_MAINT_OBJECT