PAPBSDENV_ANZR SAP (Entitlement Periods) Table details

Dictionary Type: Table
Description: Entitlement Periods




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




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

PAPBSDENV_ANZR is a standard SAP Table which is used to store Entitlement Periods data and is available within R/3 SAP systems depending on the version and release level.

The PAPBSDENV_ANZR table consists of various fields, each holding specific information or linking keys about Entitlement Periods data available in SAP. These include PERNR (Personnel Number), APRFNR (Application reference number), BEGDA (Start Date), ENDDA (End Date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PAPBSDENV_ANZR 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 MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
APRFNRApplication reference number P00_PBS_APRFNRNUMC6NUMC06
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
ENTGELTARTRemuneration Type PDE_PBSNV_AZ_ENTGELTARTCHAR4T591ASUBTY_591A
ENTGELTERemunerations in Entitlement Period PDE_PBSNV_AZ_ENTGELTECURR15(2) PRBETRG
ENTGELTE_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WOKNZWest/East Indicator WOKNZCHAR1WOKNZ
NUMERImputation factor: Numerator PSEN_NUMERDEC7(3) PSEN_NUMER
DENOMImputation factor: Denominator PSEN_DENOMDEC7(3) PSEN_DENOM
AUSBILDUNGIndicator for Training Period PDE_PBSNV_AZ_AUSBILDUNGCHAR1XFELD
RVPNBIndicator: Second Job Liable to PI Contributions PDE_PBSNV_AZ_RVPNBCHAR1XFELD
INFOFIndicator: Do Not Evaluate PDE_PBSNV_AZ_INFOFCHAR1XFELD
AEDTMChanged On AEDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
FIKT_GWIndicator for Notional Active Military Service PDE_PBSNV_AZ_FIKT_GWCHAR1XFELD
UNTERBRECH_ARTSuspension Type Entitlement Period Retro. Pension Insurance PDE_PBSNV_UNTERBRECHUNG_ARTCHAR2Assigned to domainPDE_PBSNV_UNTERBRECHUNG_ART

Key field Non-key field



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

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

SELECT SINGLE *
FROM PAPBSDENV_ANZR
INTO CORRESPONDING FIELDS OF WA_PAPBSDENV_ANZR
WHERE...

How to access SAP table PAPBSDENV_ANZR

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