TTX_TAXES SAP (Tax calculation (external tax interface)) Structure details

Dictionary Type: Structure
Description: Tax calculation (external tax interface)




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




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

TTX_TAXES 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 "Tax calculation (external tax interface)" 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_TTX_TAXES TYPE TTX_TAXES.

The TTX_TAXES table consists of various fields, each holding specific information or linking keys about Tax calculation (external tax interface) data available in SAP. These include ID_TAX_EXT (Indicator: External tax calculation), TXJCD_ST (Jurisdiction code 'Ship-to'), TXJCD_SF (Jurisdiction code 'Ship-from'), TXJCD_SO (Tax jurisdiction code (sales organization (curr. not used))).. 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: Can be enhanced (character-type or numeric)


SAP TTX_TAXES 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
PROCEDUREProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
ID_TAX_EXTIndicator: External tax calculation XEXTN_TXPCHAR1Assigned to domainXEXTN
TXJCD_STJurisdiction code 'Ship-to' TXJCD_STCHAR15Assigned to domainTXJCDTXJ
TXJCD_SFJurisdiction code 'Ship-from' TXJCD_SFCHAR15Assigned to domainTXJCDTXJ
TXJCD_SOTax jurisdiction code (sales organization (curr. not used)) TXJCD_SOCHAR15Assigned to domainTXJCD
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DATUMDate DATUMDATS8DATUM
QUANTITYQuantity MENGE_DQUAN13(3) MENG13
UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
AMOUNTCondition base value KAWRTCURR15(2) WERTV8
FREIGHTCondition base value KAWRTCURR15(2) WERTV8
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TAXPCT1Rate (condition amount or percentage) KBETRCURR11(2) WERTV6
TAXAMT1Condition value KWERTCURR13(2) WERTV7
TAXPCT2Rate (condition amount or percentage) KBETRCURR11(2) WERTV6
TAXAMT2Condition value KWERTCURR13(2) WERTV7
TAXPCT3Rate (condition amount or percentage) KBETRCURR11(2) WERTV6
TAXAMT3Condition value KWERTCURR13(2) WERTV7
TAXPCT4Rate (condition amount or percentage) KBETRCURR11(2) WERTV6
TAXAMT4Condition value KWERTCURR13(2) WERTV7
TAXPCT5Rate (condition amount or percentage) KBETRCURR11(2) WERTV6
TAXAMT5Condition value KWERTCURR13(2) WERTV7
TAXPCT6Rate (condition amount or percentage) KBETRCURR11(2) WERTV6
TAXAMT6Condition value KWERTCURR13(2) WERTV7
CREDITINDDebit/Credit Indicator SHKZGCHAR1SHKZG
DOC_NUMBERAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
PROD_CODESAP internal product code (external interface) PROCD_TTXPCHAR10CHAR10

Key field Non-key field



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

As TTX_TAXES 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 TTX_TAXES as there is no data to select.

How to access SAP table TTX_TAXES

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