E_Productplant

DDL: E_PRODUCTPLANT SQL: EPRDPLANT Type: view EXTENSION

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)

SourceAliasJoin Type
marc Persistence from

Annotations (7)

NameValueLevelField
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

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Product marc matnr
KEY Plant marc werks
IsActiveEntity
@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":""
}
}*/