I_CustMgmtBusObjType

DDL: I_CUSTMGMTBUSOBJTYPE Type: view BASIC

Bus Object Type of Service Transaction

I_CustMgmtBusObjType is a Basic CDS View (Dimension) that provides data about "Bus Object Type of Service Transaction" in SAP S/4HANA. It reads from 1 data source (crmc_subob_cat) and exposes 2 fields with key field BusinessObjectType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
crmc_subob_cat crmc_subob_cat from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_CustMgmtBusObjTypeText _Text $projection.BusinessObjectType = _Text.BusinessObjectType

Annotations (16)

NameValueLevelField
EndUserText.label Bus Object Type of Service Transaction view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ICUSTMGMTBOTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey BusinessObjectType view
Analytics.dataCategory #DIMENSION view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name CustMgmtBusObjType view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessObjectType subobj_category
_Text _Text
@EndUserText.label: 'Bus Object Type of Service Transaction'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
  sqlViewName: 'ICUSTMGMTBOTYPE',
  compiler.compareFilter: true,
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel:{
  usageType.serviceQuality: #D,
  usageType.sizeCategory: #S ,
  usageType.dataClass: #CUSTOMIZING,
  representativeKey: 'BusinessObjectType',
  supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET,
  #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE]
}
@Analytics.dataCategory: #DIMENSION
//@Metadata.allowExtensions:true

@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.sapObjectNodeType.name: 'CustMgmtBusObjType'

@Search: {
  searchable: true
}

define view I_CustMgmtBusObjType
  as select from crmc_subob_cat

  association [1..*] to I_CustMgmtBusObjTypeText as _Text on $projection.BusinessObjectType = _Text.BusinessObjectType


{
      @ObjectModel.text.association: '_Text'
      @Search:{ defaultSearchElement: true }
  key subobj_category as BusinessObjectType,
      @Search:{ defaultSearchElement: true }
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CRMC_SUBOB_CAT"
],
"ASSOCIATED":
[
"I_CUSTMGMTBUSOBJTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/