IDAR_RTXDITM SAP (Tax Condition Keys in document for country specific Taxation) Structure details

Dictionary Type: Structure
Description: Tax Condition Keys in document for country specific Taxation




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




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

IDAR_RTXDITM 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 Condition Keys in document for country specific Taxation" 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_IDAR_RTXDITM TYPE IDAR_RTXDITM.

The IDAR_RTXDITM table consists of various fields, each holding specific information or linking keys about Tax Condition Keys in document for country specific Taxation data available in SAP. These include MANDT (Client), DOCTYP (Document Type Used in Country-Specific Taxation), DOCNR (Document Number Used in Country-Specific Taxation), DOCITM (Document Item Used in Country-Specific Taxation).. 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)


SAP IDAR_RTXDITM 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
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
UPDKZFlag for updating ATAB tables UPDATEFLAGCHAR1UPDATEFLAG

Key field Non-key field



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

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

How to access SAP table IDAR_RTXDITM

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