WFAC_WKNDDAYSN SAP (Weekend Days) Table details

Dictionary Type: Table
Description: Weekend Days




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




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

WFAC_WKNDDAYSN is a standard SAP Table which is used to store Weekend Days data and is available within R/3 SAP systems depending on the version and release level.

The WFAC_WKNDDAYSN table consists of various fields, each holding specific information or linking keys about Weekend Days data available in SAP. These include MANDT (Client), LOCATION_TYPE (Location Profile), START_DATE (Start Date), EXTERNAL_KEY (Weekend Days ID).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = WFAC_WKNDDAYSN_T


SAP WFAC_WKNDDAYSN 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 MANDTCLNT3T000MANDT
LOCATION_TYPELocation Profile WFA_LOCATION_TYPECHAR20WFAC_LOCATIONALPHAWFA_LOCATION_TYPE
START_DATEStart Date WFA_BEGDATEDATS8
EXTERNAL_KEYWeekend Days ID WFA_WEEKEND_DAYSCHAR20ALPHAWFA_WEEKEND_DAYS
END_DATEEnd Date WFA_ENDDATEDATS8
MONDAYMonday WFA_MONDAYCHAR1WFA_BOOLEAN
TUESDAYTuesday WFA_TUESDAYCHAR1WFA_BOOLEAN
WEDNESDAYWednesday WFA_WEDNESDAYCHAR1WFA_BOOLEAN
THURSDAYThursday WFA_THURSDAYCHAR1WFA_BOOLEAN
FRIDAYFriday WFA_FRIDAYCHAR1WFA_BOOLEAN
SATURDAYSaturday WFA_SATURDAYCHAR1WFA_BOOLEAN
SUNDAYSunday WFA_SUNDAYCHAR1WFA_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFAC_WKNDDAYSN
INTO CORRESPONDING FIELDS OF WA_WFAC_WKNDDAYSN
WHERE...

How to access SAP table WFAC_WKNDDAYSN

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