CNV_CMIS_A_STATE_AGENT is a standard Executable ABAP Report 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_STATE_AGENT 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: Program CNV_CMIS_A_STATE_AGENT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_SUBPROT_MESSAGE CALL FUNCTION 'CNV_MBT_L_SUBPROT_MESSAGE' EXPORTING MSGTY = &3 msgid = &1 msgno = &2 MSGV1 = &4.
CNV_MBT_L_SUBPROT_WRITE_DB CALL FUNCTION 'CNV_MBT_L_SUBPROT_WRITE_DB'.
CNV_MBT_L_STATE_GET CALL FUNCTION 'CNV_MBT_L_STATE_GET' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id all_as_table = 'X' IMPORTING state_tec = gd_state_tec aborted = gd_aborted last_exec_num = gd_exec_num TABLES t_ex_cnvmbtstate = gt_cnvmbtstate EXCEPTIONS entry_does_not_exist = 1 OTHERS = 2.
CNV_MBT_RFC_PCL CALL FUNCTION 'CNV_MBT_RFC_PCL' EXPORTING packid = p_pack IMPORTING destination_id = gv_dest_pcl EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 OTHERS = 3.
CNV_MBT_STATE_UPDATE CALL FUNCTION 'CNV_MBT_STATE_UPDATE' DESTINATION gv_dest_pcl EXPORTING im_cnvmbtstate = gs_cnvmbtstate EXCEPTIONS err_in_central_state_manag = 1 OTHERS = 2.
CNV_MBT_SUBSTATE_REFRESH CALL FUNCTION 'CNV_MBT_SUBSTATE_REFRESH' EXPORTING session_id = gd_session_id TABLES et_cnvmbtsubstate = gt_cnvmbtsubstate EXCEPTIONS no_subactivities = 1 state_refresh_failed = 2 OTHERS = 3.
CNV_MBT_L_SUBPROT_OPEN_NEW CALL FUNCTION 'CNV_MBT_L_SUBPROT_OPEN_NEW' EXPORTING lognumber_old = gs_cnvmbtsubstate-lognumber session_id = gs_cnvmbtsubstate-session_id subact_id = gs_cnvmbtsubstate-subact_id task_id = gs_cnvmbtsubstate-task_id EXCEPTIONS INTERNAL_ERROR = 1 MODIFY_CENTRAL_STATE_MANAG_ERR = 2 RFC_FAILURE = 3 OTHERS = 4.
BP_JOBLOG_READ CALL FUNCTION 'BP_JOBLOG_READ' EXPORTING client = sy-mandt jobcount = gs_cnvmbtsubstate-jobcount jobname = gs_cnvmbtsubstate-jobname TABLES joblogtbl = gt_joblogtbl EXCEPTIONS cant_read_joblog = 1 jobcount_missing = 2 joblog_does_not_exist = 3 joblog_is_empty = 4 joblog_name_missing = 5 jobname_missing = 6 job_does_not_exist = 7 OTHERS = 8.
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_STATE_AGENT - Program CNV_CMIS_A_STATE_AGENT CNV_CMIS_A_STATE_AGENT - Program CNV_CMIS_A_STATE_AGENT CNV_CMIS_A_HTML_REPORT_TOP - Include CNV_CMIS_A_HTML_REPORT_TOP CNV_CMIS_A_HTML_REPORT_SUBMIT - Program to be Submitted for the HTML Summary report. CNV_CMIS_A_HTML_REPORT_SUBMIT - Program to be Submitted for the HTML Summary report. CNV_CMIS_A_HTML_REPORT_F01 - Include CNV_CMIS_A_HTML_REPORT_F01