C_Procmttypetemp

DDL: C_PROCMTTYPETEMP SQL: CPROCMTTYPE Type: view CONSUMPTION

Value help for procurement type

C_Procmttypetemp is a Consumption CDS View that provides data about "Value help for procurement type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ProcurementType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_Procmttypetexttemp _Text $projection.ProcurementType = _Text.ProcurementType

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CPROCMTTYPE view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ProdProcurementType view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.representativeKey ProcurementType view
EndUserText.label Value help for procurement type view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ProcurementType
DomainValue domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'CPROCMTTYPE'
@VDM:{
  viewType: #CONSUMPTION,
  lifecycle: {
    status: #DEPRECATED,
    successor: 'I_ProdProcurementType'
  }
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@ObjectModel.representativeKey: 'ProcurementType'
@EndUserText.label: 'Value help for procurement type'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
define view C_Procmttypetemp
  as select from dd07l
  association [0..*] to C_Procmttypetexttemp as _Text on $projection.ProcurementType = _Text.ProcurementType
{
      @ObjectModel.text.association: '_Text'
  key cast(cast ( substring( domvalue_l, 1, 1 ) as abap.char( 1 ) ) as procurementtype) as ProcurementType,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Consumption.hidden: true
      domvalue_l                                                                        as DomainValue,
      _Text

}
where
  domname = 'BESKZ'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"C_PROCMTTYPETEXTTEMP"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/