T554X SAP (Rules for Attendance/Absence Counting and Leave Deduction) Table details

Dictionary Type: Table
Description: Rules for Attendance/Absence Counting and Leave Deduction




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




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

T554X is a standard SAP Table which is used to store Rules for Attendance/Absence Counting and Leave Deduction data and is available within R/3 SAP systems depending on the version and release level.

The T554X table consists of various fields, each holding specific information or linking keys about Rules for Attendance/Absence Counting and Leave Deduction data available in SAP. These include URLKL (PS grouping for attendance and absence counting), ZEITY (Employee Subgroup Grouping for Work Schedules), RGMOD (Grouping of attendance and absence types for counting), SEQNO (Sequence Number).. 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)


SAP T554X 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
URLKLPS grouping for attendance and absence counting URLKLCHAR2URLKL
ZEITYEmployee Subgroup Grouping for Work Schedules DZEITYCHAR1ZEITYTCA
RGMODGrouping of attendance and absence types for counting RGMODNUMC2RGMOD
SEQNOSequence Number SEQNPNUMC2SEQNP
WTAGEEligibility string for weekdays WTAGECHAR7CHAR7
FKLASEligibility string for public holiday class on current day LFTKLCHAR10LFTKL
ZMODKPermissibility string for counting class of period WS DZMODKCHAR10CHAR10
TPKLAPermissibility string for daily work schedule classes TPKLLCHAR10CHAR10
TGTYPPermissibility string for day type TGTYPCHAR10CHAR10
KTANZQuota multiplier KTANZNUMC3NUM3
URAR1First leave type to be deducted URAR1CHAR2Assigned to domainURART
URAR2Second leave type to be deducted URAR2CHAR2Assigned to domainURART
URAR3Third leave type to be deducted URAR3CHAR2Assigned to domainURART
URAR4Fourth leave type to be deducted URAR4CHAR2Assigned to domainURART
URAR5Fifth leave type to be deducted URAR5CHAR2Assigned to domainURART
URAR6Sixth leave type to be deducted URAR6CHAR2Assigned to domainURART
URMINLeave type that can take on a negative value URMINCHAR2Assigned to domainURART
DEDIRDeduction sequence for leave types (in asc. or desc. order) PTM_DEDIRCHAR1PTM_DEDIR

Key field Non-key field



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

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

SELECT SINGLE *
FROM T554X
INTO CORRESPONDING FIELDS OF WA_T554X
WHERE...

How to access SAP table T554X

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