TAX_INPUT_DATA SAP (tax input data from pricing for external tax document) Structure details

Dictionary Type: Structure
Description: tax input data from pricing for external tax document




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




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

TAX_INPUT_DATA 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 input data from pricing for external tax document" 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_TAX_INPUT_DATA TYPE TAX_INPUT_DATA.

The TAX_INPUT_DATA table consists of various fields, each holding specific information or linking keys about tax input data from pricing for external tax document data available in SAP. These include NO_UPD (No update of internal tax memory), BELNR (Sales and Distribution Document Number), BUKRS (Company Code), WAERK (SD Document Currency).. 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 (Deep)


SAP TAX_INPUT_DATA 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
INPUT_HEADER 0
NO_UPDNo update of internal tax memory NO_TAX_UPDCHAR1CHAR1
BELNRSales and Distribution Document Number VBELNCHAR10ALPHAVBELNAUN
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
WAERKSD Document Currency WAERKCUKY5WAERSFWS
INPUT_ITEM 0
ACTUAL_BASE_AMOUNTTax base amount ETDTAXBASECURR13(2) WERT7
ACTUAL_TAX_CODETax on sales/purchases code MWSKZCHAR2MWSKZ
INPUT_PRICING 0
TAXPSTax document item number TAX_POSNRNUMC6NUM6
MWSKZTax on sales/purchases code MWSKZCHAR2MWSKZ
MWSK1Tax on sales/purchases code MWSKZCHAR2MWSKZ
TXJCDTax Jurisdiction TXJCDCHAR15TXJCDTXJ
UEPOSHigher-level item in bill of material structures UEPOSNUMC6POSNR
ALANDDeparture country (country from which the goods are sent) ALANDCHAR3LAND1VAL
GSBERBusiness Area GSBERCHAR4GSBERGSB
MATNRMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
MGLMEQuantity MENGE_DQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3CUNITMEINS
FBUDADate on which services rendered FBUDADATS8DATUM
PRSDTDate for pricing and exchange rate PRSDTDATS8DATUM
WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
LIFNRVendor Account Number ELIFNCHAR10ALPHALIFNRLIFKRED_C
KUNNRSold-to party KUNAGCHAR10ALPHAKUNNRVAG
KUNWEShip-to party KUNWECHAR10ALPHAKUNNR
AUFNROrder Number AUFNRCHAR12ALPHAAUFNRANR
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8KONPRPS_POSNR
KOSTLCost Center KOSTLCHAR10ALPHAKOSTLKOS
KOKRSControlling Area KOKRSCHAR4CACCDCAC
BLARTDocument Type BLARTCHAR2BLARTBAR
EVRTNAgreement Number EVRTNCHAR10ALPHAEBELNVRT
EVRTPAgreement Item EVRTPNUMC5EBELP
PRCTRProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
UPMATPricing reference material of main item UPMATCHAR18MATN1MATNR
INPUT_USER 0
TAXUSERDATADUMMYSingle-Character Indicator CHAR1CHAR1CHAR1
DEFAULT_DATA 0
DEFAULT_REASONTax Default Reason TAX_DEFAULT_REASONCHAR1TAX_DEFAULTED
DEFAULT_TAXES 0

Key field Non-key field



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

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

How to access SAP table TAX_INPUT_DATA

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