I_PlannedOrderActionControl

DDL: I_PLANNEDORDERACTIONCONTROL Type: view_entity BASIC Package: VDM_PP_PLO

Action Control for Planned Order

I_PlannedOrderActionControl is a Basic CDS View (Dimension) that provides data about "Action Control for Planned Order" in SAP S/4HANA. Part of development package VDM_PP_PLO.

Annotations (17)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IPLNDORDACTCTRL view
Analytics.internalName #LOCAL view
Consumption.ranked true view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey PlannedOrderActionControl view
ObjectModel.sapObjectNodeType.name PlannedOrderActionControl view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
EndUserText.label Action Control for Planned Order view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PlannedOrderActionControl mdach
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'IPLNDORDACTCTRL'
@Analytics.internalName: #LOCAL 
@Consumption.ranked: true
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SEARCHABLE_ENTITY]
@ObjectModel.representativeKey: 'PlannedOrderActionControl'
@ObjectModel.sapObjectNodeType.name: 'PlannedOrderActionControl'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Action Control for Planned Order'
// to be used for foreign key associations on MDACH

// for full content and VH of T46AC refer to I_PlannedOrderActionControlVH


/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view entity I_PlannedOrderActionControl
  as select distinct from t46ac
  {
    @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
    key mdach as PlannedOrderActionControl
  };