I_REIntegObjectStatusText

DDL: I_REINTEGOBJECTSTATUSTEXT SQL: IREINTOBJSTATUST Type: view BASIC

Real Estate Integ Object Status - Text

I_REIntegObjectStatusText is a Basic CDS View that provides data about "Real Estate Integ Object Status - Text" in SAP S/4HANA. It reads from 1 data source (tivipiostatust) and exposes 5 fields with key fields REIntegObjectStatus, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tivipiostatust tivipiostatust from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_REIntegObjectStatus _REIntegObjectStatus $projection.REIntegObjectStatus = _REIntegObjectStatus.REIntegObjectStatus
[1..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
EndUserText.label Real Estate Integ Object Status - Text view
AbapCatalog.sqlViewName IREINTOBJSTATUST view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.dataCategory #TEXT 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 (5)

KeyFieldSource TableSource FieldDescription
KEY REIntegObjectStatus ioobjectstatus
KEY Language spras
REIntegObjectStatusName xioobjectstatus
_REIntegObjectStatus _REIntegObjectStatus
_Language _Language
@EndUserText.label: 'Real Estate Integ Object Status - Text'
@AbapCatalog.sqlViewName: 'IREINTOBJSTATUST'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'REIntegObjectStatus'
@ObjectModel.semanticKey: ['REIntegObjectStatus' ]


@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true

@Metadata.ignorePropagatedAnnotations: true

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

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

define view I_REIntegObjectStatusText
  as select from tivipiostatust
  association [0..1] to I_REIntegObjectStatus    as _REIntegObjectStatus on $projection.REIntegObjectStatus = _REIntegObjectStatus.REIntegObjectStatus
  association [1..1] to I_Language               as _Language               on $projection.Language = _Language.Language
{
  key ioobjectstatus   as REIntegObjectStatus,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras            as Language,
      @Semantics.text: true
      xioobjectstatus as REIntegObjectStatusName,

      _REIntegObjectStatus,
      _Language
}