T559V SAP (Validity Period: Absence Quotas for Default Values) Table details

Dictionary Type: Table
Description: Validity Period: Absence Quotas for Default Values




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




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

T559V is a standard SAP Table which is used to store Validity Period: Absence Quotas for Default Values data and is available within R/3 SAP systems depending on the version and release level.

The T559V table consists of various fields, each holding specific information or linking keys about Validity Period: Absence Quotas for Default Values data available in SAP. These include MOPGK (Employee Subgroup Grouping for Time Quota Types), MOZKO (Grouping of Personnel Subareas for Time Quota Types), QUOMO (Quota type selection rule group), BEGTP (Type of time interval).. 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


SAP T559V 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
MOPGKEmployee Subgroup Grouping for Time Quota Types MOPGKCHAR1CHAR1
MOZKOGrouping of Personnel Subareas for Time Quota Types MOZKONUMC2MOZKO
QUOMOQuota type selection rule group QUOMOCHAR2CHAR2
BEGTPType of time interval TPINTCHAR1CHAR1
BEGPPPeriod parameter PTM_PERMONUMC2T549RPERMO
BEGDTDate type DATARCHAR2T548YDATAR
BEGBEStart or end time of an interval BEINTCHAR1CHAR1
BEGRVRelative position VARELDEC3VAREL
BEGRUTime/Measurement Unit PT_ZEINHCHAR3T538ARPMSH
ENDTPType of time interval TPINTCHAR1CHAR1
ENDPPPeriod parameter PTM_PERMONUMC2T549RPERMO
ENDDTDate type DATARCHAR2T548YDATAR
ENDBEStart or end time of an interval BEINTCHAR1CHAR1
ENDRVRelative position VARELDEC3VAREL
ENDRUTime/Measurement Unit PT_ZEINHCHAR3T538ARPMSH

Key field Non-key field



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

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

SELECT SINGLE *
FROM T559V
INTO CORRESPONDING FIELDS OF WA_T559V
WHERE...

How to access SAP table T559V

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