T5ITCG SAP (Settlement request for contributions) Table details

Dictionary Type: Table
Description: Settlement request for contributions




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




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

T5ITCG is a standard SAP Table which is used to store Settlement request for contributions data and is available within R/3 SAP systems depending on the version and release level.

The T5ITCG table consists of various fields, each holding specific information or linking keys about Settlement request for contributions data available in SAP. These include TRFAR (Pay scale type), TRFGB (Pay Scale Area), CDCOC (Contribution settlement indicator), ENDDA (End 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 = T5ITCX


SAP T5ITCG 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
TRFARPay scale type TRFARCHAR2T510ATRFAR
TRFGBPay Scale Area TRFGBCHAR2T510GTRFGB
CDCOCContribution settlement indicator P15_CDCOCCHAR2P15_CDCOC
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
TPA1Taxation type P15_TPASSNUMC2T5ITCTP15_TPASS
TPA2Taxation type P15_TPASSNUMC2T5ITCTP15_TPASS
TPA3Taxation type P15_TPASSNUMC2T5ITCTP15_TPASS
TPA4Taxation type P15_TPASSNUMC2T5ITCTP15_TPASS
TPA5Taxation type P15_TPASSNUMC2T5ITCTP15_TPASS
TPA6Taxation type P15_TPASSNUMC2T5ITCTP15_TPASS
TPA7Taxation type P15_TPASSNUMC2T5ITCTP15_TPASS
TPA8Taxation type P15_TPASSNUMC2T5ITCTP15_TPASS
TPA9Taxation type P15_TPASSNUMC2T5ITCTP15_TPASS
TPA10Taxation type P15_TPASSNUMC2T5ITCTP15_TPASS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITCG
INTO CORRESPONDING FIELDS OF WA_T5ITCG
WHERE...

How to access SAP table T5ITCG

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