P01P_STATUS_PERIODE SAP (Status Structure of Insured Person) Structure details

Dictionary Type: Structure
Description: Status Structure of Insured Person




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




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

P01P_STATUS_PERIODE 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 "Status Structure of Insured Person" 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_P01P_STATUS_PERIODE TYPE P01P_STATUS_PERIODE.

The P01P_STATUS_PERIODE table consists of various fields, each holding specific information or linking keys about Status Structure of Insured Person data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), FPPER (For-Period for Payroll), INPER (In-Period for Payroll).. 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 P01P_STATUS_PERIODE 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
SEQPRSequence Number of Status Table of Periods P01P_SEQPRNUMC3
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
FPPERFor-Period for Payroll P01_FPPERCHAR6PRIOD
INPERIn-Period for Payroll P01_INPERCHAR6PRIOD
MSTATEmployee Reporting Status P01P_MSTATCHAR2P01P_MSTAT
ABMGRDeregistration Reason of DATUEV-ZVE P01P_ABMGRCHAR2P01P_ABMGR
VERNRSupp. Insurance Number P01P_VERNRCHAR12P01P_VERNR
KNTNRMembership/Account Number of Employer at SPI P01P_KNTNRCHAR7P01P_KNTNR
ANLARInvestment Type P01_ANLARCHAR4T5DR1P01_ANLAR
AINSLKey for Investment Institution P01_AINSLCHAR8T5DPBSZVZVEP01_AINSL
WERKS_SUMPersonnel Area Reporting PERSA_SUMCHAR4T500PPERSAPBR
BTRTL_SUMPersonnel Subarea Reporting BTRTL_SUMCHAR4T001PBTRTLPBS
VAKEYVariable Key for Employer Table P01P_VARKEYCHAR8CHAR08
JUPERLegal Person JUPERCHAR4JUPER
WOKNZWest/East Indicator WOKNZCHAR1WOKNZ
VORVSPrevious Insurance at an SPI P01P_VORVSCHAR1P01P_VORVS
KNZWVIndicator: Additional Insurance Relationship P01P_KNZWVCHAR1P01P_KNZWV
KNZALKey Figure: Prior-Year Acquisitions P01P_KNZALCHAR1P01P_KNZAL
BFREIExemption from Insurance Liability, ZVE-PBS P01P_BFREICHAR1P01P_BFREI
MAIVMInsurance Feature, DATUEV-ZVE P01P_VSMKMCHAR2P01P_VSMKM
ANZKINumber of Children for Parental Leave Entitlement P01P_ANZKICHAR2
ZPERIPayment Period of Contributions, ZVE-PBS P01P_ZPERICHAR6PRIOD
DAEURTrue If Receives Permanent REC Pension (SAP-Internal) P01P_DAEURCHAR1XFELD
UMMONContribution Month P01P_UMMONCHAR1XFELD
UMLPZEmployer's Contribution Rate P01P_AGUMLDEC7(2) DEC5_2
AGBEIEmployer's Compulsory Contribution P01P_AGBEIDEC7(2) DEC5_2
ANBEIEmployee's Compulsory Contribution P01P_ANBEIDEC7(2) DEC5_2
NONOTSwitch: Do Not Transfer Notifications P01P_NONOTCHAR1XFELD
ABWHTSwitch: Is Period Unpaid Absence (Insurance Feature 4x)? P01P_ABWHTCHAR1P01P_ABWHT
UMMO2Contribution Month P01P_UMMONCHAR1XFELD
ABWVMInsurance Feature, DATUEV-ZVE P01P_VSMKMCHAR2P01P_VSMKM
REMVMInsurance Feature, DATUEV-ZVE P01P_VSMKMCHAR2P01P_VSMKM
RIESTIs Riester Grant Possible for Employee Contributions? P01P_RIESTERCHAR1BOOLE
STJUPERLegal Person JUPERCHAR4JUPER

Key field Non-key field



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

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

How to access SAP table P01P_STATUS_PERIODE

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