PIN_LEAVE_QUOTA SAP (HR Forms : Available leave quota for India) Structure details

Dictionary Type: Structure
Description: HR Forms : Available leave quota for India




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




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

PIN_LEAVE_QUOTA 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 "HR Forms : Available leave quota for India" 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_PIN_LEAVE_QUOTA TYPE PIN_LEAVE_QUOTA.

The PIN_LEAVE_QUOTA table consists of various fields, each holding specific information or linking keys about HR Forms : Available leave quota for India data available in SAP. These include MOZKO (Grouping of Personnel Subareas for Time Quota Types), BEGDA (Start Date), ENDDA (End Date), KTTEXT1 (Absence quota type text).. 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: Cannot Be Enhanced


SAP PIN_LEAVE_QUOTA 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
MOPGKEmployee Subgroup Grouping for Time Quota Types MOPGKCHAR1CHAR1
MOZKOGrouping of Personnel Subareas for Time Quota Types MOZKONUMC2MOZKO
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
KTTEXT1Absence quota type text KOTXTCHAR25TEXT25
BEGDA1Start Date BEGDADATS8DATUM
ENDDA1End Date ENDDADATS8DATUM
DEDU_BEGDA1Start Date for Quota Deduction PTM_DEDSTARTDATS8DATUM
DEDU_ENDDA1Quota Deduction to PTM_DEDENDDATS8DATUM
ENTITLE1Number of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
TIME_UNIT1Unit for personnel time quota PTM_QUOUNITCHAR3Assigned to domainRPMSH
UNTXT1Time/Measurement Unit Text EINHTXTCHAR20TEXT20
KTTEXT2Absence quota type text KOTXTCHAR25TEXT25
BEGDA2Start Date BEGDADATS8DATUM
ENDDA2End Date ENDDADATS8DATUM
DEDU_BEGDA2Start Date for Quota Deduction PTM_DEDSTARTDATS8DATUM
DEDU_ENDDA2Quota Deduction to PTM_DEDENDDATS8DATUM
ENTITLE2Number of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
TIME_UNIT2Unit for personnel time quota PTM_QUOUNITCHAR3Assigned to domainRPMSH
UNTXT2Time/Measurement Unit Text EINHTXTCHAR20TEXT20
KTTEXT3Absence quota type text KOTXTCHAR25TEXT25
BEGDA3Start Date BEGDADATS8DATUM
ENDDA3End Date ENDDADATS8DATUM
DEDU_BEGDA3Start Date for Quota Deduction PTM_DEDSTARTDATS8DATUM
DEDU_ENDDA3Quota Deduction to PTM_DEDENDDATS8DATUM
ENTITLE3Number of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
TIME_UNIT3Unit for personnel time quota PTM_QUOUNITCHAR3Assigned to domainRPMSH
UNTXT3Time/Measurement Unit Text EINHTXTCHAR20TEXT20
KTTEXT4Absence quota type text KOTXTCHAR25TEXT25
BEGDA4Start Date BEGDADATS8DATUM
ENDDA4End Date ENDDADATS8DATUM
DEDU_BEGDA4Start Date for Quota Deduction PTM_DEDSTARTDATS8DATUM
DEDU_ENDDA4Quota Deduction to PTM_DEDENDDATS8DATUM
ENTITLE4Number of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
TIME_UNIT4Unit for personnel time quota PTM_QUOUNITCHAR3Assigned to domainRPMSH
UNTXT4Time/Measurement Unit Text EINHTXTCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table PIN_LEAVE_QUOTA

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