SAP Reports / Programs

MULTICLIENT_MANAGER SAP ABAP Report - MultiClient Manager: Maintain Multiclient Status and Documentation







MULTICLIENT_MANAGER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Multiclient Manager aims to make the multiclient compliance of a product transparent...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter MULTICLIENT_MANAGER into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MCLIMAN - MultiClient Manager


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


Text pool values


Selection Text: P_ACCCM = My Messages (from CheckMan)
Selection Text: P_COMP = Application Components
Selection Text: P_DLVUNI = Software Components
Selection Text: P_SELOPN = Select Open Messages
Selection Text: P_SELREL = Include Completed Messages
Title: MultiClient Manager: Maintain Multiclient Status and Documentation
Text Symbol: 001 = Change Status
Text Symbol: 002 = Display Multiclient Document
Text Symbol: 003 = Display Tool Information
Text Symbol: 004 = Display <-> Change
Text Symbol: 005 = Refresh
Text Symbol: 006 = Edit Multiclient Document
Text Symbol: 007 = No CheckMan results exist in this system
Text Symbol: 008 = Current CheckMan results from
Text Symbol: 009 = CheckMan Information
Text Symbol: 010 = Being Processed
Text Symbol: 011 = Completed
Text Symbol: 012 = Product Release


INCLUDES used within this REPORT MULTICLIENT_MANAGER

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:

TOCX_GET_SYSTEM_TYPE CALL FUNCTION 'TOCX_GET_SYSTEM_TYPE' IMPORTING sap_system = lv_sap_system EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_buffer_active = ' ' i_structure_name = structure i_bypassing_buffer = 'X' CHANGING ct_fieldcat = fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = 'MCSTATLIST' EXCEPTIONS foreign_lock = 4 system_failure = 8.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = 'MCSTATLIST'.

OBJ_MC_DOCU_SHOW CALL FUNCTION 'OBJ_MC_DOCU_SHOW' EXPORTING iv_docuid = ls_mc_data-mc_docuid EXCEPTIONS not_exist = 1 OTHERS = 2.

OBJ_MAINTENANCE CALL FUNCTION 'OBJ_MAINTENANCE' EXPORTING iv_objectname = ls_mc_data-objname iv_objecttype = ls_mc_data-objtype iv_action = lv_toggle_fun EXCEPTIONS illegal_call = 1 OTHERS = 2.

OBJ_MAINTENANCE ENDIF. "...IF sy-subrc = 0 (from CALL FUNCTION 'OBJ_MAINTENANCE')

OBJ_MC_DOCU_EXISTS CALL FUNCTION 'OBJ_MC_DOCU_EXISTS' EXPORTING iv_docuid = ls_mc_data-mc_docuid EXCEPTIONS not_exist = 1 OTHERS = 2.

OBJ_MC_DOCU_EXISTS CALL FUNCTION 'OBJ_MC_DOCU_EXISTS' EXPORTING iv_docuid = gv_mc_docuid EXCEPTIONS not_exist = 1 OTHERS = 2.

OBJ_MC_DOCU_CREATE CALL FUNCTION 'OBJ_MC_DOCU_CREATE' EXPORTING iv_docuid = ls_mc_data-mc_docuid EXCEPTIONS create_error = 1 OTHERS = 2.

OBJ_MC_DOCU_EXISTS ENDIF. "...IF sy-subrc = 0 (from CALL FUNCTION 'OBJ_MC_DOCU_EXISTS')

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' "nur Anzeige-Modus displ_mode = 3 "Anzeige im eigenen Fenster id = lv_docid langu = lv_langu object = lv_docobject EXCEPTIONS OTHERS = 1.

OBJ_MC_DOCU_CREATE CALL FUNCTION 'OBJ_MC_DOCU_CREATE' EXPORTING iv_docuid = gv_mc_docuid EXCEPTIONS create_error = 1 OTHERS = 2.

OBJ_MC_DOCU_EXISTS CALL FUNCTION 'OBJ_MC_DOCU_EXISTS' EXPORTING iv_docuid = gv_mc_docuid EXCEPTIONS not_exist = 1 OTHERS = 2.

OBJ_MC_DOCU_EXIST ENDIF. "...IF sy-subrc = 0 (from CALL FUNCTION 'OBJ_MC_DOCU_EXIST')

OBJ_MC_DOCU_CREATE ENDIF. "...IF sy-subrc = 0 (from CALL FUNCTION 'OBJ_MC_DOCU_CREATE'

CTO_TADIR_GET_OBJECT * CALL FUNCTION 'CTO_TADIR_GET_OBJECT' * EXPORTING * iv_obj_name = lv_e071_obj_name * IMPORTING * ev_objectname = lv_objname * ev_objecttype = lv_objtype.

TOCX_GET_SYSTEM_TYPE CALL FUNCTION 'TOCX_GET_SYSTEM_TYPE' IMPORTING sap_system = lv_sap_system EXCEPTIONS OTHERS = 1.



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