CNV_CMIS_A_10_PCL_INCLUDE 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 CNV_CMIS_A_10_PCL_INCLUDE 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 CNV_CMIS_A_10_PCL_INCLUDE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_PROTOCOL_INIT CALL FUNCTION 'CNV_MBT_L_PROTOCOL_INIT' EXPORTING packid = iv_packid phase = iv_phase_id activity_id = iv_activity_id.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'I' msgid = 'CNVCMIS_A_10_MESSAGE' msgno = '056' level = '1' probclass = '1'.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'I' msgid = 'CNVCMIS_A_10_MESSAGE' msgno = '057' level = '1' probclass = '1'.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'E' msgid = iv_id msgno = iv_number level = '2' probclass = '2' EXCEPTIONS OTHERS = 1.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXCEPTIONS OTHERS = 1.
CNV_MBT_L_STATE_UPDATE CALL FUNCTION 'CNV_MBT_L_STATE_UPDATE' EXPORTING packid = gv_packid phase = p_phase activity_id = p_act_id aborted = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_CMIS_A_10_PCL_INCLUDE - Include CNV_CMIS_A_10_PCL_INCLUDE CNV_CMIS_A_10_OBJECT_DISPLAY - Include CNV_CMIS_A_10_OBJECT_DISPLAY CNV_CMIS_A_10_MSAG - Include CNV_CMIS_A_10_MSAG CNV_CMIS_A_10_MCOB - Include CNV_CMIS_A_10_MCOB CNV_CMIS_A_10_MCID - Include CNV_CMIS_A_10_MCID CNV_CMIS_A_10_MBT_INIT_SELECT - Selection of Repository objects into sender and receiver systems