V_5DCM_1D SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_5DCM_1D 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 V_5DCM_1D 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 V_5DCM_1D 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
BEGDAStart Date BEGDADATS8DATUM
ATEXTEntitlement/Benefit Type Text P01C_ATEXTCHAR40TEXT40
MBVTXText for Calculation Variant P01C_MBVTXCHAR30TEXT30
LGAGPWage Type Grouping for Payroll Control P01C_LGAGPCHAR2T5DWWP01C_GRPID
GRLTXLong Text Grouping P01C_GRLTXCHAR40TEXT40
IDBAAIndicator for Pensionable Income for Payroll Accounting P01C_IDBAACHAR4T5DWMP01C_GRID4
LGBAEActual Base Wage Type P01C_LGBAECHAR4T512WLGART
LGAANEmployee Contribution Wage Type P01C_UMWBECHAR4T512WLGART
LGGEVWage Type: Contract Total for Salary Waiver P01C_LGGEVCHAR4T512WLGART
LGBABContribution Deduction Wage Type P01C_LGBABCHAR4T512WLGART
LGEINWage Type for Contribution Deduction for One-Time Payment P01C_LGEINCHAR4T512WLGART
LGLFDWage Type for Contribution Deduction for Regular Pay P01C_LGLFDCHAR4T512WLGART
LGBAE_TXTWage Type Long Text LGTXTCHAR25TEXT25
LGAAN_TXTWage Type Long Text LGTXTCHAR25TEXT25
LGGEV_TXTWage Type Long Text LGTXTCHAR25TEXT25
LGBAB_TXTWage Type Long Text LGTXTCHAR25TEXT25
LGEIN_TXTWage Type Long Text LGTXTCHAR25TEXT25
LGLFD_TXTWage Type Long Text LGTXTCHAR25TEXT25
KZUMWIndicator for Deferred Compensation P01C_KZUMWCHAR1P01C_KNZID
BABEIUse of Contributions as Base P01C_BABEICHAR1XFELD
TABBVPrimary Function Table P01C_TABBVCHAR5CHAR5
IDBAA_TXTText for CPS Identification Features P01C_GRLT4CHAR40TEXT40
LGDEKWage Type for Upper Limit for Deferred Compensation P01C_LGDEKCHAR4T512WLGART
LGDEK_TXTWage Type Long Text LGTXTCHAR25TEXT25
BBZRMPeriod for Calculation of Contributions P01C_BBZRMCHAR1P01C_BBZRM

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_5DCM_1D
INTO CORRESPONDING FIELDS OF WA_V_5DCM_1D
WHERE...

How to access SAP table V_5DCM_1D

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