P01C_BYVAL SAP (Employment Years Evaluation) Structure details

Dictionary Type: Structure
Description: Employment Years Evaluation




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




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

P01C_BYVAL 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 "Employment Years Evaluation" 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_P01C_BYVAL TYPE P01C_BYVAL.

The P01C_BYVAL table consists of various fields, each holding specific information or linking keys about Employment Years Evaluation data available in SAP. These include LTTYP (Type of Pension Organization), LTRGR (Benefits Provider), HANSP (Company Pension Scheme Entitlement), AANSP (Benefit Type of Company Pension Scheme).. 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 P01C_BYVAL 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
LTTYPType of Pension Organization P01C_AVTYPCHAR1Assigned to domainP01C_KNZID
LTRGRBenefits Provider P01C_LTRGRCHAR4Assigned to domainP01C_AVFMA
HANSPCompany Pension Scheme Entitlement P01C_HANSPCHAR4Assigned to domainP01C_ANSPR
AANSPBenefit Type of Company Pension Scheme P01C_AANSPCHAR4Assigned to domainP01C_ANSPR
MODBVCalculation Variant for Entitlement P01C_MODBVCHAR2Assigned to domainP01C_MODBV
STGRPGroup Based on Entitlement Status P01C_STGRPNUMC4NUMC04
DINCRFlag: Data from Increase Determination P01C_DINCRCHAR1XFELD
GRTP4Identification Category P01C_GRTP4CHAR1P01C_GRTP4
IDDZBIdentification for Seniority Scales P01C_IDDZBCHAR4Assigned to domainP01C_GRID4
DJJLKMinimum Employment Years P01C_DJJLKNUMC2NUMC02
DJJHKMaximum Employment Years P01C_DJJHKNUMC2NUMC02
RELBSRelevance for Vested Payments P01C_RELBSCHAR1P01C_RELBS
GPENRAssignment Number for Internal Tables P01C_RECNRRAW1PRSPL
PRZFIFixed Percentage Rate P01C_PRZF2DEC7(4) P01C_PRZ34
PRZVACalculated Percentage Rate P01C_PRZVADEC8(4) P01C_PRZ44
BETFIFixed Amount of Benefit P01C_BETFICURR9(2) P01C_BETRG
BETVACumulated Amount P01C_BETVACURR9(2) P01C_BETRG
DZTJJEmployment Period in Years for Valuation P01C_DZTJJNUMC2NUM02
FIXJJMinimum Years for Valuation P01C_FIXJJNUMC2NUMC02
DJJMIMinimum Employment Years for Valuation P01C_DJJMINUMC2NUMC02
YEARVEmployment Year Factor P01C_YEARVDEC7(4) DEC3_4
YEARCRelevant Years P01C_YEARCDEC7(4) DEC3_4

Key field Non-key field



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

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

How to access SAP table P01C_BYVAL

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