TTET_EXEMPT_INTF SAP (Selection structure for exemption maintenance) Structure details

Dictionary Type: Structure
Description: Selection structure for exemption maintenance




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




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

TTET_EXEMPT_INTF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Selection structure for exemption maintenance" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TTET_EXEMPT_INTF TYPE TTET_EXEMPT_INTF.

The TTET_EXEMPT_INTF table consists of various fields, each holding specific information or linking keys about Selection structure for exemption maintenance data available in SAP. These include COUNTRYISO (Country), TAX_REG (Region), SUPPLIER_ID (Supplier Business Partner ID), PARTNER_ID_TF (TTE Business Partner ID).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TTET_EXEMPT_INTF structure 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
COMMUNITYCommunity TTET_COMMUNITYCHAR5TTE_COMMUNITYTTET_COMMUNITY
COUNTRYISOCountry TTET_COUNTRYCHAR2Assigned to domainTTE_COUNTRYTTET_COUNTRY
TAX_REGRegion TTET_TAX_REGIONCHAR3Assigned to domainTTE_TAX_REGION
SUPPLIER_IDSupplier Business Partner ID TTET_SUPPLIER_IDCHAR32TTE_SUPPLIER_ID
PARTNER_ID_TFTTE Business Partner ID TTET_PARTNER_IDCHAR32TTE_PARTNER_ID
PARTNER_ID_TTTTE Business Partner ID TTET_PARTNER_IDCHAR32TTE_PARTNER_ID
PATXGRP_TFBusiness Partner Tax Group TTET_PARTNER_TAX_GRPCHAR20TTET_CHAR20
PATXGRP_TTBusiness Partner Tax Group TTET_PARTNER_TAX_GRPCHAR20TTET_CHAR20
TX_PRODUCT_IDTTE Product ID TTET_PRODUCT_IDCHAR50TTET_CHAR50
PRTXGRPProduct Tax Group TTET_PRODUCT_TAX_GRPCHAR20TTET_CHAR20
TAXTYPTax Type TTET_TAX_TYPCHAR4Assigned to domainTTE_TAX_TYPTTE_TAX_TYPE

Key field Non-key field



How do I retrieve data from SAP structure TTET_EXEMPT_INTF using ABAP code?

As TTET_EXEMPT_INTF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TTET_EXEMPT_INTF as there is no data to select.

How to access SAP table TTET_EXEMPT_INTF

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