SHSM_MAST

DDL: SHSM_MAST SQL: SHSMMAST Type: view

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)

SourceAliasJoin Type
I_Mast mast from

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/