T5F3B SAP (Calculation Bases for Profit Sharing) Table details

Dictionary Type: Table
Description: Calculation Bases for Profit Sharing




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




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

T5F3B is a standard SAP Table which is used to store Calculation Bases for Profit Sharing data and is available within R/3 SAP systems depending on the version and release level.

The T5F3B table consists of various fields, each holding specific information or linking keys about Calculation Bases for Profit Sharing data available in SAP. These include MOPAR (Profit sharing modifier), AATTR (Fiscal year), ENDDA (End Date), BEGDA (Start 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = T5F3T


SAP T5F3B 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
MOPARProfit sharing modifier P06_MOPARCHAR2P06_MOPAR
AATTRFiscal year ANNEENUMC4P06_AATTR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
TOTALProfit sharing reserve P06_PTOTCURR15(2) PRBETRG
PFIXEFixed amount P06_PFIXECURR9(2) WERTV5
PLREPMinimum distribution P06_PLREPCURR9(2) WERTV5
PLPERMinimum cash-in amount P06_PLPERCURR9(2) WERTV5
PFREPMaximum distribution P06_PFREPCURR9(2) WERTV5
PFPERMax. cash-in amt. P06_PFPERCURR9(2) WERTV5
VAMINMinimum threshold for profit sharing entitlemt (days) P06_VAMINCURR9(2) WERTV5
TAUXIInterest rate (profit sharing) P06_TAUXIDEC6(3) DEC3_3
TAUXPDistribution rate (in proportion to pay) TAUXPDEC10(7) DEC3_7
TAUXPTDistribution rate (for length of presence) P06_TAUXPTDEC10(7) DEC3_7
DATEDEBLOCProfit sharing release date P06_DADEBLDATS8DATUM
PTIMEPart of distrib. profit sharing reserve / length of time P06_PTIMECURR15(2) PRBETRG
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BEGEXStart of reference fiscal year (profit sharing) P06_BEGEXDATS8DATUM
ENDEXEnd of reference fiscal year (profit sharing) P06_ENDEXDATS8DATUM
PUNIFPart of evenly distrib. profit sharing P06_PUNIFCURR15(2) PRBETRG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5F3B
INTO CORRESPONDING FIELDS OF WA_T5F3B
WHERE...

How to access SAP table T5F3B

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