IDAR_TXDITM SAP (Document item used in country specific taxation) Table details

Dictionary Type: Table
Description: Document item used in country specific taxation




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




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

IDAR_TXDITM is a standard SAP Table which is used to store Document item used in country specific taxation data and is available within R/3 SAP systems depending on the version and release level.

The IDAR_TXDITM table consists of various fields, each holding specific information or linking keys about Document item used in country specific taxation data available in SAP. These include DOCTYP (Document Type Used in Country-Specific Taxation), DOCNR (Document Number Used in Country-Specific Taxation), DOCITM (Document Item Used in Country-Specific Taxation), KSCHL (Condition Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP IDAR_TXDITM 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 MANDTCLNT3Assigned to domainMANDT
DOCTYPDocument Type Used in Country-Specific Taxation IDAR_DOCTYPCHAR1IDAR_DOCTYP
DOCNRDocument Number Used in Country-Specific Taxation IDAR_DOCNRCHAR10ALPHAIDAR_DOCNR
DOCITMDocument Item Used in Country-Specific Taxation IDAR_DOCITMNUMC6IDAR_DOCITM
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
TXCONDKEYTax Condition Key in Document to be Used in Access Sequence IDAR_TXCONDKEYCHAR20IDAR_TXCKEYCHAR20
LICNOTax exemption license number LICNOCHAR20LICNO
LICDTDate license granted LICDTDATS8DATUM
CREATIONCreation of Tax-Condition-Key Item in Document IDAR_TXCKCRCHAR1IDAR_TXCKCR

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDAR_TXDITM
INTO CORRESPONDING FIELDS OF WA_IDAR_TXDITM
WHERE...

How to access SAP table IDAR_TXDITM

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