I_LglCntntMCategoryTypeText

DDL: I_LGLCNTNTMCATEGORYTYPETEXT SQL: ILCMCATTYPET Type: view BASIC

Basic view for Category Type Text

I_LglCntntMCategoryTypeText is a Basic CDS View that provides data about "Basic view for Category Type Text" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 3 fields with key field LglCntntMCatType.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ILCMCATTYPET view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Basic view for Category Type Text view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey LglCntntMCatType view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMCatType
DomainValue dd07v domvalue_l
LglCntntMCatTypeName dd07v ddtext Category Type Text
@AbapCatalog.sqlViewName: 'ILCMCATTYPET'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Basic view for Category Type Text'

@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'LglCntntMCatType'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Search.searchable: true
define view I_LglCntntMCategoryTypeText
  as select from dd07v
{

  key cast( dd07v.domvalue_l as lcm_category_type ) as LglCntntMCatType,
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7  }
      @Consumption.hidden: true
      dd07v.domvalue_l                        as DomainValue,
  
      @Semantics.text: true
      //@Consumption.filter.hidden: true

      @EndUserText.label: 'Category Type Text'
      @ObjectModel.filter.enabled: false
      dd07v.ddtext     as LglCntntMCatTypeName

}
where
      dd07v.domname    = 'LCM_CATEGORY_TYPE'
  and dd07v.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07V"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/