SAP Reports / Programs | Financial Services | Collateral Management System(FS-CMS) SAP FS

MCMS_UI_CTRL_SERVICE SAP ABAP INCLUDE - Subroutine Pool for UI Controller Methods







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


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


Text pool values


Title: Subroutine Pool for UI Controller Methods


INCLUDES used within this REPORT MCMS_UI_CTRL_SERVICE

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:

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



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