RERA_PRE_TAX_ITEM_GEN SAP (Generated Tax Document Items) Structure details

Dictionary Type: Structure
Description: Generated Tax Document Items




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




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

RERA_PRE_TAX_ITEM_GEN 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 "Generated Tax Document Items" 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_RERA_PRE_TAX_ITEM_GEN TYPE RERA_PRE_TAX_ITEM_GEN.

The RERA_PRE_TAX_ITEM_GEN table consists of various fields, each holding specific information or linking keys about Generated Tax Document Items data available in SAP. These include DOCGUID (GUID: Unique Internal Key for RE Document), ITEMNO (Accounting Document Line Item Number), BUKRS (Company Code), REFITEMNO (Reference to Other Item Number of Document).. 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 RERA_PRE_TAX_ITEM_GEN 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
DOCGUIDGUID: Unique Internal Key for RE Document RERADOCGUIDRAW16VIRADOCRECAGUID
ITEMNOAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
REFITEMNOReference to Other Item Number of Document RERAREFITEMNONUMC10POSNR_ACC
DCINDICATORDebit/Credit Indicator RERADCINDICATORCHAR1RERADCINDICATOR
ACCTYPEAccount Type RERAACCTYPECHAR1RERAACCTYPE
GLACCSYMBAccount Determination: Account Symbols KTOSY_ADCHAR15Assigned to domainKTOSY_AD
GLACCOUNTGeneral Ledger Account RERAGLACCOUNTCHAR10RERAGLACCOUNT
NETAMOUNTNet Amount in Transaction Currency RERANETAMOUNTCURR15(2) RECACURR
TAXAMOUNTTax Amount in Transaction Currency RERATAXAMOUNTCURR15(2) RECACURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CTLCNETAMOUNTNet Amount in Local Currency RECACTLCNETAMOUNTCURR15(2) RECACURR
CTLCTAXAMOUNTTax Amount in Local Currency RECACTLCTAXAMOUNTCURR15(2) RECACURR
CTLCCURRKEYLocal Currency RECACTLCCURRKEYCUKY5Assigned to domainWAERS
CTFCNETAMOUNTNet Amount in Foreign Currency RECACTFCNETAMOUNTCURR15(2) RECACURR
CTFCTAXAMOUNTTax Amount in Foreign Currency RECACTFCTAXAMOUNTCURR15(2) RECACURR
CTFCCURRKEYForeign Currency RECACTFCCURRKEYCUKY5Assigned to domainWAERS
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TAXTYPETax Type RERATAXTYPECHAR4Assigned to domainRERATAXTYPE
TAXGROUPTax Group RERATAXGROUPCHAR20Assigned to domainRERATAXGROUP
TAXGROUPIDGroup Indicator for Tax Line Items RERATAXGROUPIDNUMC3NUM03
TAXRATETax Rate RERATAXRATEDEC7(3) PRZ43V
TAXDATEDate of Tax Calculation RERATAXDATEDATS8RECADATE
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
TXJCD_DEEPTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TXJLVTax jurisdiction code level TXJCD_LEVELCHAR1CHAR1
CTRULECurrency Translation Rule RECACTRULECHAR20Assigned to domainRECACTRULE
CTDATEACTActual Translation Date RECACTDATEACTDATS8DATS
CTDATEREQPlanned Translation Date RECACTDATEREQDATS8DATS
POSTCDCURRPost in Condition Currency RECACTPOSTCDCURRCHAR1RECABOOL
CTRATEExchange Rate RECACTRATEDEC9(5) EXCRTKURSF

Key field Non-key field



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

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

How to access SAP table RERA_PRE_TAX_ITEM_GEN

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