P_DACRPlant

DDL: P_DACRPLANT SQL: PDACRPLANT Type: view BASIC Package: ODATA_ML_ACR_DISP

DACR Plant required fields from t001w

P_DACRPlant is a Basic CDS View that provides data about "DACR Plant required fields from t001w" in SAP S/4HANA. It reads from 1 data source (t001w) and exposes 3 fields with key field Plant. Part of development package ODATA_ML_ACR_DISP.

Data Sources (1)

SourceAliasJoin Type
t001w t001w from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName PDACRPLANT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label DACR Plant required fields from t001w view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view
VDM.private true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Plant werks
ValuationArea bwkey
mgvupd mgvupd
@AbapCatalog.sqlViewName: 'PDACRPLANT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'DACR Plant required fields from t001w'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}

@VDM.viewType: #BASIC
@VDM.private:true
define view P_DACRPlant
  as select from t001w
{
  key werks as Plant,
      bwkey as ValuationArea,
      mgvupd
}