T5F1C SAP (SI contributions:rates and wage types) Table details

Dictionary Type: Table
Description: SI contributions:rates and wage types




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




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

T5F1C is a standard SAP Table which is used to store SI contributions:rates and wage types data and is available within R/3 SAP systems depending on the version and release level.

The T5F1C table consists of various fields, each holding specific information or linking keys about SI contributions:rates and wage types data available in SAP. These include ORGAN (SI contribution funds), COTIS (Tax and social insurance payroll costs), 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: Can be enhanced (character-type or numeric)


SAP T5F1C 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
ORGANSI contribution funds ORGA1CHAR4T5F1AP06_ORGA1
COTISTax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ASSCOAssessment Basis ASSC1NUMC3T5F1GASSC1
FBTANFixed amount for employee FBTANCURR6(2) CURR6
PRANARate of employee contributions level A (%) PRANADEC5(3) DEC2_3
PRANBRate of employee contributions level B (%) PRANBDEC5(3) DEC2_3
PRANCRate of employee contributions level C (%) PRANCDEC5(3) DEC2_3
FBTAGEmployer part fixed amount FBTAGCURR6(2) CURR6
PRAGARate of employer contributions level A (%) PRAGADEC5(3) DEC2_3
PRAGBRate of employer contributions level B (%) PRAGBDEC5(3) DEC2_3
PRAGCRate of employer contributions level C (%) PRAGCDEC5(3) DEC2_3
LAGSAWage Type for Employer - Level A LAGSACHAR4T512WLGART
LAGSBWage Type for Employer - Level B LAGSBCHAR4T512WLGART
LAGSCWage Type for Employer - Level C LAGSCCHAR4T512WLGART
LAGBTWage Type for Fixed Amount LAGBTCHAR4T512WLGART
LANSAWage Type for Employee - Level A LANSACHAR4T512WLGART
LANSBWage Type for Employee - Level B LANSBCHAR4T512WLGART
LANSCWage Type for Employee - Level C LANSCCHAR4T512WLGART
LANBTWage Type for Fixed Amount LANBTCHAR4T512WLGART
CTMODContribution type P06_CTMODCHAR2T5F1C2P06_CTMOD
CONDCondition type P06_CONDCHAR4T5F1C5P06_COND
CRULERule type P06_RULECHAR4T5F1C8P06_RULE
SPECIOutside contribution module P06_CALCUL_PARTIC_COTISCHAR1XFELD
CINACContributions calculation indicator for unemployed employees P06_CALCUL_IF_INACTIVECHAR1XFELD
ASMODContribution attributes for pension/insurance contract P06_ASMODCHAR2T5F1OP06_ASMOD
THGRPGrouping indicator for contributions with a common platform P06_THGRPCHAR2CHAR2

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5F1C
INTO CORRESPONDING FIELDS OF WA_T5F1C
WHERE...

How to access SAP table T5F1C

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