I_REGenericRentalObjectType

DDL: I_REGENERICRENTALOBJECTTYPE Type: view_entity BASIC Package: VDM_RE_GO

Real Estate Generic Rental Object Type

I_REGenericRentalObjectType is a Basic CDS View (Dimension) that provides data about "Real Estate Generic Rental Object Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field REGenericRentalObjectType. It has 1 association to related views. Part of development package VDM_RE_GO.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_REGenericRentalObjectTypeTxt _Text

Annotations (15)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view
Analytics.technicalName IREGOTYPE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey REGenericRentalObjectType view
ObjectModel.sapObjectNodeType.name REGenericRentalObjectType view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
EndUserText.label Real Estate Generic Rental Object Type view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY REGenericRentalObjectType
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.viewEnhancementCategory:[#NONE]
@AccessControl.authorizationCheck:#NOT_REQUIRED

@Analytics:{
    dataCategory: #DIMENSION,
    internalName: #LOCAL,
    dataExtraction.enabled: true,
    technicalName: 'IREGOTYPE'
  }

@ObjectModel: {
            usageType:{
                        dataClass: #CUSTOMIZING,
                        serviceQuality: #A,
                        sizeCategory: #S
            },
            representativeKey: 'REGenericRentalObjectType',
            sapObjectNodeType.name: 'REGenericRentalObjectType',
            supportedCapabilities: [ #ANALYTICAL_DIMENSION,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #CDS_MODELING_ASSOCIATION_TARGET,
                                     #SQL_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #SEARCHABLE_ENTITY ],
            modelingPattern: #ANALYTICAL_DIMENSION
}

@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true
@EndUserText.label:'Real Estate Generic Rental Object Type'
define root view entity I_REGenericRentalObjectType
  as select from dd07l
  composition [0..*] of I_REGenericRentalObjectTypeTxt as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as regoobjtype ) as REGenericRentalObjectType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #LOW
      dd07l.domvalue_l                        as DomainValue,

      _Text
}
where
      dd07l.domname  = 'REGOOBJTYPE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'