HRTIM00BW_IS_QUOTA_DETAILS SAP (BW Extract Structure: Quota Details) Structure details

Dictionary Type: Structure
Description: BW Extract Structure: Quota Details




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




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

HRTIM00BW_IS_QUOTA_DETAILS 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 "BW Extract Structure: Quota Details" 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_HRTIM00BW_IS_QUOTA_DETAILS TYPE HRTIM00BW_IS_QUOTA_DETAILS.

The HRTIM00BW_IS_QUOTA_DETAILS table consists of various fields, each holding specific information or linking keys about BW Extract Structure: Quota Details data available in SAP. These include PERSONID (Personnel Number), CALDAY (Calendar day), ORGEH (Organizational Unit), PLANS (Position).. 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 HRTIM00BW_IS_QUOTA_DETAILS 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 PERNR_DNUMC8PERNRPER
PERSONIDPersonnel Number PERNR_DNUMC8PERNRPER
CALDAYCalendar day RSCALDAYDATS8DATUM
ORGEHOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
PLANSPosition PLANSNUMC8Assigned to domainPLANS
MANAGER_ORGEHPersonnel Number PERNR_DNUMC8PERNRPER
TIME_STATUSEmployee Time Management Status PT_ZTERFNUMC1Assigned to domainZTERF
QUOTTReporting Quota Type QUOTATCHAR8Assigned to domainQUOTT
TALENTGRPTalent Group HRTMC_TALENTGROUP_IDNUMC8Assigned to domainHROBJID
LOSLength of Service (in months) HRPAD_LOSCHAR10
AGE_YRSAge in Years HRPAD_AGE_IN_YEARSNUMC10
AGE_RANGEAge Range HRPAD_AGE_RANGECHAR4
UNITUnit of Measure ROUNITUNIT3Assigned to domainCUNITMEINS
ENTITLEAvailable entitlement of a personnel time quota PTDW_ENTITLE_QQUAN10(5) PTM_QUONUM_Q
TAKENDeducted Entitlement of a Personnel Time Quota PTDW_REDUCED_QQUAN10(5) PTM_QUONUM_Q
REPAYEDCompensated entitlement of a personnel time quota PTDW_REPAYED_QQUAN10(5) PTM_QUONUM_Q
PLANNEDPlanned Entitlement of a Personnel Time Quota TIM_BW_PLANNED_QQUAN10(5) PTM_QUONUM_Q
LAPSEDForfeited Entitlement of a Personnel Time Quota PTDW_LEFT_QQUAN10(5) PTM_QUONUM_Q
UNUSEDUnused Entitlement of a Personnel Time Quota TIM_BW_UNUSED_QQUAN10(5) PTM_QUONUM_Q
MOPGKEmployee Subgroup Grouping for Time Quota Types MOPGKCHAR1CHAR1
MOZKOGrouping of Personnel Subareas for Time Quota Types MOZKONUMC2MOZKO
MOABWPersonnel subarea grouping for absence and attendance types MOABWNUMC2MOABW
KTARTAttendance or absence quota type KTARTNUMC2KTART
DQUOTA_BEGDAStart Date for Quota Deduction PTM_DEDSTARTDATS8DATUM
DQUOTA_ENDDAQuota Deduction to PTM_DEDENDDATS8DATUM
VQUOTA_BEGDAStart Date BEGDADATS8DATUM
VQUOTA_ENDDAEnd Date ENDDADATS8DATUM
AWARTAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
VAWART_BEGDAAtt./Abs. start date TIM_BW_LEAVE_BEGDADATS8DATUM
VAWART_ENDDAAtt./Abs. end date TIM_BW_LEAVE_ENDDADATS8DATUM
QUOTA_CATQuota Category TIM_BW_QUOTTYPE_QCHAR1TIM_BW_QUOTTYPE_Q

Key field Non-key field



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

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

How to access SAP table HRTIM00BW_IS_QUOTA_DETAILS

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