SAP Reports / Programs

WFM_MULTI_CFG_MAIN SAP ABAP Report - Program WFM_MULTI_CFG_MAIN







WFM_MULTI_CFG_MAIN 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 WFM_MULTI_CFG_MAIN 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

CRM_WFM_SM - CRM WFD Site Configuration tool


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 WFM_MULTI_CFG_MAIN. "Basic submit
SUBMIT WFM_MULTI_CFG_MAIN AND RETURN. "Return to original report after report execution complete
SUBMIT WFM_MULTI_CFG_MAIN 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 WFM_MULTI_CFG_MAIN
Text Symbol: T00 = CRM WFD - View Global Settings
Text Symbol: T01 = CRM WFD Multisite Maintenance
Text Symbol: T02 = CRM WFD Selected Organizational Units
Text Symbol: T03 = CRM WFD Selected Parameter Groups:
Text Symbol: T04 = CRM WFD Selected Parameters:
Text Symbol: T05 = CRM WFD Parameter Overwrite Values
Text Symbol: T06 = CRM WFD - Org Management Available Organizational Units
Text Symbol: T07 = CRM WFD - Query Category Detail for
Text Symbol: T08 = CRM WFD - Create New Parameter Group
Text Symbol: T09 = CRM WFD - View/Edit Parameter Group
Text Symbol: T10 = CRM WFD - View/Edit Organizational Unit Configuration
Text Symbol: T11 = CRM WFD - Available Organizational Units
Text Symbol: T12 = CRM WFD - Where-Used List
Text Symbol: T13 = CRM WFD - Organizational Unit Operating Hours Settings
Text Symbol: T14 = CRM WFD - View Organizational Unit Mapping
Text Symbol: T15 = CRM WFD - Import Organizational Units from Org Management
Text Symbol: T16 = CRM WFD - Organizational Unit Available Departments
Text Symbol: T17 = CRM WFD - View/Edit Break Rule Set
Text Symbol: U01 = Monday
Text Symbol: U02 = Tuesday
Text Symbol: U03 = Wednesday
Text Symbol: U04 = Thursday
Text Symbol: U05 = Friday
Text Symbol: U06 = Saturday
Text Symbol: U07 = Sunday
Text Symbol: Q03 = This action will delete all existing Parameter Groups and their overwrite values from the selected Org Unit. Proceed?
Text Symbol: 001 = EXC
Text Symbol: 002 = TAG
Text Symbol: A01 = Yes
Text Symbol: A02 = No
Text Symbol: B01 = Search
Text Symbol: B02 = Refresh
Text Symbol: B03 = Advanced Search
Text Symbol: BEX = Expand
Text Symbol: BL1 = Adv Search
Text Symbol: CLP = Collapse
Text Symbol: D01 = Copy Configuration Detail From ...





Text Symbol: D02 = Copy Configuration Detail To...
Text Symbol: D03 = Copy Query Category Detail From...
Text Symbol: D04 = Copy Query Category Detail To...
Text Symbol: L02 = Basic Search
Text Symbol: L03 = Profile Type
Text Symbol: L04 = Sub-Type
Text Symbol: L05 = Profile ID
Text Symbol: L06 = Short Text
Text Symbol: L07 = Status
Text Symbol: M01 = Basic Search Screen Input
Text Symbol: M02 = Basic Org Unit Information
Text Symbol: M03 = Customize Query Category
Text Symbol: M04 = Search Org Unit
Text Symbol: Q01 = Do you want to remove settings for unselected Parameter Groups? Choose Yes to remove all existing settings.
Text Symbol: Q02 = This action will delete all selected Parameter Groups for copying and their overwrite values from the selected Org Units. Proceed?


INCLUDES used within this REPORT WFM_MULTI_CFG_MAIN

INCLUDE WFMMAINTOP . " GLOBAL DATA
INCLUDE WFMCFGTOP.
INCLUDE _MULTI_CFG_MAIN_CLASS_DEF.


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:

No SAP FUNCTION MODULES are executed within this report code!



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