I_ChmlCmplncInfoStdVH

DDL: I_CHMLCMPLNCINFOSTDVH SQL: ICCI__VH Type: view COMPOSITE

Chemical Compliance Information

I_ChmlCmplncInfoStdVH is a Composite CDS View that provides data about "Chemical Compliance Information" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncInfo) and exposes 8 fields with key field ChmlCmplncInfoUUID.

Data Sources (1)

SourceAliasJoin Type
I_ChmlCmplncInfo I_ChmlCmplncInfo from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ICCI__VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ChmlCmplncInfoUUID view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Chemical Compliance Information view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncInfoUUID ChmlCmplncInfoUUID
MaterialIsSold MaterialIsSold
MaterialIsTransported MaterialIsTransported
MaterialIsProduced MaterialIsProduced
MaterialIsSourced MaterialIsSourced
MaterialIsDisposed MaterialIsDisposed
MaterialIsEmissionRelevant MaterialIsEmissionRelevant
ProdStewardshipRespUnit ProdStewardshipRespUnit
//GENERATED:003:GlBfhyJl7jU{s7was{pJ0G

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

@VDM.viewType: #COMPOSITE

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

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

@AccessControl.authorizationCheck: #CHECK

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Chemical Compliance Information'
define view I_ChmlCmplncInfoStdVH as select from I_ChmlCmplncInfo {
  key ChmlCmplncInfoUUID,

  @Consumption.hidden: true
  MaterialIsSold,
  @Consumption.hidden: true
  MaterialIsTransported,
  @Consumption.hidden: true
  MaterialIsProduced,  
  @Consumption.hidden: true
  MaterialIsSourced, 
  @Consumption.hidden: true
  MaterialIsDisposed,  
  @Consumption.hidden: true
  MaterialIsEmissionRelevant,  
  @Consumption.hidden: true
  ProdStewardshipRespUnit
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHMLCMPLNCINFO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/