T508A SAP (Work Schedule Rules) Table details

Dictionary Type: Table
Description: Work Schedule Rules




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




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

T508A is a standard SAP Table which is used to store Work Schedule Rules data and is available within R/3 SAP systems depending on the version and release level.

The T508A table consists of various fields, each holding specific information or linking keys about Work Schedule Rules data available in SAP. These include ZEITY (Employee Subgroup Grouping for Work Schedules), MOFID (Public Holiday Calendar), MOSID (Personnel Subarea Grouping for Work Schedules), SCHKZ (Work Schedule Rule).. 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)

Text table = T508S


SAP T508A 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
ZEITYEmployee Subgroup Grouping for Work Schedules DZEITYCHAR1ZEITYTCA
MOFIDPublic Holiday Calendar HIDENTCHAR2THOCIHIDENTHCI
MOSIDPersonnel Subarea Grouping for Work Schedules MOSIDNUMC2T508ZMOSIDMOS
SCHKZWork Schedule Rule SCHKNCHAR8SCHKNSCH
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
KUGKZWork schedule rule for reduced hours KUGKZCHAR1XFELD
SCHZUShift premium SCHZUDEC5DEC5
ZMODNPeriod Work Schedule DZMODNCHAR4T551AZMODN
KUGKNRHC Work Schedule Rule for This Work Schedule Rule KUGKNCHAR8T508ASCHKN
KKRKHIllness Indicator (Austria) KKRKHCHAR1KKRKH
BZPKTReference Date for Period Work Schedule BZPKTDATS8DATUM
OFFBZStarting Point in Period Work Schedule OFFBZNUMC3OFFBZ
MOTPRPersonnel Subarea Grouping for Daily Work Schedules MOTPRNUMC2MOTPR
MOTTYRule for day types MOTTYNUMC2T553AMOTTY
TGSTDDaily hours TGSTDDEC5(2) STDAZ
WOSTDHours per week WOSTDDEC5(2) STDAZ
M1STDMonthly hours MOSTDDEC5(2) STDAZ
M2STDAdditional Monthly Hours M2STDDEC5(2) STDAZ
WKWDYWeekly workdays WKWDYDEC5(2) DEC3_2
JRSTDAnnual working hours JRSTDDEC7(2) JRSTD
STABYIndicator showing if WS rule is allowed for availability STABYCHAR1XFELD
GENWSAutomatic Regeneration of Period Work Schedules TIM_GENWSCHAR1TIM_GENWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T508A
INTO CORRESPONDING FIELDS OF WA_T508A
WHERE...

How to access SAP table T508A

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