I_RECIPEPROCESSEQUIPRQMTTEXT
Recipe Process Equipment Requirement Description
I_RECIPEPROCESSEQUIPRQMTTEXT is a CDS View in S/4HANA. Recipe Process Equipment Requirement Description. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_RecipeProcessEquipRqmtTextTP | view | from | TRANSACTIONAL | Rcp Proc Equipment Requirement Description (Transacl Proc) |
@AbapCatalog.sqlViewName: 'IRPREQUIPRQMTTX'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'RecipeProcessEquipRqmtUUID'
@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 Equipment Requirement Description'
define view I_RecipeProcessEquipRqmtText
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/eqr_guid preserving type ) as RecipeProcessEquipRqmtUUID,
@Semantics.language
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
key cast( root_guid as /plmb/rpr_guid preserving type ) as RecipeProcessUUID,
@Semantics.text: true
descr as RecipeProcessEquipRqmtDesc,
/* Associations */
_Language
}
where
owner = 'EQR'