WFDSS_SGE_PR SAP (Fields for the Scheduling Engine Profile) Structure details

Dictionary Type: Structure
Description: Fields for the Scheduling Engine Profile




ABAP Code to SELECT data from WFDSS_SGE_PR
Related tables to WFDSS_SGE_PR
Access table WFDSS_SGE_PR




Structure field list including key, data, relationships and ABAP select examples

WFDSS_SGE_PR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Fields for the Scheduling Engine Profile" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WFDSS_SGE_PR TYPE WFDSS_SGE_PR.

The WFDSS_SGE_PR table consists of various fields, each holding specific information or linking keys about Fields for the Scheduling Engine Profile data available in SAP. These include ORD_LOCK (Lock Active at Order Level), TMZ (Time Zone for Planning Board), SPLT_MIN_DUR (Minimum Duration of an Assignment for Split), SPLT_MIN_DUR_UN (Unit for Minimum Duration of an Assignment for Split).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WFDSS_SGE_PR structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RES_LOCKLock Active at Resource Level WFDSE_RES_LOCKCHAR1WFDS_BOOLEAN
ORD_LOCKLock Active at Order Level WFDSE_ORD_LOCKCHAR1WFDS_BOOLEAN
TMZTime Zone for Planning Board WFDSE_SGE_TIMEZONECHAR6Assigned to domainTZNZONE
SPLT_MIN_DURMinimum Duration of an Assignment for Split WFDSE_SPLT_MIN_DURDEC5(1) WFDS_SPLT_MIN_DUR
SPLT_MIN_DUR_UNUnit for Minimum Duration of an Assignment for Split WFDSE_SPLT_MIN_DUR_UNITCHAR3WFDS_TIME_UNIT
OVRTM_MAXSplit: Maximum Overtime Hours WFDSE_OVRTM_MAXDEC5(1) WFDS_OVRTM_MAX
OVRTM_MAX_UNITTime Unit for Maximum Overtime Hours WFDSE_OVRTM_MAX_UNITCHAR3WFDS_TIME_UNIT
OVRTM_MAX_RATIOSplit: Maximum Ratio of Overtime Hours to Total Time WFDSE_OVRTM_MAX_RATIOINT13WFDS_OVRTM_MAX_RATIO
SPLT_MAX_GAPMaximum Difference Between Two Assignments When Split WFDSE_SPLT_MAX_GAPDEC5(1) WFDS_SPLT_MAX_GAP
SPLT_MAX_GAP_UNUnit for Maximum Difference Between Assignments When Split WFDSE_SPLT_MAX_GAP_UNITCHAR3WFDS_TIME_UNIT
CHECK_PROFILEProfile for Checks in the Planning Board WFDSE_CHECK_PROFILECHAR10
WL_PROFILEWorklist Profile WFDSE_WL_PROFILECHAR10
UI_PROFILEUser Interface Profile WFDSE_UI_PROFILECHAR10
MIN_ASS_DURMinimum Duration of an Assignment (in Minutes) WFDSE_MIN_ASS_DURNUMC3
TIME_GRANTime Granularity in Resource Planning WFDSE_TIME_GRANNUMC2WFDS_TIME_GRAN
REFRESH_PERIODPeriod for Refreshing Time Recording Information WFDSE_CLOCK_REFRESHDEC3WFDS_CLOCK_REFRESH
ACTIVE_CLOCKTime Recording Is Active WFDSE_ACTIVE_CLOCKCHAR1WFDS_BOOLEAN
ACTIVE_TEAMPlanning Board Teams Are Supported WFDSE_ACTIVE_TEAMCHAR1WFDS_BOOLEAN
ACTIVE_LINKLinks Are Active WFDSE_ACTIVE_LINKCHAR1WFDS_BOOLEAN
CLOCK_EXTRAPOLExtrapolate Time Recording Data WFDSE_CLOCK_EXTRAPOLCHAR1WFDS_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure WFDSS_SGE_PR using ABAP code?

As WFDSS_SGE_PR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WFDSS_SGE_PR as there is no data to select.

How to access SAP table WFDSS_SGE_PR

Within an ECC or HANA version of SAP you can also view further information about WFDSS_SGE_PR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!