TTE2V_TXTYPDET SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

TTE2V_TXTYPDET is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The TTE2V_TXTYPDET table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include COUNTRYISO (Country), TAXEVENT (Tax Event), TAXTYP (Tax Type), TAXTYPTEXT (Description).. 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 TTE2V_TXTYPDET table view 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
CLIENTClient MANDTCLNT3MANDT
COUNTRYISOCountry TTET_COUNTRYCHAR2TTEC_COUNTRIESTTE_COUNTRYTTET_COUNTRY
TAXEVENTTax Event TTET_TAX_EVENTNUMC3TTE2C_TAXEVENTTTE_TAX_EVENT
TAXTYPTax Type TTET_TAX_TYPCHAR4TTEC_TAXTYPTTE_TAX_TYPTTE_TAX_TYPE
TAXTYPTEXTDescription TTET_DESCRIP30CHAR30TTE_DESCRIPT30
INCIDENCETax Incidence TTET_INCIDENCECHAR4TTEC_INCIDENCETTE_INCIDENCE
COUNTRYNAMEDescription TTET_DESCRIP30CHAR30TTE_DESCRIPT30
EVENTTEXTDescription TTET_DESCRIP60CHAR60TTE_DESCRIPT60
INCIDTEXTDescription TTET_DESCRIP60CHAR60TTE_DESCRIPT60
LEGTXT_IDLegal Text ID TTET_LEGAL_TEXT_IDCHAR4TTEC_LEGTXTTTE_LEGAL_TEXT_ID
LEGTXT_DESCRLegal Text TTET_LEGAL_TEXTCHAR255TTET_CHAR255_COM

Key field Non-key field



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

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

SELECT SINGLE *
FROM TTE2V_TXTYPDET
INTO CORRESPONDING FIELDS OF WA_TTE2V_TXTYPDET
WHERE...

How to access SAP table TTE2V_TXTYPDET

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