C_Manufctrnmbrtemp

DDL: C_MANUFCTRNMBRTEMP SQL: CMANFCTRNMBRVH Type: view CONSUMPTION

Manufacturer number Value help

C_Manufctrnmbrtemp is a Consumption CDS View that provides data about "Manufacturer number Value help" in SAP S/4HANA. It reads from 1 data source (lfa1) and exposes 3 fields with key field Supplier.

Data Sources (1)

SourceAliasJoin Type
lfa1 lfa1 from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CMANFCTRNMBRVH view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #CHECK view
Search.searchable true view
ObjectModel.representativeKey Supplier view
EndUserText.label Manufacturer number Value help view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
AccessControl.personalData.blocking #NOT_REQUIRED view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Supplier lifnr
Name mcod1
AuthorizationGroup begru
@AbapCatalog.sqlViewName: 'CMANFCTRNMBRVH'
@VDM.viewType: #CONSUMPTION

@AccessControl.authorizationCheck: #CHECK

@Search.searchable: true
@ObjectModel.representativeKey:'Supplier'
@EndUserText.label: 'Manufacturer number Value help'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@AccessControl.personalData.blocking :  #NOT_REQUIRED

define view C_Manufctrnmbrtemp
  as select from lfa1
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key lifnr as Supplier,
      @Semantics.text: true
      mcod1 as Name,
      @UI.hidden: true
      begru as AuthorizationGroup

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LFA1"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/