T7SK558_AB SAP (Transfer absences (supplement to T558D) - SK) Table details

Dictionary Type: Table
Description: Transfer absences (supplement to T558D) - SK




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




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

T7SK558_AB is a standard SAP Table which is used to store Transfer absences (supplement to T558D) - SK data and is available within R/3 SAP systems depending on the version and release level.

The T7SK558_AB table consists of various fields, each holding specific information or linking keys about Transfer absences (supplement to T558D) - SK data available in SAP. These include PERNR (Personnel Number), SEQNR (Sequential number for payroll period), ABZNR (Pointer to absences), ABART (Settlement Type).. 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 T7SK558_AB 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
SEQNRSequential number for payroll period SEQ_T558BNUMC5T558BNUM5
ABZNRPointer to absences ABZNRRAW1RAW1
ABARTSettlement Type PABARCHAR1CHAR1
APZNRPC205 assignment APZNRRAW1PRSPL
CNTR1National split CNTRXRAW1RAW1
CNTR2National split CNTRXRAW1RAW1
CNTR3National split CNTRXRAW1RAW1
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
VTKENPrevious Day Indicator VTKENCHAR1XFELD
BEGUZStart time CTIMBCHAR6CHAR6
ENDUZEnd time CTIMECHAR6CHAR6
AWARTAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
ABWTGAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
STDAZAbsence hours ABSTDDEC7(2) JRSTD
ABRTGAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
ABRSTPayroll hours ABRSTDEC7(2) JRSTD
KALTGCalendar days CALDYDEC5(2) DEC3_2
KENN1Indicator for Subsequent Illness KENN1DEC2KNZAU
KENN2Indicator for repeated illness KENN2DEC2KNZAU
KLBEWAbsence valuation rule BEWKLNUMC2T554LKLBEW
PSARBWork capacity percentage PSARBDEC4(2) DEC2_2
OBEGDOld start date OBEGDDATS8DATUM
OENDDOld end date OENDDDATS8DATUM
REFEXReference Fields Exist (Primary/Secondary Costs) PRFEXCHAR1XFELD
ORDEXConfirmation Fields Exist ORDEXCHAR1XFELD
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
SEQNR_ITNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
ALLDFRecord is for Full Day ALLDFCHAR1XFELD
HRSIFSet number of hours HRS_INPFLCHAR1XFELD
OCABSIndicator for absence valuation in offcycle payroll PTM_OCABSCHAR1PTM_OCABS
DOCNRDocument number for time data PTM_DOCNRNUMC20PTM_DOCNR
ALZNRAssignment for alternative payment ALZNRRAW1PRSPL
CASNODocument number PSK_CASNOCHAR10CHAR10
AUSZASingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7SK558_AB
INTO CORRESPONDING FIELDS OF WA_T7SK558_AB
WHERE...

How to access SAP table T7SK558_AB

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