SAP Reports / Programs | Portfolio and Project Management | Project Management | Resources(PPM-PRO-RES) SAP PPM

PRP_CREATE_WFM_RES_TIMESPEC SAP ABAP Report - Maintain WFM Core Resources







PRP_CREATE_WFM_RES_TIMESPEC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use use this report to create the following for your application's resources: WFM resources with time specifications and qualifications Groupware resources Project Resource Planning uses WFM Core as a planning service to determine suitable resources with sufficient availability...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 PRP_CREATE_WFM_RES_TIMESPEC 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

PRP_WFM_ADMIN - Maintenance of WFM Core Resources


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 PRP_CREATE_WFM_RES_TIMESPEC. "Basic submit
SUBMIT PRP_CREATE_WFM_RES_TIMESPEC AND RETURN. "Return to original report after report execution complete
SUBMIT PRP_CREATE_WFM_RES_TIMESPEC 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 Start Date
Selection Text: P_BEGOD = Start Date of Search
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_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 = D Finish Date
Selection Text: P_ENDOD = Finish Date of Search
Selection Text: P_ENDSD = Finish Date
Selection Text: P_ENDTI = Finish Time
Selection Text: P_ENDTS = Finish Date
Selection Text: P_FACAL = D Factory Calendar
Selection Text: P_GW = Transfer Groupware Participant
Selection Text: P_MAINT = Maintain
Selection Text: P_QUAL = Transfer Qualifications
Selection Text: P_SEARK = D Search Term
Selection Text: P_SPEC = Create Time Specification
Selection Text: P_TTYPE = Time Specification Type
Selection Text: P_TUNIT = D Time Unit
Selection Text: P_VIEW = Display
Selection Text: SO_BUPA = D Business Partner
Selection Text: SO_DAYS = D Weekday
Selection Text: SO_DTTYP = Time Specification Type
Selection Text: SO_ORG = Organizational Unit
Title: Maintain WFM Core Resources
Text Symbol: 100 = Time specifications that are entirely in the period will be deleted
Text Symbol: 091 = Contents
Text Symbol: 090 = Column
Text Symbol: 081 = Is Employee
Text Symbol: 002 = Select Business Partner
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 = N/A
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


INCLUDES used within this REPORT PRP_CREATE_WFM_RES_TIMESPEC

INCLUDE PRP_WFM_ADMIN_CON.
INCLUDE PRP_WFM_ADMIN_DAT.
INCLUDE PRP_WFM_ADMIN_SEL.
INCLUDE PRP_WFM_ADMIN_INI.
INCLUDE PRP_WFM_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 PRP_CREATE_WFM_RES_TIMESPEC or its description.