P_RECIPEPROCESSEQUIPRQMT

CDS View

P_RECIPEPROCESSEQUIPRQMT is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_RecipeProcessEquipRqmt view from BASIC Recipe Process Equipment Requirement
@AbapCatalog.sqlViewName: 'PRPREQUIPRQMT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.lifecycle.contract.type: #NONE
@VDM.viewType: #BASIC
@VDM.private: true
define view P_RecipeProcessEquipRqmt
  as select from /plmb/rpr_eqr

  // Texts

  association [0..*] to I_RecipeProcessEquipRqmtText as _RecipeProcessEquipRqmtDesc on $projection.RecipeProcessUUID = _RecipeProcessEquipRqmtDesc.RecipeProcessUUID

{
  key eqr_guid                                               as RecipeProcessEquipRqmtUUID,
      rpr_guid                                               as RecipeProcessUUID,
      pe_guid                                                as RecipeProcessElementUUID,
      //      sequence  as RecipeProcessEquipRqmtSqncNmbr,

      cast ( sequence as /plmb/eqr_seq_vdm preserving type ) as RecipeProcessEquipRqmtPosNmbr,
      eqr_prim                                               as RecipeProcEquipRqmtIsPrimRsce,
      //ORIGIN_GUID

      //EQR_GUID_LINK

      //RCP_GUID_LINK

      //LINK_TYPE


      // Texts

      _RecipeProcessEquipRqmtDesc

}