I_ChmlSuplrMatlStdVH

DDL: I_CHMLSUPLRMATLSTDVH SQL: ICSM__VH Type: view COMPOSITE

Chemical Supplier Material

I_ChmlSuplrMatlStdVH is a Composite CDS View that provides data about "Chemical Supplier Material" in SAP S/4HANA. It reads from 1 data source (I_ChmlSuplrMatl) and exposes 4 fields with key field ChmlSuplrMatlUUID.

Data Sources (1)

SourceAliasJoin Type
I_ChmlSuplrMatl I_ChmlSuplrMatl from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ICSM__VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ChmlSuplrMatlUUID view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Chemical Supplier Material view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ChmlSuplrMatlUUID ChmlSuplrMatlUUID
BusinessPartnerSupplier BusinessPartnerSupplier
ResponsibleUnit ResponsibleUnit
AuthorizationGroup _BusinessPartnerSupplier AuthorizationGroup
//GENERATED:003:GlBfhyJl7jU{s7was{pJ0G

@AbapCatalog.sqlViewName: 'ICSM__VH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ChmlSuplrMatlUUID'

@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Chemical Supplier Material'
define view I_ChmlSuplrMatlStdVH as select from I_ChmlSuplrMatl {
  key ChmlSuplrMatlUUID,

  @Consumption.hidden: true
  BusinessPartnerSupplier,
  @Consumption.hidden: true
  ResponsibleUnit,
  
  // Needed for DCL

  @Consumption.hidden: true
  _BusinessPartnerSupplier.AuthorizationGroup
}