PTR_QUOTA_CONTRACT_RULE_NUMBER SAP (Pers. Assignment with Generation Rule and Quota Entitlement) Structure details

Dictionary Type: Structure
Description: Pers. Assignment with Generation Rule and Quota Entitlement




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




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

PTR_QUOTA_CONTRACT_RULE_NUMBER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Pers. Assignment with Generation Rule and Quota Entitlement" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PTR_QUOTA_CONTRACT_RULE_NUMBER TYPE PTR_QUOTA_CONTRACT_RULE_NUMBER.

The PTR_QUOTA_CONTRACT_RULE_NUMBER table consists of various fields, each holding specific information or linking keys about Pers. Assignment with Generation Rule and Quota Entitlement data available in SAP. These include T559L (), MANDT (Client), MOPGK (Employee Subgroup Grouping for Time Quota Types), MOZKO (Grouping of Personnel Subareas for Time Quota Types).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PTR_QUOTA_CONTRACT_RULE_NUMBER structure 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
CONTRACT_IDPersonnel Assignment PCCE_PERNRNUMC8PERNR
T559L 0
MANDTClient MANDTCLNT3MANDT
MOPGKEmployee Subgroup Grouping for Time Quota Types MOPGKCHAR1CHAR1
MOZKOGrouping of Personnel Subareas for Time Quota Types MOZKONUMC2MOZKO
MOBDEGrouping of Personnel Subareas for Time Recording MOBDENUMC2MOBDE
QUOMOQuota type selection rule group QUOMOCHAR2CHAR2
ACCNRSelection rule for absence quota types ACCNRNUMC3ACCNR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SENKDKey date for determining seniority SENKDCHAR1CHAR1
SENDTDate type DATARCHAR2DATAR
AGEKDKey date for determining age AGEKDCHAR1CHAR1
AGEDTDate type DATARCHAR2DATAR
HDBEGEntry Date HIREDATEDATS8DATUM
HDENDEntry Date HIREDATEDATS8DATUM
QTYPEAbsence Quota Type ABWKONUMC2ABWKO
RULNORule for base entitlement for leave accrual RULNONUMC3RULNO
ACCFRAccrual point for leave entitlement ACCFRCHAR1CHAR1
AFREQPeriod parameter PTM_PERMONUMC2PERMO
ACCDLEarliest accrual point ACCDLCHAR2TMART
LVPERTime of transfer to leave entitlement LVPERCHAR1CHAR1
LFREQPeriod parameter PTM_PERMONUMC2PERMO
LVDATDate type DATARCHAR2DATAR
MULTTMultiplication by time type MULTTCHAR1CHAR1
MUZESMultiplication by day balance MUZESCHAR4ZTART
MUSALMultiplication by period balance MUSALCHAR4ZTART
LVCUT_ACCReduction rule for quota entitlements LVCUTCHAR2LVCUT
LVRND_ACCRounding rule RDTYPCHAR2RDTYP
LVMAX_ACCMaximum accrual entitlement LVMAX_ACCDEC10(5) PTM_QUONUM
QTCUT_ACCAbsence quota for reduction to accrual entitlement PTM_QTCUTNUMC2ABWKO
QTMAX_ACCAbsence quota if maximum entitlement is exceeded PTM_QTMAXNUMC2ABWKO
LVRND_ENTRounding rule RDTYPCHAR2RDTYP
LVMAX_ENTMaximum total entitlement LVMAX_ENTDEC10(5) PTM_QUONUM
LSIZESize of transfer packages for absence quotas LSIZEDEC10(5) PTM_QUONUM
SBBEGSevere challenge: Percentage SBPRODEC3DEC3
SBENDSevere challenge: Percentage SBPRODEC3DEC3
ACCDTDate type DATARCHAR2DATAR
ACCRVRelative position VARELDEC3VAREL
ACCRUTime/Measurement Unit PT_ZEINHCHAR3RPMSH
PRVQTCheckbox for Compensation of Existing Entitlements PT_VERRCHAR1XFELD
SBGRUChallenge group SBGRUCHAR2SBGRD
PRORAPro Rata Calculation of Accrual Entitlement PTM_PRORACHAR1CHAR1
LRULEQuota Generation: Rule for Transfer Times PTM_LRULECHAR3PTM_LRULE
ACCWPQuota Generation: Change of Work Center/Basic Pay PTM_ACC_WPBPCHAR1XFELD
SENPRCalculation process for employment period calculation PSEN_PROCECHAR4PSEN_PROCEHRSEN00PROCE
NUMBERNumber of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM

Key field Non-key field



How do I retrieve data from SAP structure PTR_QUOTA_CONTRACT_RULE_NUMBER using ABAP code?

As PTR_QUOTA_CONTRACT_RULE_NUMBER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PTR_QUOTA_CONTRACT_RULE_NUMBER as there is no data to select.

How to access SAP table PTR_QUOTA_CONTRACT_RULE_NUMBER

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