SAP Reports / Programs | Cross-Application Components | General Application Functions | Workforce Management Core(CA-GTF-WFM) SAP CA

WFDS_MASTERDATA_ADMIN SAP ABAP Report - Maintain WFM Core Resources







WFDS_MASTERDATA_ADMIN 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 WFDS_MASTERDATA_ADMIN 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 WFDS_MASTERDATA_ADMIN. "Basic submit
SUBMIT WFDS_MASTERDATA_ADMIN AND RETURN. "Return to original report after report execution complete
SUBMIT WFDS_MASTERDATA_ADMIN 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_ALLTYP = All Time Specification Types
Selection Text: P_BEGDA = D .
Selection Text: P_BEGOD = Search Start Date
Selection Text: P_BEGSD = Start Date
Selection Text: P_BEGTI = Start Time
Selection Text: P_BEGTS = Start Date
Selection Text: P_BYBP = Business Partner
Selection Text: P_BYORG = Organizational Unit
Selection Text: P_DEL = Delete
Selection Text: P_DELOLD = Delete old Time Specifications
Selection Text: P_DGW = Delete Groupware Resources
Selection Text: P_DQUAL = Delete Qualifications
Selection Text: P_DSPEC = Delete Time Specifications
Selection Text: P_DWFM = Delete WFM Resource
Selection Text: P_ENDDA = End Date
Selection Text: P_ENDOD = Search End Date
Selection Text: P_ENDSD = D .
Selection Text: P_ENDTI = End Time
Selection Text: P_ENDTS = End Date
Selection Text: P_FACAL = Factory Calendar
Selection Text: P_GW = Forward Groupware Participants
Selection Text: P_MAINT = Maintain
Selection Text: P_QUAL = Forward Qualifications
Selection Text: P_SEARK = D .
Selection Text: P_SPEC = Create Time Specification
Selection Text: P_TEMPL = D .
Selection Text: P_TEMPLD = D .
Selection Text: P_TTYPE = Time Specification Type
Selection Text: P_TUNIT = Time Unit
Selection Text: P_VIEW = Display
Selection Text: SO_BUPA = D .
Selection Text: SO_DAYS = D .
Selection Text: SO_DTTYP = Time Specification Type
Selection Text: SO_ORG = Organizational Unit
Title: Maintain WFM Core Resources
Text Symbol: 100 = All Templates with this key will be deleted
Text Symbol: 091 = Contents
Text Symbol: 090 = Column





Text Symbol: 002 = Business Partner Selection
Text Symbol: 003 = WFM Resources
Text Symbol: 004 = Time Specification
Text Symbol: 013 = Options
Text Symbol: 014 = Options
Text Symbol: 015 = Time Specification Options
Text Symbol: 020 = WFM Resources
Text Symbol: 030 = Found
Text Symbol: 031 = Not Found
Text Symbol: 032 = Created
Text Symbol: 033 = Maintained
Text Symbol: 034 = Deleted
Text Symbol: 035 = Changed
Text Symbol: 036 = No Entry
Text Symbol: 037 = Error
Text Symbol: 038 = Not Executed
Text Symbol: 040 = WFM Core
Text Symbol: 041 = Qualifications
Text Symbol: 042 = Time Specification
Text Symbol: 043 = Groupware
Text Symbol: 044 = Active in Groupware
Text Symbol: 045 = E-Mail in Groupware
Text Symbol: 046 = Application Category in Groupware
Text Symbol: 047 = Intervals
Text Symbol: 048 = Status
Text Symbol: 049 = Time Stream
Text Symbol: 050 = WFM Time Specification
Text Symbol: 051 = WFM Qualifications
Text Symbol: 052 = WFM Time Interval
Text Symbol: 053 = WFM Time Stream
Text Symbol: 060 = Display Time Specifications
Text Symbol: 062 = Display Qualifications
Text Symbol: 063 = Display Groupware
Text Symbol: 064 = Display Intervals
Text Symbol: 065 = Display Time Stream
Text Symbol: 080 = Is Resource
Text Symbol: 081 = Is Employee


INCLUDES used within this REPORT WFDS_MASTERDATA_ADMIN

INCLUDE WFDS_CONSTANTS_ALL.
INCLUDE WFDS_ADMIN_CON.





INCLUDE WFDS_ADMIN_DAT.
INCLUDE WFDS_ADMIN_LCL.
INCLUDE WFDS_ADMIN_SEL.
INCLUDE WFDS_ADMIN_INI.
INCLUDE WFDS_ADMIN_EVT.


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