RERA_PRE_DOC_ITEM_RESC SAP (RE Document Item - Peliminary Step for SCS) Structure details

Dictionary Type: Structure
Description: RE Document Item - Peliminary Step for SCS




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




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

RERA_PRE_DOC_ITEM_RESC 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 "RE Document Item - Peliminary Step for SCS" 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_DOC_ITEM_RESC TYPE RERA_PRE_DOC_ITEM_RESC.

The RERA_PRE_DOC_ITEM_RESC table consists of various fields, each holding specific information or linking keys about RE Document Item - Peliminary Step for SCS data available in SAP. These include DOCGUID (GUID: Unique Internal Key for RE Document), ITEMNO (Accounting Document Line Item Number), ACCTYPE (Account Type), GLACCSYMB (Account Determination: Account Symbols).. 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_DOC_ITEM_RESC 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
ACCTYPEAccount Type RERAACCTYPECHAR1RERAACCTYPE
GLACCSYMBAccount Determination: Account Symbols RERAGLACCSYMBCHAR15Assigned to domainRERAGLACCSYMB
GLACCOUNTGeneral Ledger Account RERAGLACCOUNTCHAR10RERAGLACCOUNT
AMOUNTAmount in Transaction Currency RERAAMOUNTCURR15(2) RECACURR
GROSSAMOUNTGross Amount in Transaction Currency RERAGROSSAMOUNTCURR15(2) RECACURR
NETAMOUNTNet Amount in Transaction Currency RERANETAMOUNTCURR15(2) RECACURR
TAXAMOUNTTax Amount in Transaction Currency RERATAXAMOUNTCURR15(2) RECACURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CTLCAMOUNTAmount in Local Currency RECACTLCAMOUNTCURR15(2) RECACURR
CTLCGROSSAMOUNTGross Amount in Local Currency RECACTLCGROSSAMOUNTCURR15(2) RECACURR
CTLCNETAMOUNTNet Amount in Local Currency RECACTLCNETAMOUNTCURR15(2) RECACURR
CTLCTAXAMOUNTTax Amount in Local Currency RECACTLCTAXAMOUNTCURR15(2) RECACURR
CTLCCURRKEYLocal Currency RECACTLCCURRKEYCUKY5Assigned to domainWAERS
CTFCAMOUNTAmount in Foreign Currency RECACTFCAMOUNTCURR15(2) RECACURR
CTFCGROSSAMOUNTGross Amount in Foreign Currency RECACTFCGROSSAMOUNTCURR15(2) RECACURR
CTFCNETAMOUNTNet Amount in Foreign Currency RECACTFCNETAMOUNTCURR15(2) RECACURR
CTFCTAXAMOUNTTax Amount in Foreign Currency RECACTFCTAXAMOUNTCURR15(2) RECACURR
CTFCCURRKEYForeign Currency RECACTFCCURRKEYCUKY5Assigned to domainWAERS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
OBJNRAccount Assignment: Object Number RERAOBJNRCHAR22Assigned to domainJ_OBJNR
PARTNEROBJNRObject Number for Internal Use RETMPARTNEROBJNRCHAR22Assigned to domainJ_OBJNRONR
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
TAXTYPETax Type RERATAXTYPECHAR4Assigned to domainRERATAXTYPE
TAXGROUPTax Group RERATAXGROUPCHAR20Assigned to domainRERATAXGROUP
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TAXDATEDate of Tax Calculation RERATAXDATEDATS8RECADATE
REFGUIDORIGINSource of GUID RERAGUIDORIGINCHAR4CHAR04
REFGUIDReference GUID RERAREFGUIDRAW16RECAGUID
REFDATEReference Date for Settlement DABRBEZDATS8DDAT
CONDTYPECondition Type RECDCONDTYPECHAR4Assigned to domainALPHARECDCONDTYPE
FLOWTYPEFlow Type RECDFLOWTYPECHAR4Assigned to domainALPHARECDFLOWTYPE
DCINDICATORDebit/Credit Indicator RERADCINDICATORCHAR1RERADCINDICATOR
ITEMTXTItem Text RERAITEMTXTCHAR50TEXT50
BLINEDATEBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
TERMNOPYNumber of Posting Term RECDTERMNOPYCHAR4ALPHARETMTERMNO
CDSPLITNONumber of Condition Split RETMCDSPLITNONUMC4NUMC4
CTRULECurrency Translation Rule RECACTRULECHAR20Assigned to domainRECACTRULE
CTRATEExchange Rate RECACTRATEDEC9(5) EXCRTKURSF
PFROMStart of Calculation Period DBERVONDATS8DATUM
PTOEnd of Calculation Period DBERBISDATS8DATUM
HASMANUALTAXManual Entry of Tax? RERAHASMANUALTAXCHAR1RECABOOL
AMTRANSTYPETransaction Type of Asset Postings REITAMTRANSTYPECHAR3Assigned to domainBWASL
PAROBJNRPartner Object RERAPARTNEROBJNRCHAR22Assigned to domainJ_OBJNR
MARKEDFORCLEARINGLine Item Marked for Clearing RERAMARKEDFORCLEARINGCHAR1RECABOOL

Key field Non-key field



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

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

How to access SAP table RERA_PRE_DOC_ITEM_RESC

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