WFDOTPROF SAP (Overtime Profile Configuration) Table details

Dictionary Type: Table
Description: Overtime Profile Configuration




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




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

WFDOTPROF is a standard SAP Table which is used to store Overtime Profile Configuration data and is available within R/3 SAP systems depending on the version and release level.

The WFDOTPROF table consists of various fields, each holding specific information or linking keys about Overtime Profile Configuration data available in SAP. These include OT_PROFILE_CODE (WFD Limits Profile Code), SCHED_CONTEXT (WFD Scheduling Context), REF_PERIOD (WFD Reference Period), VALUE (WFD Limits Value).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WFDOTPROF table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OT_PROFILE_CODEWFD Limits Profile Code WFD_LIMITS_PROFILE_CODECHAR10
SCHED_CONTEXTWFD Scheduling Context WFD_SCHED_CONTEXTCHAR2WFD_SCHED_CONTEXT
REF_PERIODWFD Reference Period WFD_REF_PERIODCHAR4WFD_REF_PERIOD
VALUEWFD Limits Value WFD_LIMITS_VALUEDEC10(2)
VALUE_TYPEWFD Limits Value Type WFD_LIMITS_VALUE_TYPECHAR2WFD_LIMITS_VALUE_TYPE
FIRSTDAYOFWEEKDay Index WFD_DAY_OF_WEEKNUMC1WFD_DAY_OF_WEEK
STARTTIMEOFDAYStart Time WFD_START_TIMETIMS6UZEIT
TZONETimeZone WFD_TIMEZONECHAR6TTZZTZNZONE
IS_DEFAULTFlag (SPACE or 'X') WFD_FLAGCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP table WFDOTPROF using ABAP code

The following ABAP code Example will allow you to do a basic selection on WFDOTPROF to SELECT all data from the table
DATA: WA_WFDOTPROF TYPE WFDOTPROF.

SELECT SINGLE *
FROM WFDOTPROF
INTO CORRESPONDING FIELDS OF WA_WFDOTPROF
WHERE...

How to access SAP table WFDOTPROF

Within an ECC or HANA version of SAP you can also view further information about WFDOTPROF 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!