SHSM_MAST
CDS view for CS_MAST
SHSM_MAST is a CDS View that provides data about "CDS view for CS_MAST" in SAP S/4HANA. It reads from 1 data source (I_Mast) and exposes 6 fields with key fields matnr, stlnr, stlal, werks, stlan.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Mast | mast | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SHSMMAST | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | CDS view for CS_MAST | view | |
| ObjectModel.representativeKey | stlnr | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | matnr | |||
| KEY | stlnr | |||
| KEY | stlal | |||
| KEY | werks | |||
| KEY | stlan | |||
| KEY | stlty |
@AbapCatalog.sqlViewName: 'SHSMMAST'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking
@ClientHandling.algorithm : #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'CDS view for CS_MAST'
@ObjectModel.representativeKey: 'stlnr'
define view SHSM_MAST as select from I_Mast as mast {
key cast( mast.Material as matnr preserving type ) as matnr,
key cast( mast.BillOfMaterial as stnum preserving type ) as stlnr,
key cast( mast.BillOfMaterialVariant as stlal preserving type ) as stlal,
key cast( mast.Plant as werks_d preserving type ) as werks,
key cast( mast.BillOfMaterialVariantUsage as stlan preserving type ) as stlan,
@Consumption.hidden: true
key cast( mast.BillOfMaterialCategory as category preserving type ) as stlty
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAST"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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