SHSM_T001W8
SHSM_T001W8 is a CDS View in SAP S/4HANA. It reads from 1 data source (t001w) and exposes 4 fields with key field werks. Part of development package WRF_PPW_DDIC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t001w | t001w | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | SHSMT001W8 | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | werks | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | werks | |||
| name1 | ||||
| vkorg | ||||
| vtweg |
//Generation Log ID: GER91805301315146376910001
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'SHSMT001W8'
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'werks'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
define view SHSM_T001W8
as select from t001w
{
key cast( t001w.werks as werks_d preserving type ) as werks,
cast( t001w.name1 as name1 preserving type ) as name1,
cast( t001w.vkorg as vkoiv preserving type ) as vkorg,
cast( t001w.vtweg as vtwiv preserving type ) as vtweg
}
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