I_CustMgmtBusObjTypeText

DDL: I_CUSTMGMTBUSOBJTYPETEXT Type: view BASIC

Bus Obj Type of Srvc Transaction - Text

I_CustMgmtBusObjTypeText is a Basic CDS View that provides data about "Bus Obj Type of Srvc Transaction - Text" in SAP S/4HANA. It reads from 1 data source (crmc_subob_cat_t) and exposes 6 fields with key fields BusinessObjectType, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
crmc_subob_cat_t crmc_subob_cat_t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_CustMgmtBusObjType _BusinessObjectType $projection.BusinessObjectType = _BusinessObjectType.BusinessObjectType

Annotations (16)

NameValueLevelField
EndUserText.label Bus Obj Type of Srvc Transaction - Text view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ICUSTMGTBOTYPTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey BusinessObjectType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY BusinessObjectType subobj_category
KEY Language langu
BusinessObjectTypeName s_description_20
BusinessObjectTypeDescription s_description
_BusinessObjectType _BusinessObjectType
_Language _Language
@EndUserText.label: 'Bus Obj Type of Srvc Transaction - Text'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
  sqlViewName: 'ICUSTMGTBOTYPTXT',
  compiler.compareFilter: true,
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}

@ObjectModel: {
   dataCategory: #TEXT,
   representativeKey: 'BusinessObjectType',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #D,
     sizeCategory:   #S
   },
   supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE],
   modelingPattern: #LANGUAGE_DEPENDENT_TEXT
}

@AccessControl.authorizationCheck: #NOT_REQUIRED

@Analytics.dataExtraction.enabled: true
//@Metadata.allowExtensions:true

@Metadata.ignorePropagatedAnnotations: true

define view I_CustMgmtBusObjTypeText
  as select from crmc_subob_cat_t
  association [0..1] to I_Language           as _Language           on $projection.Language = _Language.Language
  association [1..1] to I_CustMgmtBusObjType as _BusinessObjectType on $projection.BusinessObjectType = _BusinessObjectType.BusinessObjectType
{
      @ObjectModel.foreignKey.association: '_BusinessObjectType'
  key subobj_category  as BusinessObjectType,
      @Semantics.language: true
  key langu            as Language,
      @Semantics.text: true
      s_description_20 as BusinessObjectTypeName,
      @Semantics.text: true
      s_description    as BusinessObjectTypeDescription,
      _BusinessObjectType,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CRMC_SUBOB_CAT_T"
],
"ASSOCIATED":
[
"I_CUSTMGMTBUSOBJTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/