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

CNVCDOPUCIA_GET_USED_OBJS_SUBR SAP ABAP INCLUDE - Include CNVCDOPUCIA_GET_USED_OBJS_SUBR







CNVCDOPUCIA_GET_USED_OBJS_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_GET_USED_OBJS_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_GET_USED_OBJS_SUBR. "Basic submit
SUBMIT CNVCDOPUCIA_GET_USED_OBJS_SUBR AND RETURN. "Return to original report after report execution complete
SUBMIT CNVCDOPUCIA_GET_USED_OBJS_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_GET_USED_OBJS_SUBR


INCLUDES used within this REPORT CNVCDOPUCIA_GET_USED_OBJS_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 it_object_types = lt_object_types TABLES et_cdop_objs = lt_ca_objs EXCEPTIONS no_custom_objects_exist = 1 OTHERS = 2.

SUSR_USER_PARAMETERS_GET CALL FUNCTION 'SUSR_USER_PARAMETERS_GET' EXPORTING user_name = sy-uname TABLES user_parameters = lt_usrpara EXCEPTIONS user_name_not_exist = 1 OTHERS = 2.

REPOSITORY_ENVIRONMENT_SET CALL FUNCTION 'REPOSITORY_ENVIRONMENT_SET' EXPORTING obj_type = lv_object object_name = ls_objs-obj_name TABLES environment = lt_environment EXCEPTIONS batch = 1 batchjob_error = 2 not_executed = 3 OTHERS = 4.

TR_OBJECT_TABLE CALL FUNCTION 'TR_OBJECT_TABLE' TABLES wt_object_text = lt_obj_type_table.

RS_PROGRAM_GET_DEVCLASS CALL FUNCTION 'RS_PROGRAM_GET_DEVCLASS' EXPORTING progname = lv_prog_name IMPORTING adir = ls_tadir.

PUT_CHECK_NAME_CLASS CALL FUNCTION 'PUT_CHECK_NAME_CLASS' EXPORTING wi_object = ls_tadir-object wi_objname = ls_tadir-obj_name wi_pgmid = ls_tadir-pgmid IMPORTING we_name_class = lv_nameclass.

TRINT_OBJECT_NAMESPACE_INFO CALL FUNCTION 'TRINT_OBJECT_NAMESPACE_INFO' EXPORTING iv_pgmid = ls_tadir-pgmid iv_object = ls_tadir-object iv_objname = ls_tadir-obj_name IMPORTING ev_nameclass = lv_nameclass ev_namespace = lv_namespace EXCEPTIONS namespace_not_existing = 1 namespace_use_rejected = 2 invalid_object = 3 OTHERS = 4.

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.

TR_GET_PGMID_FOR_OBJECT CALL FUNCTION 'TR_GET_PGMID_FOR_OBJECT' EXPORTING iv_object = lv_object IMPORTING es_type = ls_type EXCEPTIONS illegal_object = 1 OTHERS = 2.

TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = ls_e071 IMPORTING pe_result = lv_result we_tadir = ls_tadir.

PUT_CHECK_NAME_CLASS CALL FUNCTION 'PUT_CHECK_NAME_CLASS' EXPORTING wi_object = ls_tadir-object wi_objname = ls_tadir-obj_name wi_pgmid = ls_tadir-pgmid IMPORTING we_name_class = lv_nameclass.

TRINT_OBJECT_NAMESPACE_INFO CALL FUNCTION 'TRINT_OBJECT_NAMESPACE_INFO' EXPORTING iv_pgmid = ls_tadir-pgmid iv_object = ls_tadir-object iv_objname = ls_tadir-obj_name IMPORTING ev_nameclass = lv_nameclass ev_namespace = lv_namespace EXCEPTIONS namespace_not_existing = 1 namespace_use_rejected = 2 invalid_object = 3 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_GET_USED_OBJS_SUBR or its description.