I_ProdnPlanningProcedure

DDL: I_PRODNPLANNINGPROCEDURE SQL: IPRODPLNGPROCED Type: view BASIC

Value help for Production Planning Procedure

I_ProdnPlanningProcedure is a Basic CDS View that provides data about "Value help for Production Planning Procedure" in SAP S/4HANA. It reads from 1 data source (/sapapo/rrptype) and exposes 2 fields with key field ProdnPlanningProcedure. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
/sapapo/rrptype /sapapo/rrptype from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdnPlngProcedureText _Text $projection.ProdnPlanningProcedure = _Text.ProdnPlanningProcedure

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IPRODPLNGPROCED view
VDM.viewType #BASIC view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ProdnPlanningProcedure view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Value help for Production Planning Procedure view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProdnPlanningProcedure rrp_type
_Text _Text
@AbapCatalog.sqlViewName: 'IPRODPLNGPROCED'
@VDM.viewType: #BASIC
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck:  #NOT_REQUIRED
@ObjectModel.representativeKey: 'ProdnPlanningProcedure'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@EndUserText.label: 'Value help for Production Planning Procedure'
define view I_ProdnPlanningProcedure
  as select from /sapapo/rrptype
  association [0..*] to I_ProdnPlngProcedureText as _Text 
                                                 on $projection.ProdnPlanningProcedure = _Text.ProdnPlanningProcedure
{

     @ObjectModel.text.association: '_Text'
     @Search.defaultSearchElement: true
     @Search.fuzzinessThreshold: 0.8
  key rrp_type as ProdnPlanningProcedure,
      _Text
}   
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/SAPAPO/RRPTYPE"
],
"ASSOCIATED":
[
"I_PRODNPLNGPROCEDURETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/