I_RECIPEPROCESSEQUIPRQMT

CDS View

Recipe Process Equipment Requirement

I_RECIPEPROCESSEQUIPRQMT is a CDS View in S/4HANA. Recipe Process Equipment Requirement. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_RecipeProcessEquipRqmtTP view from TRANSACTIONAL Recipe Process Equipment Requirement (Transactional Proc)
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IRPREQUIPRQMT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_ALLOWED

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.representativeKey: 'RecipeProcessEquipRqmtUUID'

@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER

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

@EndUserText.label: 'Recipe Process Equipment Requirement'
define view I_RecipeProcessEquipRqmt
  as select from P_RecipeProcessEquipRqmt

  association [1..1] to I_Recipe            as _Recipe                        on $projection.RecipeProcessUUID = _Recipe.RecipeProcessUUID

  association [0..*] to I_RecipeProcessParamValue as _RecipeProcessEQRParamValue on $projection.RecipeProcessEquipRqmtUUID = _RecipeProcessEQRParamValue.RecipeProcessEquipRqmtUUID
{
  key RecipeProcessEquipRqmtUUID,
      RecipeProcessUUID,
      RecipeProcessElementUUID,
      RecipeProcessEquipRqmtPosNmbr,
      RecipeProcEquipRqmtIsPrimRsce,
      
      _Recipe.RecipeUUID,

      /* Associations */
      _Recipe,
      _RecipeProcessEQRParamValue,
      
      // Texts

      _RecipeProcessEquipRqmtDesc

}