T5F1BAP SAP (Attributes of pension contracts with pension companies) Table details

Dictionary Type: Table
Description: Attributes of pension contracts with pension companies




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




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

T5F1BAP is a standard SAP Table which is used to store Attributes of pension contracts with pension companies data and is available within R/3 SAP systems depending on the version and release level.

The T5F1BAP table consists of various fields, each holding specific information or linking keys about Attributes of pension contracts with pension companies data available in SAP. These include MODAS (Insurance/pension contract modifier), RTMOD (Contribution rate modifier), CBMOD (Pension contract modifier), REFCP (DADS-U: Reference of the pension fund contract).. 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 T5F1BAP 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
MODASInsurance/pension contract modifier P06_MODASCHAR4T5F7BCHAR4
RTMODContribution rate modifier P06_RTMODCHAR4T5F1C3P06_RTMOD
CBMODPension contract modifier P06_CBMODCHAR4T5F8ACHAR4
REFCPDADS-U: Reference of the pension fund contract P06_REFERECHAR50T5F9ACHAR50
OPRETDADS-U: Option retained by the employee code P06_OPTRETCHAR30CHAR30
POPULATIONDADS-U: Employee incorporation group indicator P06DAD_POPULACHAR30CHAR30
ANZKDDADS-U: Number of children P06_NB_ENFNUMC2P06_NB_ENF
ORG_GESTDelegatee management code P06DAD_ODESTCHAR17CHAR17
ORG_PREVDADS-U: Pension agency indicator P06DAD_ORG_PRVCHAR9T5F1AFP06_ORG_CD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5F1BAP
INTO CORRESPONDING FIELDS OF WA_T5F1BAP
WHERE...

How to access SAP table T5F1BAP

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