SHSM_KDST
CDS View for use in CS_KDST search help
SHSM_KDST is a CDS View that provides data about "CDS View for use in CS_KDST search help" in SAP S/4HANA. It reads from 1 data source (I_SalesOrderBOMLink) and exposes 8 fields with key fields BillOfMaterial, BillOfMaterialVariant, matnr, werks, stlan.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SalesOrderBOMLink | I_SalesOrderBOMLink | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SHSMKDST | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | CDS View for use in CS_KDST search help | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfMaterial | BillOfMaterial | ||
| KEY | BillOfMaterialVariant | BillOfMaterialVariant | ||
| KEY | matnr | Material | ||
| KEY | werks | Plant | ||
| KEY | stlan | BillOfMaterialVariantUsage | ||
| KEY | vbeln | SalesOrder | ||
| KEY | vbpos | SalesOrderItem | ||
| stlty | BillOfMaterialCategory |
@AbapCatalog.sqlViewName: 'SHSMKDST'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'CDS View for use in CS_KDST search help'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality:#D
@ObjectModel.usageType.sizeCategory: #XL
define view SHSM_KDST as select from I_SalesOrderBOMLink {
key BillOfMaterial,
key BillOfMaterialVariant,
key Material as matnr,
key Plant as werks,
key BillOfMaterialVariantUsage as stlan,
key SalesOrder as vbeln,
key SalesOrderItem as vbpos,
BillOfMaterialCategory as stlty
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SALESORDERBOMLINK"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
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