A_MasterRecipeControlKey

DDL: A_MASTERRECIPECONTROLKEY Type: view_entity BASIC Package: ODATA_PP_MASTER_RECIPE_API

Control key

A_MasterRecipeControlKey is a Basic CDS View that provides data about "Control key" in SAP S/4HANA. It reads from 1 data source (I_OperationControlProfile) and exposes 3 fields with key field OperationControlProfile. It has 1 association to related views. It is exposed through 1 OData service (API_MASTERRECIPE). Part of development package ODATA_PP_MASTER_RECIPE_API.

Data Sources (1)

SourceAliasJoin Type
I_OperationControlProfile I_OperationControlProfile from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_MasterRecipeControlKeyText _Text $projection.OperationControlProfile = _Text.OperationControlProfile

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Control key view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name MasterRecipeControlKey_Type view
Feature FTGL_PPMD_CODELIST view

OData Services (1)

ServiceBindingVersionContractRelease
API_MASTERRECIPE API_MASTER_RECIPE V2 C2 C1

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY OperationControlProfile OperationControlProfile
OperationControlProfileName
_Text _Text
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Control key'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name:'MasterRecipeControlKey_Type'
@Feature: 'FTGL_PPMD_CODELIST'

define view entity A_MasterRecipeControlKey
  as select from I_OperationControlProfile
  association [0..*] to A_MasterRecipeControlKeyText as _Text on $projection.OperationControlProfile = _Text.OperationControlProfile

{

  key OperationControlProfile,
      _Text[1:Language=$session.system_language].OperationControlProfileName as OperationControlProfileName,

      /* Associations */
      _Text
}