VV_5DCD_1F_V1 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

VV_5DCD_1F_V1 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The VV_5DCD_1F_V1 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include ANTYP (Entitlement Type (Entitlement/Benefit Type)), ANSPR (Entitlement to Company Retirement Pension Plan), MODBV (Calculation Variant for Entitlement), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VV_5DCD_1F_V1 table view 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 MANDTCLNT3T000MANDT
ANTYPEntitlement Type (Entitlement/Benefit Type) P01C_ANTYPCHAR1P01C_ANTYP
ANSPREntitlement to Company Retirement Pension Plan P01C_ANSPRCHAR4T5DCAP01C_ANSPR
MODBVCalculation Variant for Entitlement P01C_MODBVCHAR2T5DWEP01C_MODBV
ENDDAEnd Date ENDDADATS8DATUM
ATEXTEntitlement/Benefit Type Text P01C_ATEXTCHAR40TEXT40
BEGDAStart Date BEGDADATS8DATUM
WIGUTAsset P01C_WIGUTCHAR4P01C_WIGUT
RWZKOConstant for Relative Waiting Period P01C_RWZKOCHAR5T5DC1P01C_KONST
LGARTWage Type LGARTCHAR4T512ZLGART
RNTYPPension Category P01C_RNTYPCHAR4T5DCESUBTY_591A
RDRNTRounding Rule for Pension Amount P01C_RDRNTCHAR1P01C_ROUND
RDVRTRounding divisor RUDIVNUMC6RUDIV
AZRGLRules for Deduction/Bonus P01C_AZRGLCHAR4T5DW8P01C_AZRGL
BETMIMinimum Benefit P01C_BETMICURR9(2) P01C_BETRG
BETMAMaximum Benefit P01C_BETMACURR9(2) P01C_BETRG
WZMTHCalculation Method for End of Waiting Period P01C_WZMTHCHAR1P01C_WZMTH
RDWZTRounding Rule for End of Waiting Period P01C_RDWZTCHAR1P01C_RDWZT
WZPVZCheck: Waiting Period P01C_WZPVZCHAR1XFELD
WZPPATransfer Waiting Period Rule from Entitlement P01C_WZPPACHAR1XFELD
WZPL2Enhanced Qualification Check P01C_PLEV2CHAR1XFELD
L2WLBBenefits Provider for Enhanced Qualification Check P01C_LTLV2CHAR4T5DCUP01C_AVFMA
L2WLMDifferent Benefits Provider Company Pension Organization P01C_ALTVMCHAR1XFELD
UAPVZWaiver VE Check P01C_UAPVZCHAR1XFELD
UA1KOMinimum Age for VE Check P01C_UA1KOCHAR5T5DC1P01C_KONST
UA2KOMaximum Guarantee Period for VE Chk P01C_UA2KOCHAR5T5DC1P01C_KONST
UA3KOMinimum Guarantee Period for VE Check P01C_UA3KOCHAR5T5DC1P01C_KONST
UA4KODuration of Service for VE Check P01C_UA4KOCHAR5T5DC1P01C_KONST
UAPL2Company VE Check P01C_UABETCHAR1XFELD
L2ULBFixed Benefits Provider VP Only Acc. to Statutory Rule P01C_LTUAGCHAR4T5DCUP01C_AVFMA
L2ULMBenefits Provider for Company Pension Organization P01C_LFUAGCHAR1XFELD
L2UMTDifferent Start of Acceptance for VP Check P01C_ABGUACHAR2T5DWYP01C_NUMID
L2WMTDate Determination for Enhanced Qualification Check P01C_L2MTHCHAR1P01C_L2MTH
L2UDADate Type for Individual Acceptance Start for VE Check P01C_DARUACHAR2T548YDATAR
L2WDADate Type for Enhanced Qualification Period Check P01C_L2DARCHAR2T548YDATAR
STUAJEntitlement Status for Vested Entitlement P01C_STUAJCHAR1T5DCVP01C_MITST
STUANEntitlement Status for Forfeited Entitlement P01C_STUANCHAR1T5DCVP01C_MITST
SETRDSet Valuation Date for Entitlements Infotype (0202) P01C_SETRDCHAR1XFELD
MRKREFeature 'Trigger for Pension Calculation' P01C_MRKRECHAR5CHAR5
MRKRUFeature 'Trigger for Reserves Calculation' P01C_MRKRUCHAR5CHAR5
LTRPATransfer Benefits Provider from Entitlement P01C_LTRPACHAR1XFELD
VLTRGFixed Benefits Provider P01C_LTFIXCHAR4T5DCUP01C_AVFMA
VLTMABenefits Provider for Company Responsible P01C_LTLUSCHAR1XFELD
RELZLRelevant for Bonus Calculation P01C_RELZLCHAR1XFELD
ZLTYPType for Bonus Calculation P01C_ZLTYPCHAR1P01C_TYPES
MOZANGrouping of Valuation Basis for Increase Calculation P01C_MOZANCHAR2T5DC7P01C_GRPID
GRUANGrouping for Valuation Basis P01C_GRUANCHAR2T5DC7P01C_GRPID
AZRTXText for Bonus/Deduction Rule P01C_AZRTXCHAR40TEXT40
MBVTXText for Calculation Variant P01C_MBVTXCHAR30TEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM VV_5DCD_1F_V1
INTO CORRESPONDING FIELDS OF WA_VV_5DCD_1F_V1
WHERE...

How to access SAP table VV_5DCD_1F_V1

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