E_Productplant
Extension core view-product plant
E_Productplant is a Extension CDS View that provides data about "Extension core view-product plant" in SAP S/4HANA. It reads from 1 data source (marc) and exposes 3 fields with key fields Product, Plant.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| marc | Persistence | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | EPRDPLANT | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #EXTENSION | view | |
| EndUserText.label | Extension core view-product plant | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
@AbapCatalog.sqlViewName: 'EPRDPLANT'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Extension core view-product plant'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #L
@ObjectModel.usageType.dataClass: #MASTER
//@ClientHandling.algorithm: #SESSION_VARIABLE "Commented to Fix ATC - VDM CDS Metadata Checks (POC_ANNOTA) Issue with Client Handling (CLNT)
define view E_Productplant
as select from marc as Persistence
{
key Persistence.matnr as Product,
key Persistence.werks as Plant,
cast( 'X' as sdraft_is_active preserving type ) as IsActiveEntity
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MARC"
],
"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