A_MasterRecipeControlKeyText

DDL: A_MASTERRECIPECONTROLKEYTEXT Type: view_entity BASIC Package: ODATA_PP_MASTER_RECIPE_API

Control key - Text

A_MasterRecipeControlKeyText is a Basic CDS View that provides data about "Control key - Text" in SAP S/4HANA. It reads from 1 data source (I_OperationControlProfileText) and exposes 3 fields with key fields OperationControlProfile, Language. It is exposed through 1 OData service (API_MASTERRECIPE). Part of development package ODATA_PP_MASTER_RECIPE_API.

Data Sources (1)

SourceAliasJoin Type
I_OperationControlProfileText I_OperationControlProfileText from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Control key - Text view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
OData.entityType.name MasterRecipeControlKeyText_Type view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey OperationControlProfile 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
KEY Language Language
OperationControlProfileName OperationControlProfileName
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Control key - Text'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@OData.entityType.name:'MasterRecipeControlKeyText_Type'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'OperationControlProfile'
@Feature: 'FTGL_PPMD_CODELIST'

define view entity A_MasterRecipeControlKeyText
  as select from I_OperationControlProfileText

{
  @ObjectModel.foreignKey.association: '_Profile' 
  key OperationControlProfile,
      @Semantics.language: true
  key Language,
      @Semantics.text: true
      OperationControlProfileName
}