CNVA_CCD_ANA_FORMS_V1 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_V1 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: Include Z_CNVA_CCD_ANA_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
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_V1 - Include Z_CNVA_CCD_ANA_FORMS CNVA_CCD_ANA_FORMS_FIND_ORG - Include containing determination routines to find relevant org units 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