I_RECIPEPROCESSPARAMVALUETEXT

CDS View

Recipe Process Parameter Value Description

I_RECIPEPROCESSPARAMVALUETEXT is a CDS View in S/4HANA. Recipe Process Parameter Value Description. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_RecipeProcessParamValueTxtTP view from TRANSACTIONAL Recipe Process Parameter Value Description (Tr Proc)
@AbapCatalog.sqlViewName: 'IRPRPARAMVALTX'
@AbapCatalog.compiler.compareFilter: true

@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@ClientHandling.algorithm: #SESSION_VARIABLE

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

@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #BASIC

@EndUserText.label: 'Recipe Process Parameter Value Description'

define view I_RecipeProcessParamValueText
  as select from /plmb/rcp_descr

  association [1..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  key cast( object_guid as /plmb/rpr_pp_val_guid preserving type )  as RecipeProcessParamValUUID,

      @Semantics.language
      @ObjectModel.foreignKey.association: '_Language'
  key langu                                                         as Language,

      cast( root_guid as /plmb/rpr_guid preserving type )           as RecipeProcessUUID,

      @Semantics.text: true
      descr                                                         as RecipeProcessParamValueDesc,

      /* Associations */
      _Language

}
where
  owner = 'PP_VAL'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/PLMB/RCP_DESCR"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/