REIT_GUI_TAXDSBASE_L SAP (Tax Breakdown Base (VIITTAXDSBASE)) Structure details

Dictionary Type: Structure
Description: Tax Breakdown Base (VIITTAXDSBASE)




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




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

REIT_GUI_TAXDSBASE_L 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 Breakdown Base (VIITTAXDSBASE)" 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_REIT_GUI_TAXDSBASE_L TYPE REIT_GUI_TAXDSBASE_L.

The REIT_GUI_TAXDSBASE_L table consists of various fields, each holding specific information or linking keys about Tax Breakdown Base (VIITTAXDSBASE) data available in SAP. These include MANDT (Client), DOCGUID (GUID: Unique Internal Key for Tax Document), ITEMNO (Internal Item Number for Tax Document Item), REFDOCTYPE (Reference to Document Class).. 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 REIT_GUI_TAXDSBASE_L 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
DOCGUIDGUID: Unique Internal Key for Tax Document REITDOCGUIDRAW16RECAGUID
ITEMNOInternal Item Number for Tax Document Item REITITEMNONUMC10POSNR_ACC
REFDOCTYPEReference to Document Class RERAREFDOCTYPECHAR5Assigned to domainAWTYP
REFDOCIDReference Key of Document RERAREFDOCIDCHAR20CHAR20
REFITEMNOAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
ACCSYSTEMDefinition of Accounting System RERAACCSYSTEMCHAR4TIVRAACCSYSTEMRERAACCSYSTEM
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
REVDOCIDReference Key of Reversal Document RERAREVDOCIDCHAR20CHAR20
STATUSTax Breakdown Status REITDSSTATUSCHAR1REITDSSTATUS
FISCALYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PSTNGPERIODPosting Period RERAPSTNGPERIODNUMC2RERAFISCALPERIOD
PSTNGDATEPosting Date RERAPSTNGDATEDATS8RECADATE
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
OBJNRID of Object for which Option Rate Was Determined REITOBJNRCHAR22Assigned to domainJ_OBJNR
REFDATEReference Date for Settlement DABRBEZDATS8DDAT
DCINDICATORDebit/Credit Indicator RERADCINDICATORCHAR1RERADCINDICATOR
COSTACCOUNTCost Account in G/L Accounting REITCOSTACCOUNTCHAR15REITEXTGLACCOUNT
TAXTYPETax Type RERATAXTYPECHAR4Assigned to domainRERATAXTYPE
TAXGROUPTax Group RERATAXGROUPCHAR20TIVRATAXGROUPRERATAXGROUP
TAXACCOUNTTax Account of General Ledger Accounting REITTAXACCOUNTCHAR15REITEXTGLACCOUNT
OBJNROPTRATEID of Object from Which the Option Rate Was Read REITOBJNROPTRATECHAR22Assigned to domainJ_OBJNR
NETAMOUNTNet Amount in Transaction Currency RERANETAMOUNTCURR15(2) RECACURR
TAXAMOUNTTax Amount in Transaction Currency RERATAXAMOUNTCURR15(2) RECACURR
DEDTAXAMTDeductible Tax Amount RERADEDTAXAMTCURR15(2) RECACURR
NONDEDTAXAMTNon-Deductible Tax Amount RERANONDEDTAXAMTCURR15(2) RECACURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TCOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
DATEOFSERVICEDate of Service REITTCDATEOFSERVICEDATS8RECADATE
HASDIFFOPTRATEHas Differing Option Rate REITHASDIFFOPTRATECHAR1RECABOOL
DIFFOPTRATEDiffering Option Rate for Distribution REITDIFFOPTRATEDEC9(6) REITOPTRATE
NOTAXCORRDo Not Consider Item in Input Tax Correction REITNOTAXCORRCHAR1RECABOOL
AMTRANSTYPETransaction Type of Asset Postings REITAMTRANSTYPECHAR3Assigned to domainBWASL
POREFDOCIDReference Document Number of Purchase Order REEXPOREFDOCIDCHAR20CHAR20
POREFITEMNONumber of Purchase Order Item REEXPOREFITEMNONUMC10POSNR_ACC
TCBASEGUIDGUID for Basis for Input Tax Correction REITTCBASEGUIDRAW16RECAGUID
EXTTAXCODETax Code of the Accounting System RERATAXCODECHAR5
IDENTComplete Object Identification, for Example BE 1000/123 RECAIDENTCHAR50CHAR50
ITEMTXTItem Text RERAITEMTXTCHAR50TEXT50
TAXACCOUNTTXTName of Contract Account Sheet Item RERAXMACCTSHEETITEMCHAR30RECAXMDESCRIPTION
COSTACCOUNTTXTName of Contract Account Sheet Item RERAXMACCTSHEETITEMCHAR30RECAXMDESCRIPTION
BASEDOCIDCoded Key for Document: Doc. Number/Company Code/Fiscal Year RERADOCUMENTKEYCHAR20CHAR20
IDENT_CNComplete Object Identification, for Example BE 1000/123 RECAIDENTCHAR50CHAR50
TOTALCOSTAMTTotal Costs: Net Amount + Non-Deductible Tax Amount RERATOTALCOSTAMTCURR15(2) RECACURR

Key field Non-key field



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

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

How to access SAP table REIT_GUI_TAXDSBASE_L

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