E_REIntegrationObject

DDL: E_REINTEGRATIONOBJECT SQL: EREINTOBJECT Type: view EXTENSION

Real Estate Integ Object - Extension Include

E_REIntegrationObject is a Extension CDS View that provides data about "Real Estate Integ Object - Extension Include" in SAP S/4HANA. It reads from 1 data source (viipobject) and exposes 1 field with key field InternalRealEstateNumber.

Data Sources (1)

SourceAliasJoin Type
viipobject Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EREINTOBJECT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Real Estate Integ Object - Extension Include view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY InternalRealEstateNumber intreno
@AbapCatalog.sqlViewName: 'EREINTOBJECT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true 
@AccessControl.authorizationCheck:  #PRIVILEGED_ONLY
@EndUserText.label: 'Real Estate Integ Object - Extension Include'
@VDM.viewType: #EXTENSION
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory : #XL
@ObjectModel.usageType.dataClass: #MASTER
//@ClientHandling.algorithm: #SESSION_VARIABLE

define view E_REIntegrationObject
  as select from viipobject as Persistence
{
  key intreno as InternalRealEstateNumber
}