T5D31 SAP (Professionals Pension Organization (PPO)) Table details

Dictionary Type: Table
Description: Professionals Pension Organization (PPO)




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




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

T5D31 is a standard SAP Table which is used to store Professionals Pension Organization (PPO) data and is available within R/3 SAP systems depending on the version and release level.

The T5D31 table consists of various fields, each holding specific information or linking keys about Professionals Pension Organization (PPO) data available in SAP. These include BVNR (Number of the Professionals Pension Organization), ENDDA (End Date), BEGDA (Start Date), KURZBEZ (Short Description of a Professionals 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: Cannot Be Enhanced


SAP T5D31 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
BVNRNumber of the Professionals Pension Organization P01_BVNRNUMC3P01_BVNRH_T5D31
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
KURZBEZShort Description of a Professionals Pension Organization P01_BV_BEZCHAR50TEXT50
BTRNRCompany Number of Professional Pension Scheme P01_BV_BTRNRCHAR8BTRNR
DUMMYNRDummy Member Number of a Professionals Pension Organization P01_BV_DUMMYNRCHAR5P01_BV_DUMMYNR
ADRNRAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
ERSTELLDATUMCreation Date of PPO File P01_BV_ERSTELLDATUMDATS8DATS
MELDEFILTERNotification Filter for DEUEV Notifications P01_BV_MELDEFILTERCHAR50P01_BV_MELDEFILTER
VERW_ZWECK_2Note to Payee of a Bank Transfer to a PPO P01_BV_VERWENDUNGSZWECKCHAR35P01_BV_VERWENDUNGSZWECK
KONTOINHABERPPO Account Holder P01_BV_KONTOINHABERCHAR35P01_BV_KONTOINHABER
BANKNAMEName of Bank for Professionals Pension Organization P01_BV_BANKNAMECHAR30P01_BV_BANKNAME
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
KNRBVAccount Number of a Professionals Pension Organization P01_BV_KNRCHAR10P01_BV_KNR
IBANIBAN of a Professionals Pension Organization P01_BV_IBANCHAR34HRD_IBAN
SWIFTSWIFT BIC of a Professionals Pension Organization P01_BV_SWIFTCHAR11SWIFT
ZLSCHPPO Payment Method P01_BV_ZLSCHCHAR1Assigned to domainZLSCH
AKTIVStatus of a Professionals Pension Organization P01_BV_AKTIVCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5D31
INTO CORRESPONDING FIELDS OF WA_T5D31
WHERE...

How to access SAP table T5D31

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