BAPI_RE_RENTAL_OBJECT_DAT SAP (Rental Obj. - Data) Structure details

Dictionary Type: Structure
Description: Rental Obj. - Data




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




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

BAPI_RE_RENTAL_OBJECT_DAT 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 "Rental Obj. - Data" 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_BAPI_RE_RENTAL_OBJECT_DAT TYPE BAPI_RE_RENTAL_OBJECT_DAT.

The BAPI_RE_RENTAL_OBJECT_DAT table consists of various fields, each holding specific information or linking keys about Rental Obj. - Data data available in SAP. These include PROPERTY (Number of Land), BUILDING (Number of Building), RENTAL_UNIT_OLD_SYSTEM (Number of rental unit in existing real estate system), INITIAL_USAGE_DATE (Date of initial usage).. 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: Cannot Be Enhanced


SAP BAPI_RE_RENTAL_OBJECT_DAT 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
RENTAL_OBJECT_TEXTRental Object Name REBDXROCHAR60RECAXLDESCRIPTION
PROPERTYNumber of Land REBDPRNOCHAR8SGRNRREBDPRNOREBDPRNOREBDPRNO
BUILDINGNumber of Building REBDBUNOCHAR8SGENRREBDBUNOREBDBUNOREBDBUNO
RENTAL_UNIT_OLD_SYSTEMNumber of rental unit in existing real estate system SALTNRCHAR20SALTNR
INITIAL_USAGE_DATEDate of initial usage DBEZUDATS8DDAT
SUBSEQUENT_RENTAL_DATEDate: Subsequent rental DWTVERMDATS8DATUM
RESERVED_FROMDate: Reserved from DRESADATS8DDAT
RESERVED_TODate: Reserved upto DRESBDATS8DDAT
BUILDING_PARTPart of Building SGEBTCHAR2TIV12SGEBT
FIXTURES_FITTINGS_CATEGORYFixtures and Fittings Category REAJRLRAFIXFITCATECHAR6TIVAJRLRAFFCTALPHAREAJRLRAFIXFITCATE
INCR_OR_REDUCT_TO_REP_RENTSurcharge or reduction for representative list of rents PZUABSPDEC4(2) PZUABSP
BASE_VAL_FOR_GROUPING_IN_RLRBase value for grouping RU in RLR group VVSPOSINMSPCHAR1VVSADJBASE
PERC_VAL_FOR_GROUPING_IN_RLRPercentage value for grouping RU in RLR category group VVPPOSINMSPDEC5(2) DECV3_2
PERCENTAGE_RATE_INCREASEPercentage rate increase PERHOEDEC5(2) DEC3_2
RSN_FOR_VARIANCE_IN_PERC_INCReason for variance in rate of percentage increase RPROZGRDCHAR2TIV43RPROZGRD
PARKING_SPACE_NONumber of garage / parking space VVXSTANDNRCHAR5ALPHAVVXSTANDNR
IS_SEPARATE_OWNERSHIPRental Unit in Separate Ownership (COA) VVJEIGWOHNCHAR1JANE
FLOORFloor VVSSTOCKWNUMC3TIV37VVSSTOCKW
LOCATION_ON_FLOORLocation on Floor RLGESCHCHAR2TIV38ALPHARLGESCH
TOP_FLOORFor RUs with Multiple Floors: Top Floor of RU VVSSTCKBISNUMC3TIV37VVSSTOCKW
MODERNIZATION_DATEDate of reconstruction/extensive modernization VVDRESTAURDATS8DATUM
IS_COMMON_USAGE_POSSIBLECommon Usage Possible REBDCANBECOMMONCHAR1RECABOOL
FIRST_POSTING_DATEObsolete: Date of First Posting REBDFIRSTPOSTINGDATS8RECADATE
AUTHORIZATION_GROUPAuthorization Group RECAAUTHGRPCHAR40RECAAUTHGRP
HAS_CURR_OCC_PRINCUses Current Occupancy Principle RESCHASCOPCHAR1RECABOOL
OBJECT_VALID_FROMDate: Object Valid From REBDOBJVALIDFROMDATS8RECADATEBEG
OBJECT_VALID_TODate: Object Valid To REBDOBJVALIDTODATS8REDATRECADATEEND
RESPONSIBLEPerson Responsible RECARESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_COMP
STAT_PROFStatus Profile J_STSMACHAR8TJ20J_STSMA
CASH_FLOW_LOCKED_TO_DATEDate Until Which the Cash Flow Is Locked RECDCFLOCKEDTODATS8RECADATE
NOT_CONSIDER_RE_SEARCHDo Not Consider Object for Real Estate Search REOROOLOCKCHAR1RECABOOL
NEIGHBORHOOD_01Neighborhood REBDNEIGHBORHOODCHAR30REBDNEIGHBORHOOD
NEIGHBORHOOD_02Neighborhood REBDNEIGHBORHOODCHAR30REBDNEIGHBORHOOD
NEIGHBORHOOD_03Neighborhood REBDNEIGHBORHOODCHAR30REBDNEIGHBORHOOD
IS_COMMON_PROPERTYRental Object Is Common Property REBDCOMMONOWNEDCHAR1RECABOOL
MANDATE_OBJECT_IDID of Mandate Object in Mandate Company Code REMMBUSOBJIDMNCHAR45CHAR45
MANDATE_MNG_OBJECT_IDID of Mandate Object in Manager Company Code REMMBUSOBJIDMNGCHAR45CHAR45
MANDATE_CR_OBJECT_IDID of Mandate Object in Condominium Owner Company Code REMMBUSOBJIDCRCHAR45CHAR45
USES_REPR_LIST_OF_RENTSRepresentative List of Rents Is Used REAJUSESRLRACHAR1RECABOOL
CASH_FLOW_START_DATECash Flow Generated Starting On RECDCFSTARTFROMDATS8RECADATE
POSTING_START_DATEFirst Posting From RECDCFPOSTINGFROMDATS8RECADATE

Key field Non-key field



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

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

How to access SAP table BAPI_RE_RENTAL_OBJECT_DAT

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