T5DC3 SAP (Pension Organization for Company Pension Scheme) Table details

Dictionary Type: Table
Description: Pension Organization for Company Pension Scheme




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




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

T5DC3 is a standard SAP Table which is used to store Pension Organization for Company Pension Scheme data and is available within R/3 SAP systems depending on the version and release level.

The T5DC3 table consists of various fields, each holding specific information or linking keys about Pension Organization for Company Pension Scheme data available in SAP. These include AVFMA (Company Pension Scheme Pension Organizations), COEXT (External Company), AVFTX (Name of Pension Organization), AVTYP (Type of Pension Organization).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T5DC3 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 MANDTCLNT3T000MANDT
AVFMACompany Pension Scheme Pension Organizations P01C_AVFMACHAR4P01C_AVFMA
COEXTExternal Company P01C_COEXTCHAR1XFELD
AVFTXName of Pension Organization P01C_AVFTXCHAR30TEXT30
AVTYPType of Pension Organization P01C_AVTYPCHAR1T5DCGP01C_KNZID
NAME2Extended Name P01C_NAME1CHAR40TEXT40
ABTLGDepartment Responsible P01C_ABTLGCHAR40TEXT40
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
STRASHouse number and street STRASCHAR30TEXT30
LAND1Country Key for Pension Organization P01C_AVLNDCHAR3T005LAND1LND
TELNRTelephone Number P01C_TELNRCHAR30TEXT30
TELFXFax number TELFX_BASCHAR31TEXT31
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
TABNAMEActuarial Interface P01C_VMSTECHAR30DDOBJNAME
ANBNRProvider Number P01A_ANBNRCHAR10CHAR10
GEPERFiscal Year P01C_GEPERNUMC2P01C_GEPER
KDNRCustomer Number P01_RBM_KDNRNUMC10P01_RBM_KDNR
ANNAMEName of Contact Person P01_RBM_MIPFANNAMECHAR50P01_RBM_MIPFANNAME
ANMAILContact Person's E-Mail Address P01_RBM_MIPFANMAILCHAR241SXIDNAD_SMTPADR
CLVACPEP: Function Calulation of Pension Equalization Payment P01_VA_CLVACCHAR2T5DWYP01C_NUMID
CLVAPPEP: Data Object Personnel Number P01_VA_CLVAPCHAR2T5DWYP01C_NUMID
KOREGPEP: Regulation for Calculation of Costs P01_VA_KOREGCHAR2T5DVLP01_VA_KOREG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DC3
INTO CORRESPONDING FIELDS OF WA_T5DC3
WHERE...

How to access SAP table T5DC3

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