SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_CMIS_A_STATE_AGENT SAP ABAP Report - Program CNV_CMIS_A_STATE_AGENT







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


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 CNV_CMIS_A_STATE_AGENT. "Basic submit
SUBMIT CNV_CMIS_A_STATE_AGENT AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CMIS_A_STATE_AGENT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program CNV_CMIS_A_STATE_AGENT


INCLUDES used within this REPORT CNV_CMIS_A_STATE_AGENT

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



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 CNV_CMIS_A_STATE_AGENT or its description.