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

CNVCDOPUCIA_KB_GETOBJLIST_SUBR SAP ABAP INCLUDE - Include CNVCDOPUCIA_KB_GETOBJLIST_SUBR







CNVCDOPUCIA_KB_GETOBJLIST_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_KB_GETOBJLIST_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_KB_GETOBJLIST_SUBR. "Basic submit
SUBMIT CNVCDOPUCIA_KB_GETOBJLIST_SUBR AND RETURN. "Return to original report after report execution complete
SUBMIT CNVCDOPUCIA_KB_GETOBJLIST_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_KB_GETOBJLIST_SUBR


INCLUDES used within this REPORT CNVCDOPUCIA_KB_GETOBJLIST_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_UCIA_GET_CHANGED_OBJS * CALL FUNCTION 'CNV_CDOP_UCIA_GET_CHANGED_OBJS' * EXPORTING * iv_start = p_start * iv_end = p_end * iv_alv_display = space * TABLES * et_objname = xt_tadir_objects * EXCEPTIONS * no_objects_provided = 1 * OTHERS = 2.

CNV_CDOP_UCIA_GETCHNGOBJS_KWBS CALL FUNCTION 'CNV_CDOP_UCIA_GETCHNGOBJS_KWBS' EXPORTING iv_start = p_start iv_end = p_end iv_alv_display = space TABLES et_objname = xt_tadir_objects EXCEPTIONS no_objects_provided = 1 OTHERS = 2.

SVRS_RESOLVE_E071_OBJ CALL FUNCTION 'SVRS_RESOLVE_E071_OBJ' EXPORTING e071_obj = ls_e071 TABLES obj_tab = lt_sub_obj_tab EXCEPTIONS not_versionable = 1 OTHERS = 2.

SVRS_GET_VERSION_DOMD_40 CALL FUNCTION 'SVRS_GET_VERSION_DOMD_40' DESTINATION 'NONE' EXPORTING * DESTINATION = object_name = ls_sapobjs-objname versno = '00000' TABLES dd01v_tab = lt_dd01v_tab dd07v_tab = lt_dd07v_tab EXCEPTIONS no_version = 1 system_failure = 2 MESSAGE sy-lisel communication_failure = 3 MESSAGE sy-lisel OTHERS = 4.

SVRS_GET_VERSION_DTED_40 CALL FUNCTION 'SVRS_GET_VERSION_DTED_40' DESTINATION 'NONE' EXPORTING * DESTINATION = object_name = ls_sapobjs-objname versno = '00000' TABLES dd04v_tab = lt_dd04v_tab EXCEPTIONS no_version = 1 system_failure = 2 MESSAGE sy-lisel communication_failure = 3 MESSAGE sy-lisel OTHERS = 4.

SVRS_GET_VERSION_SHLD_40 CALL FUNCTION 'SVRS_GET_VERSION_SHLD_40' DESTINATION 'NONE' EXPORTING * DESTINATION = object_name = ls_sapobjs-objname versno = '00000' TABLES dd31v_tab = lt_dd31v_tab dd32v_tab = lt_dd32v_tab EXCEPTIONS no_version = 1 system_failure = 2 MESSAGE sy-lisel communication_failure = 3 MESSAGE sy-lisel OTHERS = 4.

SVRS_GET_VERSION_ENQD_40 CALL FUNCTION 'SVRS_GET_VERSION_ENQD_40' DESTINATION 'NONE' EXPORTING object_name = ls_sapobjs-objname versno = '00000' TABLES dd26v_tab = lt_dd26v_tab dd27v_tab = lt_dd27v_tab EXCEPTIONS no_version = 1 system_failure = 2 MESSAGE sy-lisel communication_failure = 3 MESSAGE sy-lisel OTHERS = 4.

SVRS_GET_VERSION_VIED_40 CALL FUNCTION 'SVRS_GET_VERSION_VIED_40' DESTINATION 'NONE' EXPORTING * DESTINATION = object_name = ls_sapobjs-objname versno = '00000' TABLES dd25v_tab = lt_dd25v_tab dd26v_tab = lt_dd26v_tab dd27v_tab = lt_dd27v_tab dd28v_tab = lt_dd28v_tab EXCEPTIONS no_version = 1 system_failure = 2 MESSAGE sy-lisel communication_failure = 3 MESSAGE sy-lisel OTHERS = 4.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' DESTINATION 'NONE' EXPORTING tabname = ls_sapobjs-objname langu = sy-langu all_types = 'X' IMPORTING ddobjtype = lv_tabclass_tab TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

SVRS_GET_VERSION_FUNC_40 CALL FUNCTION 'SVRS_GET_VERSION_FUNC_40' DESTINATION 'NONE' EXPORTING * DESTINATION = object_name = ls_sapobjs-objname versno = '00000' TABLES fupar_tab = lt_fupar_tab EXCEPTIONS no_version = 1 system_failure = 2 MESSAGE sy-lisel communication_failure = 3 MESSAGE sy-lisel OTHERS = 4.

SVRS_GET_REPS_FROM_OBJECT CALL FUNCTION 'SVRS_GET_REPS_FROM_OBJECT' DESTINATION 'NONE' EXPORTING object_name = ls_sapobjs-objname object_type = 'REPS' versno = '00000' TABLES repos_tab = lt_reptext_tab trdir_tab = lt_trdir_tab EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel no_version = 3 OTHERS = 4.

SVRS_GET_VERSION_TTYD_40 CALL FUNCTION 'SVRS_GET_VERSION_TTYD_40' DESTINATION 'NONE' EXPORTING object_name = ls_sapobjs-objname versno = '00000' TABLES dd40v_tab = lt_dd40v_tab dd42v_tab = lt_dd42v_tab EXCEPTIONS no_version = 1 system_failure = 2 MESSAGE sy-lisel communication_failure = 3 MESSAGE sy-lisel OTHERS = 4.

CNV_CDOP_UCIA_GET_CLASS_INFO * CALL FUNCTION 'CNV_CDOP_UCIA_GET_CLASS_INFO' * DESTINATION 'NONE' * EXPORTING * cifkey = ls_sapobjs-objname * version = '1' * TABLES * et_class = lt_ref_class * et_attributes = lt_ref_attr * et_methods = lt_ref_method * et_events = lt_ref_event * et_parameters = lt_ref_param * EXCEPTIONS * communication_failure = 1 MESSAGE sy-lisel * system_failure = 2 MESSAGE sy-lisel * no_data_found = 3 * OTHERS = 4.

CNV_CDOP_UCIA_GETCLASSINFO_KWB CALL FUNCTION 'CNV_CDOP_UCIA_GETCLASSINFO_KWB' DESTINATION 'NONE' EXPORTING cifkey = ls_sapobjs-objname version = '1' TABLES et_class = lt_ref_class et_attributes = lt_ref_attr et_methods = lt_ref_method et_events = lt_ref_event et_parameters = lt_ref_param EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel no_data_found = 3 OTHERS = 4.

SVRS_GET_VERSION_METH_40 CALL FUNCTION 'SVRS_GET_VERSION_METH_40' DESTINATION 'NONE' EXPORTING object_name = ls_sapobjs-sub_name versno = '00000' TABLES repos_tab = lt_ref_repostab trdir_tab = lt_ref_trdirtab 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_KB_GETOBJLIST_SUBR or its description.