P01C_AVLALV SAP (Output Structure for Value Type Statement) Structure details

Dictionary Type: Structure
Description: Output Structure for Value Type Statement




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




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

P01C_AVLALV 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 "Output Structure for Value Type Statement" 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_AVLALV TYPE P01C_AVLALV.

The P01C_AVLALV table consists of various fields, each holding specific information or linking keys about Output Structure for Value Type Statement data available in SAP. These include NAME (Employee's last name), STDAT (Relevant Status Date), AVART (Value Type of CPS), AVTXT (Text for Value Type).. 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: Can be enhanced (character-type or numeric)


SAP P01C_AVLALV 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 PERSNONUMC8Assigned to domainPERSNOPER
NAMEEmployee's last name NAMECHAR35NAME
STDATRelevant Status Date P01C_STDATDATS8DATUM
AVARTValue Type of CPS P01C_AVARTCHAR4T5DV1P01C_AVART
AVTXTText for Value Type P01C_AVTXTCHAR40TEXT40
HANSPCompany Pension Scheme Entitlement P01C_HANSPCHAR4T5DCAP01C_ANSPR
HATXTEntitlement/Benefit Type Text P01C_ATEXTCHAR40TEXT40
AANSPBenefit Type of Company Pension Scheme P01C_AANSPCHAR4T5DCAP01C_ANSPR
AATXTEntitlement/Benefit Type Text P01C_ATEXTCHAR40TEXT40
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
ANZHLHR payroll: Number PRANZDEC15(2) PRANZHL
BETRGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
WCHARText for Value Type P01C_AVTXTCHAR40TEXT40
WPRZNPercentage P01C_VPRZNDEC11(8) P01C_DEC3_8
LTZNRValuation Assignment P01C_LTZNRCHAR2CHAR2
LTRGRBenefits Provider P01C_LTRGRCHAR4T5DC3P01C_AVFMA
LTTXTName of Pension Organization P01C_AVFTXCHAR30TEXT30
LURSPCompany Responsible P01C_LURSPCHAR4T5DC3P01C_AVFMA
LUTXTName of Pension Organization P01C_AVFTXCHAR30TEXT30
ANGRPPension Plan P01C_ANGRPCHAR4T5DCWP01C_ANGRP
VOTXTText for Pension Plan P01C_ANTXTCHAR40TEXT40
LGARTWage Type LGARTCHAR4T512WLGART
LGTXTWage Type Long Text LGTXTCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table P01C_AVLALV

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