CNVC_CCE_EXEC_USAGE_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 CNVC_CCE_EXEC_USAGE_FORMS 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 CNVC_CCE_EXEC_USAGE_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNVC_CCE_GET_TABLE_USAGE CALL FUNCTION 'CNVC_CCE_GET_TABLE_USAGE' DESTINATION p_rfc EXPORTING iv_customize_tabname =
-tabname TABLES it_repository = lt_single_repository * ET_RES_HDR = et_res_detail = lt_res_detail EXCEPTIONS customizing_tab_not_found = 1 customizing_field_not_found = 2 appl_table_not_found = 3 appl_field_not_found = 4 customizing_table_is_empty = 5 field_info_not_found = 6 repository_not_relevant = 7 system_failure = 98 communication_failure = 99 OTHERS = 8 .
CNV_MBT_L_SUBPROT_WRITE_DB CALL FUNCTION 'CNV_MBT_L_SUBPROT_WRITE_DB' EXCEPTIONS internal_errors = 1 OTHERS = 2.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNVC_CCE_EXEC_USAGE_FORMS - Include CNVC_CCE_EXEC_USAGE_FORMS CNVC_CCE_EXCLUDE_WIDTH - exclude tables that are too wide CNVC_CCE_EXCLUDE_WIDTH - exclude tables that are too wide CNVC_CCE_EXCLUDE_DATATYPE - exclude datatypes from comparison CNVC_CCE_EXCLUDE_DATATYPE - exclude datatypes from comparison CNVC_CCE_EVAL_XLS - Download to EXCEL