T5UX9 SAP (Tax Reporting Additional Information) Table details

Dictionary Type: Table
Description: Tax Reporting Additional Information




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




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

T5UX9 is a standard SAP Table which is used to store Tax Reporting Additional Information data and is available within R/3 SAP systems depending on the version and release level.

The T5UX9 table consists of various fields, each holding specific information or linking keys about Tax Reporting Additional Information data available in SAP. These include MOLGA (Country Grouping), TXCMP (Tax company), TFRCL (Tax form class), TAXAU (Tax authority).. 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: Can be enhanced (character-type)


SAP T5UX9 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 MANDTCLNT3T000MANDT
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
TXCMPTax company TXCMPCHAR4T5UTLTXCMP
TFRCLTax form class P10_TFRCLCHAR4T5UT4CHAR4
TAXAUTax authority TAXATCHAR4T5UTZTAXAT
TAXTYTax type TAXTYNUMC2T5UTTTAXT1
TYINFType of information P10_TYINFCHAR2P10_TYINF
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
FLD01Comment CHAR50CHAR50TEXT50
FLD02Comment CHAR50CHAR50TEXT50
FLD03Comment CHAR50CHAR50TEXT50
FLD04Comment CHAR50CHAR50TEXT50
FLD05Comment CHAR50CHAR50TEXT50
FLD06Comment CHAR50CHAR50TEXT50
FLD07Comment CHAR50CHAR50TEXT50
FLD08Comment CHAR50CHAR50TEXT50
FLD09Comment CHAR50CHAR50TEXT50
FLD10Comment CHAR50CHAR50TEXT50
FLD11Comment CHAR50CHAR50TEXT50
FLD12Comment CHAR50CHAR50TEXT50
FLD13Comment CHAR50CHAR50TEXT50
FLD14Comment CHAR50CHAR50TEXT50
FLD15Comment CHAR50CHAR50TEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5UX9
INTO CORRESPONDING FIELDS OF WA_T5UX9
WHERE...

How to access SAP table T5UX9

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