TTE2C_TAX_MAP SAP (Mapping between Tax Type and Procedure) Table details

Dictionary Type: Table
Description: Mapping between Tax Type and Procedure




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




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

TTE2C_TAX_MAP is a standard SAP Table which is used to store Mapping between Tax Type and Procedure data and is available within R/3 SAP systems depending on the version and release level.

The TTE2C_TAX_MAP table consists of various fields, each holding specific information or linking keys about Mapping between Tax Type and Procedure data available in SAP. These include KAPPL (Application as Condition Technique), KALSM (Pricing Procedure), VERSI (Version Number of Pricing Procedure), STUNR (Level Number).. 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 TTE2C_TAX_MAP 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 MANDTCLNT3Assigned to domainMANDT
KAPPLApplication as Condition Technique /SAPCND/APPLICATIONCHAR3/SAPCND/T681A/SAPCND/APPLICATION/SAPCND/KAP
KALSMPricing Procedure PRCT_PRIC_PROCCHAR6PRCC_COND_PPDPRC_PRIC_PROC
VERSIVersion Number of Pricing Procedure PRCT_PP_VERSIONCHAR6PRC_VERSION
STUNRLevel Number PRCT_PP_STEPNUMC3PRCC_COND_PPPRC_STEP
ZAEHKCondition Counter PRCT_PP_COUNTERNUMC3PRC_COUNTER
COUNTRYISOCountry TTET_COUNTRYCHAR2TTEC_COUNTRIESTTE_COUNTRYTTET_COUNTRY
TAXTYPTax Type TTET_TAX_TYPCHAR4TTEC_TAXTYPTTE_TAX_TYPTTE_TAX_TYPE
BASECOMPBase Value from Tax Calculation Procedure Line TTET_BASE_COMPNUMC2TTE_TAX_COMP_BASETTEC_TAXCOMP_AMOUNT
RATECOMPRate from Tax Calculation Procedure Line TTET_RATE_COMPNUMC2TTE_TAX_COMP_RATETTEC_TAXCOMP_RATE
VALUECOMPValue from Tax Calculation Procedure Line TTET_VALUE_COMPNUMC2TTE_TAX_COMP_VALUETTEC_TAXCOMP_AMOUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TTE2C_TAX_MAP
INTO CORRESPONDING FIELDS OF WA_TTE2C_TAX_MAP
WHERE...

How to access SAP table TTE2C_TAX_MAP

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