REIS_IT_OR_CALC_SUBOBJ_L SAP (Option Rate Determination Sub-Objects - List Fields) Structure details

Dictionary Type: Structure
Description: Option Rate Determination Sub-Objects - List Fields




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




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

REIS_IT_OR_CALC_SUBOBJ_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 "Option Rate Determination Sub-Objects - List Fields" 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_REIS_IT_OR_CALC_SUBOBJ_L TYPE REIS_IT_OR_CALC_SUBOBJ_L.

The REIS_IT_OR_CALC_SUBOBJ_L table consists of various fields, each holding specific information or linking keys about Option Rate Determination Sub-Objects - List Fields data available in SAP. These include OBJNRCN (ID of Occupancy Contract or Future Occupancy Contract), SUMMEASSUB (Total: All Measurement Amounts (Opting and Non-Opting)), SUMNOTOPTSUB (Total: Measurement Amounts Not Opting), SUMOPTSUB (Total: Measurement Amounts Opting).. 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 REIS_IT_OR_CALC_SUBOBJ_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
SUBOBJNRID of Subordinate Objects REITSUBOBJNRCHAR22Assigned to domainJ_OBJNR
OBJNRCNID of Occupancy Contract or Future Occupancy Contract REITOBJNRCNCHAR22Assigned to domainJ_OBJNR
SUMMEASSUBTotal: All Measurement Amounts (Opting and Non-Opting) REITSUMMEASDEC20(8) REITOPTVALUE
SUMNOTOPTSUBTotal: Measurement Amounts Not Opting REITSUMNOTOPTDEC20(8) REITOPTVALUE
SUMOPTSUBTotal: Measurement Amounts Opting REITSUMOPTDEC20(8) REITOPTVALUE
OPTRATESUBCalculated Option Rate of Subobject REITOPTRATESUBDEC9(6) REITOPTRATE
ISVACANTRental Object Vacant REITISVACANTCHAR1RECABOOL
HASNXTCNRental Object is Vacant, Renewal Contract Sought REITHASNXTCNCHAR1RECABOOL
OPTRATESUBCHARCalculated Option Rate of Subobject (Display) REITOPTRATESUBCHARCHAR8CHAR08
OBJTYPESUBObject Type of a Subobject REITOBJTYPESUBCHAR3CHAR3
OBJECTIDSUBObject Identification of Subobject REITOBJECTIDSUBCHAR35ABR_EMP
BUKRSSUBCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SWENRSUBSite Number REBDBENOCHAR8Assigned to domainSWENRREBDBENOREBDBENOREBDBENO
SMENRSUBNumber of Rental Object REBDRONOCHAR8SMENRREBDRONOREBDRONOREBDRONO
RECNNRSUBContract Number RECNNUMBERCHAR13ALPHARECNNUMBERRECNNRRECNCN
SNUNRRental unit external usage type SNUNRNUMC4Assigned to domainSNUNR
XSNUNRDescription of external usage type of rental unit XNUNRMCHAR30XMBEZ
XTEXTOBJSUBObject Description REBDXOBJECTCHAR35TEXT35
ICONISOKSUBIcon with Quick Info RECAICONCHAR137RECAICON
SORTSEQSort Sequence REISSORTSEQINT410

Key field Non-key field



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

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

How to access SAP table REIS_IT_OR_CALC_SUBOBJ_L

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