I_ProdnPlanningProcedure
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)
| Source | Alias | Join Type |
|---|---|---|
| /sapapo/rrptype | /sapapo/rrptype | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProdnPlngProcedureText | _Text | $projection.ProdnPlanningProcedure = _Text.ProdnPlanningProcedure |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
}*/
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