CNV_MBT_PEM_UI_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 CNV_MBT_PEM_UI_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 ZNV_MBT_PEM_UI_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_ACTIVITY_NODETEXT_GET * CALL FUNCTION 'CNV_MBT_ACTIVITY_NODETEXT_GET' * EXPORTING * activity_id = ls_cnvmbtactparams-activity_id * IMPORTING * node_text = ls_alv_out-description.
CNV_MBT_PEB_GET_LAST_STATE CALL FUNCTION 'CNV_MBT_PEB_GET_LAST_STATE' EXPORTING iv_packid = gv_packid iv_phase = ls_alv_out-phase iv_pebid = ls_alv_out-peb_id IMPORTING es_cnvmbtpebstate = ls_cnvmbtpebstate EXCEPTIONS invalid_state_request = 1 database_error = 2 OTHERS = 3.
CNV_MBT_PEB_STATE_INIT CALL FUNCTION 'CNV_MBT_PEB_STATE_INIT' EXPORTING packid = gv_packid phase = ls_alv_out-phase peb_id = ls_alv_out-peb_id only_check = gc_select EXCEPTIONS invalid_state_request = 1 database_error = 2 foriegn_lock = 3 OTHERS = 4.
CNV_MBT_PEM_SCHEDULE CALL FUNCTION 'CNV_MBT_PEM_SCHEDULE' STARTING NEW TASK lv_taskname EXPORTING iv_packid = gv_packid iv_phase = ls_alv_out-phase iv_pebid = ls_alv_out-peb_id EXCEPTIONS invalid_state_request = 1 database_error = 2 foriegn_lock = 3 invalid_peb = 4.
VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING viewcluster_name = 'V_CLCNVMBTPEB' maintenance_action = lv_mode TABLES dba_sellist = lt_selltab EXCEPTIONS client_reference = 1 foreign_lock = 2 viewcluster_not_found = 3 viewcluster_is_inconsistent = 4 missing_generated_function = 5 no_upd_auth = 6 no_show_auth = 7 object_not_found = 8 no_tvdir_entry = 9 no_clientindep_auth = 10 invalid_action = 11 saving_correction_failed = 12 system_failure = 13 unknown_field_in_dba_sellist = 14 missing_corr_number = 15 OTHERS = 16.
CNV_MBT_STATE_PHASES_GET CALL FUNCTION 'CNV_MBT_STATE_PHASES_GET' EXPORTING packid = gv_packid TABLES t_phases = lt_phases.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-005 text_button_1 = 'Yes'(006) text_button_2 = 'No'(007) IMPORTING answer = gv_response EXCEPTIONS text_not_found = 1 OTHERS = 2.
CNV_MBT_PEB_STATE_INIT CALL FUNCTION 'CNV_MBT_PEB_STATE_INIT' EXPORTING packid = gv_packid phase = ls_alv_out-phase peb_id = ls_alv_out-peb_id only_check = gc_select EXCEPTIONS invalid_state_request = 1 database_error = 2 foriegn_lock = 3 OTHERS = 4.
CNV_MBT_PEM_SCHEDULE CALL FUNCTION 'CNV_MBT_PEM_SCHEDULE' STARTING NEW TASK lv_taskname EXPORTING iv_packid = gv_packid iv_phase = ls_alv_out-phase iv_pebid = ls_alv_out-peb_id EXCEPTIONS invalid_state_request = 1 database_error = 2 foriegn_lock = 3 invalid_peb = 4 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-028 text_question = lv_question text_button_1 = text-006 icon_button_1 = '@01@' text_button_2 = text-007 icon_button_2 = '@02@ ' default_button = '2' display_cancel_button = 'X' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-030 text_question = lv_question text_button_1 = text-006 icon_button_1 = '@01@' text_button_2 = text-007 icon_button_2 = '@02@ ' default_button = '2' display_cancel_button = 'X' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
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_MBT_PEM_UI_FORMS - Include ZNV_MBT_PEM_UI_FORMS CNV_MBT_PEM_UI_CLASS - Include CNV_MBT_PEM_UI_CLASS CNV_MBT_PEM_UI - User Interface for Process Execution Manager CNV_MBT_PEM_UI - User Interface for Process Execution Manager CNV_MBT_PEM_START_TOP - Include CNV_MBT_PEM_START_TOP CNV_MBT_PEM_START - Program CNV_MBT_PEM_START