MCMS_UI_CTRL_SERVICE 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 MCMS_UI_CTRL_SERVICE 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: Subroutine Pool for UI Controller Methods
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CMS_API_UI_CTRL_GET_PCN_ACTVT call function 'CMS_API_UI_CTRL_GET_PCN_ACTVT' exporting i_ctrl_actvt = u_ctrl_actvt i_proc_obj = u_proc_obj i_proc_cky = u_proc_cky i_proc_area = u_proc_area i_cr_type = u_cr_type importing e_pcn_actvt = c_pcn_actvt e_tab_rc = c_tab_rc.
CMS_API_UI_CTRL_OBJ_MAINTAIN call function 'CMS_API_UI_CTRL_OBJ_MAINTAIN' exporting I_APPLICATION = u_app I_OBJ_ID = l_obj_id * I_ADMIN_ORG = I_ENTITY_TYPE = l_entity_type * I_FLG_FULLSCREEN = ' ' * I_FLG_NOLOCATOR = ' ' i_activity = cl_cms_ctrl_constants=>con_ui_actvt_create * I_STR_CURSOR_POSITION = * IMPORTING * E_SAVE_STATE = * E_TAB_RC = .
CMS_API_UI_CTRL_OBJ_MAINTAIN call function 'CMS_API_UI_CTRL_OBJ_MAINTAIN' exporting I_APPLICATION = u_app I_OBJ_ID = l_obj_id * I_ADMIN_ORG = * I_ENTITY_TYPE = * I_FLG_FULLSCREEN = ' ' * I_FLG_NOLOCATOR = ' ' i_activity = u_activity * I_STR_CURSOR_POSITION = * IMPORTING * E_SAVE_STATE = * E_TAB_RC = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MCMS_UI_CTRL_SERVICE - Subroutine Pool for UI Controller Methods MCMS_UI_CTRL_SERVICE - Subroutine Pool for UI Controller Methods MCMS_PCN_V_EVENTS - Program MCMS_PCN_V_EVENTS MCMS_PCN_V_EVENTS - Program MCMS_PCN_V_EVENTS MCMS_PCN_VC_EVENTS - Process Control Customizing View Subroutines MCMS_PCN_VC_EVENTS - Process Control Customizing View Subroutines