I_ChmlSuplrMatlStdVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlSuplrMatl | I_ChmlSuplrMatl | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA