I_RESpaceGrpEnableUseType

DDL: I_RESPACEGRPENABLEUSETYPE SQL: IREIOENUSTYPE Type: view BASIC

Real Estate Space Group Enable Use Type

I_RESpaceGrpEnableUseType is a Basic CDS View that provides data about "Real Estate Space Group Enable Use Type" in SAP S/4HANA. It reads from 1 data source (tivipsgenusetype) and exposes 2 fields with key field RESpaceGrpEnableUseType. It has 1 association to related views. It is exposed through 1 OData service (UI_REUSAGEENABLEGROUP). It is used in 1 Fiori application: Group Real Estate Object for Use.

Data Sources (1)

SourceAliasJoin Type
tivipsgenusetype tivipsgenusetype from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RESpaceGrpEnableUseTypeText _Text

Annotations (17)

NameValueLevelField
EndUserText.label Real Estate Space Group Enable Use Type view
AbapCatalog.sqlViewName IREIOENUSTYPE 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.resultSet.sizeCategory #XS view
ObjectModel.representativeKey RESpaceGrpEnableUseType view
VDM.viewType #BASIC view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Analytics.dataExtraction.enabled true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_REUSAGEENABLEGROUP UI_REUSAGEENABLEGROUP V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F5397 Group Real Estate Object for Use Transactional The "Group Real Estate Object for Use" Fiori App allows Customers to group their Real Estate Objects (Buildings, Floors, Spaces, Land, Land Areas) for further steps in the Enable Use Process.

Group Real Estate Object for Use

Business Role: Real Estate Specialist - Location Management

To support lease-in scenarios, location management must be enabled for use before real estate objects can be assigned to a lease-in contract. Real estate object here, refer to buildings, lands or groups of spaces created within SAP Cloud for Real Estate. When a real estate object is enabled for use, it (single or grouped objects) is synchronized with SAP S/4HANA, and is simultaneously assigned to a company code, a cost object, and usage type. You can optionally assign other attributes (such as fixed assets assigned to the location) to the enabled group. Once enabled for use, objects are available for assignment to a lease-in contract.

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY RESpaceGrpEnableUseType iosgenableusetype
_Text _Text
@EndUserText.label: 'Real Estate Space Group Enable Use Type'
@AbapCatalog.sqlViewName: 'IREIOENUSTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'RESpaceGrpEnableUseType'
@ObjectModel.semanticKey: ['RESpaceGrpEnableUseType' ]
//@ClientDependent: true

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

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.dataCategory: #VALUE_HELP

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

//    internalName:#LOCAL

}

define root view I_RESpaceGrpEnableUseType
  as select from tivipsgenusetype
  composition [0..*] of I_RESpaceGrpEnableUseTypeText as _Text
  //  association [0..*] to I_RESpaceGrpEnableUseTypeText as _Text on $projection.RESpaceGrpEnableUseType = _Text.RESpaceGrpEnableUseType

{
      @Search.ranking: #HIGH
      @Search.defaultSearchElement: true
      @ObjectModel.text.association: '_Text'
  key iosgenableusetype as RESpaceGrpEnableUseType,
      _Text

}