I_REIntegObjectStatus

DDL: I_REINTEGOBJECTSTATUS SQL: IREINTOBJSTATUS Type: view BASIC

Real Estate Integ Object Status

I_REIntegObjectStatus is a Basic CDS View that provides data about "Real Estate Integ Object Status" in SAP S/4HANA. It reads from 1 data source (tivipiostatus) and exposes 2 fields with key field REIntegObjectStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tivipiostatus tivipiostatus from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_REIntegObjectStatusText _Text $projection.REIntegObjectStatus = _Text.REIntegObjectStatus

Annotations (13)

NameValueLevelField
EndUserText.label Real Estate Integ Object Status view
AbapCatalog.sqlViewName IREINTOBJSTATUS view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.representativeKey REIntegObjectStatus view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataExtraction.enabled true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY REIntegObjectStatus ioobjectstatus
_Text _Text
@EndUserText.label: 'Real Estate Integ Object Status'
@AbapCatalog.sqlViewName: 'IREINTOBJSTATUS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.representativeKey: 'REIntegObjectStatus'
@ObjectModel.semanticKey: ['REIntegObjectStatus' ]
//@ClientDependent: true

@VDM.viewType: #BASIC
//@Search.searchable: true

@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.supportedCapabilities:  [  #ANALYTICAL_DIMENSION,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #SQL_DATA_SOURCE,
                                        #CDS_MODELING_DATA_SOURCE]

@Analytics:{
    dataExtraction: {
        enabled: true
    }
}

define view I_REIntegObjectStatus
  as select from tivipiostatus
  association [0..*] to I_REIntegObjectStatusText as _Text on $projection.REIntegObjectStatus = _Text.REIntegObjectStatus
{
      @ObjectModel.text.association: '_Text'
  key ioobjectstatus as REIntegObjectStatus,

      _Text
}