P13_TRMQUOTA SAP (International Leave Quota data for Terminations) Structure details

Dictionary Type: Structure
Description: International Leave Quota data for Terminations




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




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

P13_TRMQUOTA 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 "International Leave Quota data for Terminations" 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_P13_TRMQUOTA TYPE P13_TRMQUOTA.

The P13_TRMQUOTA table consists of various fields, each holding specific information or linking keys about International Leave Quota data for Terminations data available in SAP. These include KTART (Absence Quota Type), KTEXT (Text length 25), QGROUP (Absence quota grouping for leave reporting), ENTN (Number of Employee Time Quota).. 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: Not classified


SAP P13_TRMQUOTA 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
PERNRPersonnel Number P_PERNRNUMC8PERNR
KTARTAbsence Quota Type ABWKONUMC2Assigned to domainABWKO
KTEXTText length 25 TEXT25CHAR25TEXT25
QGROUPAbsence quota grouping for leave reporting P13Q_QGRPCHAR2P13Q_QGRP
ENTNNumber of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
ACCNQuota number in transfer pool PTM_QUONUM_TRANSDEC10(5) PTM_QUONUM
ACCRNDNQuota number in transfer pool PTM_QUONUM_TRANSDEC10(5) PTM_QUONUM
ENTREMNNumber of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
ENTPNumber of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
ACCPQuota number in transfer pool PTM_QUONUM_TRANSDEC10(5) PTM_QUONUM
ACCRNDPQuota number in transfer pool PTM_QUONUM_TRANSDEC10(5) PTM_QUONUM
ENTTNumber of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
ACCTQuota number in transfer pool PTM_QUONUM_TRANSDEC10(5) PTM_QUONUM
ACCRNDTQuota number in transfer pool PTM_QUONUM_TRANSDEC10(5) PTM_QUONUM
ENTREMTNumber of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
ZEINHTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
PYACCLeave Type Accrual Payable on Termination P13Q_PYACCCHAR1TDBOOL
PYENTLeave Type Entitlement Payable on Termination P13Q_PYENTCHAR1TDBOOL
LDENTPay Loading on Entitlement on Termination P13Q_LDENTCHAR1TDBOOL
LDACCPay Loading on Accrual on Termination P13Q_LDACCCHAR1TDBOOL
LDENNPay Loading on Entitlement trans till calc date P13Q_LDENDCHAR1TDBOOL
TWTYPLeave Loading Wage Type P13Q_TWTYPCHAR4Assigned to domainLGART
TXPERLeave Loading Percentage P13Q_TXPERDEC5(2) DEC3_2
LLNUMNumber of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
LWTYPLeave Wage Type for entitlement P13Q_LWTYPCHAR4Assigned to domainLGART
LACWTLeave Wage Type for accrual P13Q_LACWTCHAR4Assigned to domainLGART
NOACCPay no accrual if the entitlement is less than equal to zero P13Q_NOACCCHAR1TDBOOL
QCTYPTime quota compensation method TIM_QCTYPCHAR4Assigned to domainTIM_QCTYP
LLDTYLeave Loading Type P13Q_LLDTPCHAR1P13Q_LLDTP

Key field Non-key field



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

As P13_TRMQUOTA 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 P13_TRMQUOTA as there is no data to select.

How to access SAP table P13_TRMQUOTA

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