REXCITIRE_ADD_TAX_DATA SAP (Additional Tax Codes for IRE) Structure details

Dictionary Type: Structure
Description: Additional Tax Codes for IRE




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




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

REXCITIRE_ADD_TAX_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 "Additional Tax Codes for IRE" 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_REXCITIRE_ADD_TAX_DATA TYPE REXCITIRE_ADD_TAX_DATA.

The REXCITIRE_ADD_TAX_DATA table consists of various fields, each holding specific information or linking keys about Additional Tax Codes for IRE data available in SAP. These include TAXCODE3AMOUNT (Amount for IRE Tax Code 3), ISPAYB_2 (IRE Pay Back Indicator), ISPAYB_3 (IRE Pay Back Indicator), ISPAYB_OFF_VALUE (IRE Pay Back Indicator).. 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 or numeric)


SAP REXCITIRE_ADD_TAX_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
TAXCODE2AMOUNTAmount for IRE Tax Code 2 REXCITIREADDTC2ACURR15(2) RECACURR
TAXCODE3AMOUNTAmount for IRE Tax Code 3 REXCITIREADDTC3ACURR15(2) RECACURR
ISPAYB_2IRE Pay Back Indicator REXCITISPAYBCHAR1RECABOOL
ISPAYB_3IRE Pay Back Indicator REXCITISPAYBCHAR1RECABOOL
ISPAYB_OFF_VALUEIRE Pay Back Indicator REXCITISPAYBCHAR1RECABOOL
ISSUMM_1Contributes to IRE Sum REXCITISSUMCHAR1RECABOOL
ISSUMM_2Contributes to IRE Sum REXCITISSUMCHAR1RECABOOL
ISSUMM_3Contributes to IRE Sum REXCITISSUMCHAR1RECABOOL
ISSUMM_OFF_VALUEContributes to IRE Sum REXCITISSUMCHAR1RECABOOL
IRERENTAXAMOUNTIRE Total Tax Amount REXCITRETTAXAMCURR15(2) RECACURR
PAYBACK1RATEIRE Payback Percentage for Main Tax Code REXCITPAYBACK1DEC5(2) REXCITRATE
PAYBACK2RATEIRE Payback Percentage for Tax Code 2 REXCITPAYBACK2DEC5(2) REXCITRATE
PAYBACK3RATEIRE Payback Percentage for Tax Code 3 REXCITPAYBACK3DEC5(2) REXCITRATE
PAYBACKRRATEIRE Payback Percentage for Reg. Office Value REXCITPAYBACKRDEC5(2) REXCITRATE

Key field Non-key field



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

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

How to access SAP table REXCITIRE_ADD_TAX_DATA

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