TAX_INPUT_ITEM SAP (tax input item for pricing) Structure details

Dictionary Type: Structure
Description: tax input item for pricing




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




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

TAX_INPUT_ITEM 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 item for pricing" 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_ITEM TYPE TAX_INPUT_ITEM.

The TAX_INPUT_ITEM table consists of various fields, each holding specific information or linking keys about tax input item for pricing data available in SAP. These include ACTUAL_TAX_CODE (Tax on sales/purchases code), INPUT_PRICING (), TAXPS (Tax document item number), MWSKZ (Tax on sales/purchases code).. 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_ITEM 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
ACTUAL_BASE_AMOUNTTax base amount ETDTAXBASECURR13(2) WERT7
ACTUAL_TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
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_ITEM using ABAP code?

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

How to access SAP table TAX_INPUT_ITEM

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