T5D5Z SAP (Supplementary Pension Public Sector: SPI Data) Table details

Dictionary Type: Table
Description: Supplementary Pension Public Sector: SPI Data




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




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

T5D5Z is a standard SAP Table which is used to store Supplementary Pension Public Sector: SPI Data data and is available within R/3 SAP systems depending on the version and release level.

The T5D5Z table consists of various fields, each holding specific information or linking keys about Supplementary Pension Public Sector: SPI Data data available in SAP. These include ZVEID (SPI ID (Obsolete with ZVMP)), KTEXT (Designation of Supplementary Pension Institute), MEKEY (Notification Key), MGKEY (Notification Reason Key).. 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 or numeric)


SAP T5D5Z 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
ZVEIDSPI ID (Obsolete with ZVMP) VZVIDCHAR2VZVID
KTEXTDesignation of Supplementary Pension Institute TXZVKCHAR25TXT25
MEKEYNotification Key VMEKYNUMC2T5D5DVMEKY
MGKEYNotification Reason Key VMGKYNUMC2T5D5EVMGKY
KOKEYCombination Key VKOKYNUMC2T5D5GVKOKY
CAKEYPayroll Key VCAKYNUMC2T5D5CVCAKY
STIDADay and Month of Key Date for Notification of Differences STIDANUMC4STIDA
TAGGEIndicator: Absences must be reported for exact days TAGGECHAR1XFELD
ANZUBIndicator: Correction of Group Registrations Summarized ANZUBCHAR1XFELD
ANMELIndicator: Registrations on Data Medium ANMELCHAR1XFELD
ANBERIndicator: Correction of Registrations on Data Medium ANBERCHAR1XFELD
ANSTOIndicator: Reversal of Registrations on Data Medium ANSTOCHAR1XFELD
ABMELIndicator: Deregistrations on Data Medium ABMELCHAR1XFELD
ABBERIndicator: Correction of Deregistration on Data Medium ABBERCHAR1XFELD
ABSTOIndicator: Reversal of Deregistrations on Data Medium ABSTOCHAR1XFELD
JAMELIndicator: Whether Annual Reports are on Data Medium JAMELCHAR1XFELD
JABERIndic.: Correction of Annual Reports on Data Medium JABERCHAR1XFELD
JASTOIndicator: Reversal of Annual Reports on Data Medium JASTOCHAR1XFELD
ADRDVLayout rule for address type VARGACHAR8T536AVARGA
ZULNRRegistration Number for VBL NRZLGCHAR4NRZLG
DABNAFile Name DABNACHAR4DABNA
DASNAName of File on the Data Carrier DASNACHAR6DASNA
LFDNRSequential File Number for Data Carrier Notifications DNRLFCHAR4DNRLF
ADRZVLayout rule for address type VARGACHAR8T536AVARGA
PFZUWSupplementary Pension Liability for Special Payment HR_PFZUWCHAR1HR_PFZUW
PZVERType of Check Digit Procedure PZVERCHAR2PZVER
VBLIDIndicator: Supplementary Pension Institute VBLIDNUMC2VBLID
FOPOSOutput Format of Positive Amounts on Data Medium FOPOSCHAR9CHAR9
FONEGOutput Format of Negative Amounts on Data Medium FONEGCHAR9CHAR9
SVVERSupplementary SI SVVERCHAR8T5D1HSVVER
WOKNZWest/East Indicator WOKNZCHAR1WOKNZ
UELIDAKA Number of SPI (Forwarding Number) P01P_ZV_UELIDCHAR3PDEP_ZV_UELID
AINSLKey for Investment Institution P01_AINSLCHAR8T5DRBP01_AINSL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5D5Z
INTO CORRESPONDING FIELDS OF WA_T5D5Z
WHERE...

How to access SAP table T5D5Z

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