I_REServiceGroupType

DDL: I_RESERVICEGROUPTYPE SQL: IRESERVTYPE Type: view_entity BASIC

Real Estate Service Group Type

I_REServiceGroupType is a Basic CDS View (Dimension) that provides data about "Real Estate Service Group Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field REServiceGroupType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_REServiceGroupTypeText _Text

Annotations (13)

NameValueLevelField
EndUserText.label Real Estate Service Group Type view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.representativeKey REServiceGroupType view
VDM.viewType #BASIC view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.dataExtraction.enabled true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY REServiceGroupType
DomainValue dd07l domvalue_l
_Text _Text
//@AbapCatalog.sqlViewName: 'IRESERVTYPE'

@EndUserText.label: 'Real Estate Service Group Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.representativeKey: 'REServiceGroupType'
@ObjectModel.semanticKey: ['REServiceGroupType' ]
//@ClientDependent: true

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

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.modelingPattern:           #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities:  [  #ANALYTICAL_DIMENSION,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #SQL_DATA_SOURCE,
                                        #EXTRACTION_DATA_SOURCE,
                                        #CDS_MODELING_DATA_SOURCE]
                                        
@Analytics:{
    dataCategory: #DIMENSION,
    internalName: #LOCAL,
    dataExtraction: {
        enabled: true
    }
}

define root view entity I_REServiceGroupType
  as select from dd07l
  composition [0..*] of I_REServiceGroupTypeText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as recssgtype ) as REServiceGroupType,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                       as DomainValue,
      _Text
}
where
      dd07l.domname  = 'RECSSGTYPE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_RESERVICEGROUPTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/