P01CCV SAP (CPS Cumulated Future Rights) Table details

Dictionary Type: Table
Description: CPS Cumulated Future Rights




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




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

P01CCV is a standard SAP Table which is used to store CPS Cumulated Future Rights data and is available within R/3 SAP systems depending on the version and release level.

The P01CCV table consists of various fields, each holding specific information or linking keys about CPS Cumulated Future Rights data available in SAP. These include MANDT (Client), PERNR (Personnel number), 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: 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 P01CCV 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 PERSNONUMC8PA0203PERSNOPER
HANSPCompany Pension Scheme Entitlement P01C_SUBPACHAR4PA0202SUBTY
AANSPBenefit Type of Company Pension Scheme P01C_AANSPCHAR4T5DWCP01C_ANSPR
CVDATValuation Date for Status of Pension Rights P01C_CVDATDATS8DATUM
ANGRPPension Plan P01C_ANGRPCHAR4T5DWAP01C_ANGRP
LURSPCompany Responsible P01C_LURSPCHAR4T5DC3P01C_AVFMA
LTRGRBenefits Provider P01C_LTRGRCHAR4T5DCUP01C_AVFMA
LGARTWage Type P01C_LGADACHAR4T512WLGART
ANWRTLegal Right to Future Pension Payments P01C_ANWRTCURR9(2) P01C_BETRG
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DIFCVDifference from Previous Value P01C_DIFCVCURR9(2) P01C_BETRG
DIFDTDate of Previous Statement P01C_DIFDTDATS8DATUM
ZNRCVAssignment Number for Cyclical Pension Rights P01C_ZNRCVNUMC4P01C_ZODNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM P01CCV
INTO CORRESPONDING FIELDS OF WA_P01CCV
WHERE...

How to access SAP table P01CCV

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