A_RecipeProcessParamValueTxt

DDL: A_RECIPEPROCESSPARAMVALUETXT SQL: ARPRPARAMVALTX Type: view_entity CONSUMPTION

Recipe Process Parameter Value Descriptions

A_RecipeProcessParamValueTxt is a Consumption CDS View that provides data about "Recipe Process Parameter Value Descriptions" in SAP S/4HANA. It reads from 1 data source (I_RecipeProcessParamValueTxtTP) and exposes 15 fields with key fields RecipeProcessParamValUUID, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_RecipeProcessParamValueTxtTP I_RecipeProcessParamValueTxtTP from

Parameters (1)

NameTypeDefault
P_KeyDate dats

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_Recipe _Recipe $projection.RecipeProcessUUID = _Recipe.RecipeProcessUUID

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey RecipeProcessParamValUUID view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view
Consumption.filter.businessDate.at true view
EndUserText.label Recipe Process Parameter Value Descriptions view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY RecipeProcessParamValUUID RecipeProcessParamValUUID
KEY Language Language
RecipeProcessUUID RecipeProcessUUID
RecipeProcessParamValueDesc RecipeProcessParamValueDesc
RecipeLastChangeDateTime RecipeLastChangeDateTime
RecipeUUID
Recipe Recipe
RecipeProcessEquipRqmtPosNmbr RecipeProcessEquipRqmtPosNmbr
RecipeProcessStagePosNmbr RecipeProcessStagePosNmbr
RecipeProcessOperationPosNmbr RecipeProcessOperationPosNmbr
RecipeProcessActionPosNmbr RecipeProcessActionPosNmbr
RecipeProcessParamSqncNmbr RecipeProcessParamSqncNmbr
_RecipeProcessParamValue _RecipeProcessParamValue
_RecipeLock
_Recipe _Recipe
//@AbapCatalog.sqlViewName: 'ARPRPARAMVALTX'

//@AbapCatalog.compiler.compareFilter: true

//@AbapCatalog.preserveKey: true


@AccessControl.authorizationCheck: #CHECK

//@ClientHandling.algorithm: #SESSION_VARIABLE


@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API

@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'RecipeProcessParamValUUID'
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER

@Metadata.ignorePropagatedAnnotations: true

@Consumption.filter.businessDate.at: true

@EndUserText.label: 'Recipe Process Parameter Value Descriptions'
define view entity A_RecipeProcessParamValueTxt
  with parameters
    @Consumption.hidden: true
    @Semantics.businessDate.at: true
    P_KeyDate :dats
  as select from I_RecipeProcessParamValueTxtTP( P_KeyDate: $parameters.P_KeyDate )

  association        to parent A_RecipeProcessParamValue as _RecipeProcessParamValue on $projection.RecipeProcessParamValUUID = _RecipeProcessParamValue.RecipeProcessParamValUUID
  association [1..1] to A_Recipe                         as _Recipe                  on $projection.RecipeProcessUUID = _Recipe.RecipeProcessUUID
{

  key RecipeProcessParamValUUID,

      @Semantics.language: true
  key Language,

      RecipeProcessUUID,

      @Semantics.text: true
      RecipeProcessParamValueDesc,

      RecipeLastChangeDateTime,

      _RecipeProcessParamValue( P_KeyDate: $parameters.P_KeyDate ).RecipeUUID,

      Recipe,

      RecipeProcessEquipRqmtPosNmbr,
      RecipeProcessStagePosNmbr,
      RecipeProcessOperationPosNmbr,
      RecipeProcessActionPosNmbr,

      RecipeProcessParamSqncNmbr,

      _RecipeProcessParamValue,

      //Associations

      _RecipeProcessParamValue( P_KeyDate: $parameters.P_KeyDate )._Recipe as _RecipeLock,
      _Recipe
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"A_RECIPEPROCESSPARAMVALUE",
"I_RECIPEPROCESSPARAMVALUETXTTP"
],
"ASSOCIATED":
[
"A_RECIPE",
"A_RECIPEPROCESSPARAMVALUE"
],
"BASE":
[
"A_RECIPEPROCESSPARAMVALUE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/