SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNVCDOPUCIA_IMPACT_BDC_SUBR SAP ABAP INCLUDE - Include CNVCDOPUCIA_IMPACT_BDC_SUBR







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


Text pool values


Title: Include CNVCDOPUCIA_IMPACT_BDC_SUBR


INCLUDES used within this REPORT CNVCDOPUCIA_IMPACT_BDC_SUBR

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:

CNV_CDOP_CA_GET_CUST_OBJS CALL FUNCTION 'CNV_CDOP_CA_GET_CUST_OBJS' EXPORTING * IV_INCLUDE_SUBOBJECTS = ' ' it_object_types = gt_object_types TABLES et_cdop_objs = gt_cnvcdopca_objs EXCEPTIONS no_custom_objects_exist = 1 OTHERS = 2.

RS_EU_CROSSREF CALL FUNCTION 'RS_EU_CROSSREF' EXPORTING i_find_obj_cls = 'FUNC' i_scope_obj_cls = 'PROG' rekursiv = 'X' no_dialog = 'X' TABLES i_findstrings = lt_findstrings o_founds = lt_results EXCEPTIONS not_executed = 1 not_found = 2 illegal_object = 3 no_cross_for_this_object = 4 batch = 5 batchjob_error = 6 wrong_type = 7 object_not_exist = 8 OTHERS = 9.

RS_EU_CROSSREF CALL FUNCTION 'RS_EU_CROSSREF' EXPORTING i_find_obj_cls = 'INCL' rekursiv = 'X' no_dialog = 'X' TABLES i_findstrings = lt_findstrings o_founds = lt_results EXCEPTIONS not_executed = 1 not_found = 2 illegal_object = 3 no_cross_for_this_object = 4 batch = 5 batchjob_error = 6 wrong_type = 7 object_not_exist = 8 OTHERS = 9.

TRINT_OBJECT_NAMESPACE_INFO CALL FUNCTION 'TRINT_OBJECT_NAMESPACE_INFO' EXPORTING iv_pgmid = 'R3TR' iv_object = 'PROG' iv_objname = lv_object IMPORTING ev_nameclass = lv_nameclass EXCEPTIONS namespace_not_existing = 1 namespace_use_rejected = 2 invalid_object = 3 OTHERS = 4.

SVRS_GET_VERSION_DYNP_40 CALL FUNCTION 'SVRS_GET_VERSION_DYNP_40' DESTINATION 'NONE' EXPORTING * DESTINATION = object_name = ls_objname versno = '00000' * IMPORTING * INFO_LINE = TABLES * VSMODISRC = d020s_tab = lt_d020s_anal * D020T_TAB = d021s_tab = lt_d021s_anal * D021T_TAB = * D022S_TAB = * D023S_TAB = * VSMODILOG = EXCEPTIONS no_version = 1 system_failure = 2 MESSAGE sy-lisel communication_failure = 3 MESSAGE sy-lisel OTHERS = 4.

SVRS_GET_VERSION_DYNP_40 CALL FUNCTION 'SVRS_GET_VERSION_DYNP_40' DESTINATION iv_ref_sys EXPORTING * DESTINATION = object_name = ls_objname versno = '00000' * IMPORTING * INFO_LINE = TABLES * VSMODISRC = d020s_tab = lt_d020s_ref * D020T_TAB = d021s_tab = lt_d021s_ref * D021T_TAB = * D022S_TAB = * D023S_TAB = * VSMODILOG = EXCEPTIONS no_version = 1 system_failure = 2 MESSAGE sy-lisel communication_failure = 3 MESSAGE sy-lisel OTHERS = 4.



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