P05_TTCM SAP (Mapping: Tax Table Column - Function Module Parameter) Table details

Dictionary Type: Table
Description: Mapping: Tax Table Column - Function Module Parameter




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




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

P05_TTCM is a standard SAP Table which is used to store Mapping: Tax Table Column - Function Module Parameter data and is available within R/3 SAP systems depending on the version and release level.

The P05_TTCM table consists of various fields, each holding specific information or linking keys about Mapping: Tax Table Column - Function Module Parameter data available in SAP. These include SEQNO (Tax Table Column Sequence Number), ENNDA (End Date), BEGDA (Start Date), PARAMETER_NAME (Parameter name).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = P05_TTCM_TEXT

Text table = P05_TTCM_TEXT


SAP P05_TTCM 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
TABLE_CODETax Table Type P05_TAXTAB_TYPECHAR5P05_TTFM_TTYPEP05_DTAXTAB_CODE
SEQNOTax Table Column Sequence Number P05_TAXTAB_COL_SEQNONUMC4P05_DTAXTAB_COL_SEQNO
ENNDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
PARAMETER_NAMEParameter name RS38L_PAR_CHAR30FUPARAREFRS38L_PARA
LFTYDAge LFTYDNUMC2P05_LFTYD
TARGRTax Credit According to Individual Employment Tax Statement TARGRCHAR1Assigned to domainP05_TARGR
CD_LEEFTAge Indicator (Over AOW Age) LEEFTCHAR1P05_LEEFT
TTXCRWith Temporary Tax Credit P05_TEMP_TAX_CREDITCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM P05_TTCM
INTO CORRESPONDING FIELDS OF WA_P05_TTCM
WHERE...

How to access SAP table P05_TTCM

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