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

CNVCDOPUCIA_EXT_SUBROUT_FORMS SAP ABAP INCLUDE - Include CNVCDOPUCIA_EXT_SUBROUT_FORMS







CNVCDOPUCIA_EXT_SUBROUT_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 CNVCDOPUCIA_EXT_SUBROUT_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 CNVCDOPUCIA_EXT_SUBROUT_FORMS. "Basic submit
SUBMIT CNVCDOPUCIA_EXT_SUBROUT_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT CNVCDOPUCIA_EXT_SUBROUT_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: Include CNVCDOPUCIA_EXT_SUBROUT_FORMS


INCLUDES used within this REPORT CNVCDOPUCIA_EXT_SUBROUT_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:

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_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.

CNV_CDOP_UCIA_GET_FORM_PARAMS CALL FUNCTION 'CNV_CDOP_UCIA_GET_FORM_PARAMS' DESTINATION 'NONE' EXPORTING im_formname = ls_programs-formname im_progname = ls_programs-progname TABLES it_subroutineinfo = lt_forminfo_anal EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel form_not_exist = 3 OTHERS = 4.

CNV_CDOP_UCIA_GET_FORM_PARAMS CALL FUNCTION 'CNV_CDOP_UCIA_GET_FORM_PARAMS' DESTINATION gv_ref_sys EXPORTING im_formname = ls_programs-formname im_progname = ls_programs-progname TABLES it_subroutineinfo = lt_forminfo_ref EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel form_not_exist = 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_EXT_SUBROUT_FORMS or its description.