SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNVA_CCD_ANA_FORMS SAP ABAP INCLUDE - Subroutines for CNVA_CCD_ANA (CC deletion analysis) package







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


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


Text pool values


Title: Subroutines for CNVA_CCD_ANA (CC deletion analysis) package


INCLUDES used within this REPORT CNVA_CCD_ANA_FORMS

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:

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.



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