I_REObjectAssignmentType

DDL: I_REOBJECTASSIGNMENTTYPE SQL: IREOBJASTYPE Type: view_entity BASIC Package: VDM_RE_BD

Real Estate Object Assignment Type

I_REObjectAssignmentType is a Basic CDS View (Dimension) that provides data about "Real Estate Object Assignment Type" in SAP S/4HANA. It reads from 1 data source (tivbdobjasstype) and exposes 2 fields with key field REObjectAssignmentType. It has 1 association to related views. Part of development package VDM_RE_BD.

Data Sources (1)

SourceAliasJoin Type
tivbdobjasstype tivbdobjasstype from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_REObjectAssignmentTypeText _Text $projection.REObjectAssignmentType = _Text.REObjectAssignmentType

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Real Estate Object Assignment Type view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
ObjectModel.representativeKey REObjectAssignmentType view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.sapObjectNodeType.name RealEstateObjectAssignmentType view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY REObjectAssignmentType objasstype
_Text _Text
//@AbapCatalog.sqlViewName: 'IREOBJASTYPE'

@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Real Estate Object Assignment Type'
@Analytics:{
  dataCategory: #DIMENSION,
  internalName: #LOCAL,
  dataExtraction.enabled: true
}
@ObjectModel: {
  representativeKey: 'REObjectAssignmentType',
  semanticKey: ['REObjectAssignmentType'],
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #M
  },
  modelingPattern: #ANALYTICAL_DIMENSION,
  supportedCapabilities: [
    #ANALYTICAL_DIMENSION, 
    #CDS_MODELING_ASSOCIATION_TARGET,
    #EXTRACTION_DATA_SOURCE
  ],
  sapObjectNodeType.name: 'RealEstateObjectAssignmentType'
}
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
define view entity I_REObjectAssignmentType
  as select from tivbdobjasstype
  association [0..*] to I_REObjectAssignmentTypeText as _Text on $projection.REObjectAssignmentType = _Text.REObjectAssignmentType

{
      @ObjectModel.text.association: '_Text'
  key objasstype as REObjectAssignmentType,

      _Text
}