T554S SAP (Attendance and Absence Types) Table details

Dictionary Type: Table
Description: Attendance and Absence Types




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




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

T554S is a standard SAP Table which is used to store Attendance and Absence Types data and is available within R/3 SAP systems depending on the version and release level.

The T554S table consists of various fields, each holding specific information or linking keys about Attendance and Absence Types data available in SAP. These include MOABW (Personnel subarea grouping for absence and attendance types), SUBTY (Attendance or Absence Type), ENDDA (End Date), BEGDA (Start Date).. 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 = T554T


SAP T554S 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
MOABWPersonnel subarea grouping for absence and attendance types MOABWNUMC2MOABW
SUBTYAttendance or Absence Type AWARTCHAR4AWART
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
D2OBLIndicates whether a second date is required D2OBLCHAR1XFELD
REABFReaction indicator when first day is a day off REABFCHAR1REAKF
REAEFReaction indicator when last day is a day off REAEFCHAR1REAKF
REAZFReaction indicator for non-working period REAZFCHAR1REAKF
MINTGMinimum duration in days MITAGDEC3MITAG
MAXTGMaximum duration in days MATAGDEC3MITAG
KLZBITime constraint class KLZBINUMC2T554YKLZBI
KLBEWAbsence valuation rule BEWKLNUMC2T554LKLBEW
ABSTPAbsence/attendance category ABSTPCHAR1ABSTP
ABKLAAtt./absence class ABKLANUMC2BEWKL
DUEVOTitle/Name Supplement/Prefix, DUEVO-Compliant DUEVOCHAR1XFELD
DYNNRScreen for Recording Absences or Attendances PDYNRCHAR4DYNNR
KTARTAttendance or absence quota type KTARTNUMC2KTART
RGMODGrouping of attendance and absence types for counting RGMODNUMC2RGMOD
KLBDEClass for time evaluation KLBDENUMC2BEWKL
KUNBZIndicator for Irregular Payment KUNBZCHAR2KUNBZ
ERGABAdditional absence data ERGABCHAR1XFELD
PCOPTIndicator: store attendance/absence in personal calendar PCOPTCHAR1XFELD
STKRVSubtype SUBTYCHAR4SUBTYSUB
STUNDSubtype SUBTYCHAR4SUBTYSUB
ART01Attendance or absence indicator ART01CHAR1ART01
URMANIndicator for manual leave deduction URMANCHAR1URMAN
ABWRGAbsence type grouping to determine daily WS variants ABWRGNUMC1ABWRG
ABSTYAttendance/absence type ABSTYCHAR2T5A4PABSTY
VBLAKSP Absence Insurance Type P01P_ABWVACHAR2P01P_ABWVA
ABKNDAttedance/Absence Category for Payroll (Country-Specific) ABKNDCHAR1ABKND
CLTIMProcessing type/time type class CLTIMNUMC2MODIF
MUNITUnit for minimum/maximum number of days PTM_MUNITCHAR1PTM_MUNIT
CRULERule for attendance and absence counting CRULENUMC3T556CCRULE
DEDQUQuota deduction through attendance/absence PTM_DEDQUOCHAR1XFELD
AVAILAvailability for an attendance/absence PTM_TIMAVAILCHAR1PTM_TIMAVAIL
ENDCKCheck end date of attendance/absence PTM_ENDCHECKCHAR1XFELD
LVCUTReduction indicator for quota generation PTM_LVCUTCHAR1XFELD
LVMINMin. No. of Calendar Days for Reduction for Quota Generation PTM_LVMINNUMC3NUMC3
LVMAXMax. No. of Calendar Days for Reduction for Quota Generation PTM_LVMAXNUMC3NUMC3
DEDOUTINTDeduction over end of deduction interval PTM_DEDOUTINTCHAR1CHAR1
ACCNTAccount assignment necessary/permitted/not permitted PTM_ACCNTCHAR1PTM_ACCNT
ABSTYP_SHARED_CEDeduct from Multiple Personnel Assignments HRCCE_ABSTYPE_SHAREDCHAR1HRCCE_ABSTYPE_SHARED

Key field Non-key field



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

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

SELECT SINGLE *
FROM T554S
INTO CORRESPONDING FIELDS OF WA_T554S
WHERE...

How to access SAP table T554S

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