IDT007RA SAP (New Grouping for Tax Amounts) Table details

Dictionary Type: Table
Description: New Grouping for Tax Amounts




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




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

IDT007RA is a standard SAP Table which is used to store New Grouping for Tax Amounts data and is available within R/3 SAP systems depending on the version and release level.

The IDT007RA table consists of various fields, each holding specific information or linking keys about New Grouping for Tax Amounts data available in SAP. These include LAND1 (Country Key), VERSION (Grouping Version for Advance Return for Tax on Sales/Purch.), BTRTY (Tax Type), FLDNO (Field Number).. 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 IDT007RA 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
LAND1Country Key LAND1CHAR3T005LAND1LND
VERSIONGrouping Version for Advance Return for Tax on Sales/Purch. VERSTAXCHAR4CHAR4
BTRTYTax Type ID_BTRTYCHAR3ID_BTRTY
FLDNOField Number ID_FLDNOCHAR2
SIGNDebit/Credit Sign (+/-) ID_SIGNCHAR1ID_SIGN
TFLDNO_POSPositive Target Field Number ID_TFLDNO_POSCHAR2
TFLDNO_NEGNegative Target Field Number ID_TFLDNO_NEGCHAR2

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDT007RA
INTO CORRESPONDING FIELDS OF WA_IDT007RA
WHERE...

How to access SAP table IDT007RA

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