I_CmplRqRsltSpillTP

DDL: I_CMPLRQRSLTSPILLTP SQL: ICRRARMTP Type: view TRANSACTIONAL

Accidental Release Measures

I_CmplRqRsltSpillTP is a Transactional CDS View that provides data about "Accidental Release Measures" in SAP S/4HANA. It reads from 1 data source (I_CmplRqRslt) and exposes 33 fields with key field CmplRqRsltUUID. It has 6 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_CmplRqRslt I_CmplRqRslt from

Associations (6)

CardinalityTargetAliasCondition
[0..*] I_CmplRqRsltSpillPrsnlMsrTP _CmplRqRsltSpillPrsnlMsr $projection.CmplRqRsltUUID = _CmplRqRsltSpillPrsnlMsr.CmplRqRsltUUID
[0..*] I_CmplRqRsltSpillCtnmtTP _CmplRqRsltSpillCtnmt $projection.CmplRqRsltUUID = _CmplRqRsltSpillCtnmt.CmplRqRsltUUID
[0..*] I_CmplRqRsltSpillEnvrnmtlMsrTP _CmplRqRsltSpillEnvrnmtlMsr $projection.CmplRqRsltUUID = _CmplRqRsltSpillEnvrnmtlMsr.CmplRqRsltUUID
[0..*] I_CmplRqRsltSpillAddlInfoTP _CmplRqRsltSpillAddlInfo $projection.CmplRqRsltUUID = _CmplRqRsltSpillAddlInfo.CmplRqRsltUUID
[0..*] I_CmplRqRsltSpillSctnRefTP _CmplRqRsltSpillSctnRef $projection.CmplRqRsltUUID = _CmplRqRsltSpillSctnRef.CmplRqRsltUUID
[0..1] I_CmplRqRsltSpillNoteTP _CmplRqRsltSpillNote $projection.CmplRqRsltUUID = _CmplRqRsltSpillNote.PCPrptyRootUUID

Annotations (22)

NameValueLevelField
AbapCatalog.sqlViewName ICRRARMTP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Accidental Release Measures view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.modelCategory #BUSINESS_OBJECT view
ObjectModel.compositionRoot true view
ObjectModel.draftEnabled true view
ObjectModel.transactionalProcessingEnabled true view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled EXTERNAL_CALCULATION view
ObjectModel.writeDraftPersistence ehfndw_crr_arm view
ObjectModel.writeActivePersistence ehfndv_crr view
ObjectModel.entityChangeStateId LastChangeDateTime view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.sapObjectNodeType.name AccdtlReleaseMeasureAssessment view

Fields (33)

KeyFieldSource TableSource FieldDescription
KEY CmplRqRsltUUID CmplRqRsltUUID
ActiveCmplRqRsltUUID CmplRqRsltUUID
ActiveUUIDofCRRCmplRqVersUUID
ChmlCmplncInfoUUID ChmlCmplncInfoUUID
SubstanceUUID SubstanceUUID
ChmlSuplrMatlUUID ChmlSuplrMatlUUID
ComplianceRequirement ComplianceRequirement
CreationDateTime CreationDateTime
CreatedByUser CreatedByUser
LastChangeDateTime LastChangeDateTime
LastChangedByUser LastChangedByUser
CmplRqRsltProcessingStatus CmplRqRsltProcessingStatus
Processor Processor
ReleasedByUser ReleasedByUser
ValidityStartDateTime ValidityStartDateTime
ValidityEndDateTime ValidityEndDateTime
CmplRqRsltReldCmplncSts CmplRqRsltReldCmplncSts
CmplRqRsltCalculatedStatus CmplRqRsltCalculatedStatus
CmplRqRsltManualStatus CmplRqRsltManualStatus
CmplRqRsltStatusRemark CmplRqRsltStatusRemark
ChmlCompositionType ChmlCompositionType
MaterialIsSold MaterialIsSold
MaterialIsTransported MaterialIsTransported
MaterialIsSourced MaterialIsSourced
MaterialIsProduced MaterialIsProduced
_ChmlCmplncInfo _ChmlCmplncInfo
_CmplRqVers _CmplRqVers
_CmplRqRsltSpillPrsnlMsr _CmplRqRsltSpillPrsnlMsr
_CmplRqRsltSpillCtnmt _CmplRqRsltSpillCtnmt
_CmplRqRsltSpillEnvrnmtlMsr _CmplRqRsltSpillEnvrnmtlMsr
_CmplRqRsltSpillAddlInfo _CmplRqRsltSpillAddlInfo
_CmplRqRsltSpillSctnRef _CmplRqRsltSpillSctnRef
_CmplRqRsltSpillNote _CmplRqRsltSpillNote
@AbapCatalog.sqlViewName: 'ICRRARMTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Accidental Release Measures'
@ClientHandling.algorithm: #SESSION_VARIABLE

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

@ObjectModel:
{
  modelCategory: #BUSINESS_OBJECT,
  compositionRoot: true,
  draftEnabled: true,
  transactionalProcessingEnabled: true,
  createEnabled: true,
  updateEnabled: true,
  deleteEnabled: 'EXTERNAL_CALCULATION',
  writeDraftPersistence: 'ehfndw_crr_arm',
  writeActivePersistence: 'ehfndv_crr',
  entityChangeStateId: 'LastChangeDateTime',
  semanticKey:  [ 'CmplRqRsltUUID' ],

  usageType:
  {
    dataClass: #TRANSACTIONAL,
    sizeCategory: #XL,
    serviceQuality: #C
  },
  sapObjectNodeType.name: 'AccdtlReleaseMeasureAssessment'
}
define view I_CmplRqRsltSpillTP
  as select from I_CmplRqRslt

  association [0..*] to I_CmplRqRsltSpillPrsnlMsrTP    as _CmplRqRsltSpillPrsnlMsr    on $projection.CmplRqRsltUUID = _CmplRqRsltSpillPrsnlMsr.CmplRqRsltUUID
  association [0..*] to I_CmplRqRsltSpillCtnmtTP       as _CmplRqRsltSpillCtnmt       on $projection.CmplRqRsltUUID = _CmplRqRsltSpillCtnmt.CmplRqRsltUUID
  association [0..*] to I_CmplRqRsltSpillEnvrnmtlMsrTP as _CmplRqRsltSpillEnvrnmtlMsr on $projection.CmplRqRsltUUID = _CmplRqRsltSpillEnvrnmtlMsr.CmplRqRsltUUID
  association [0..*] to I_CmplRqRsltSpillAddlInfoTP    as _CmplRqRsltSpillAddlInfo    on $projection.CmplRqRsltUUID = _CmplRqRsltSpillAddlInfo.CmplRqRsltUUID
  association [0..*] to I_CmplRqRsltSpillSctnRefTP     as _CmplRqRsltSpillSctnRef    on $projection.CmplRqRsltUUID = _CmplRqRsltSpillSctnRef.CmplRqRsltUUID
  association [0..1] to I_CmplRqRsltSpillNoteTP        as _CmplRqRsltSpillNote     on $projection.CmplRqRsltUUID = _CmplRqRsltSpillNote.PCPrptyRootUUID
  

{
  key CmplRqRsltUUID,
      @ObjectModel.readOnly: true
      CmplRqRsltUUID as ActiveCmplRqRsltUUID, --Active UUID of CRR
      CmplRqVersUUID,
      ChmlCmplncInfoUUID,
      SubstanceUUID,
      ChmlSuplrMatlUUID,
      ComplianceRequirement,
      CreationDateTime,
      CreatedByUser,
      LastChangeDateTime,
      LastChangedByUser,
      CmplRqRsltProcessingStatus,
      Processor,
      ReleasedByUser,
      ValidityStartDateTime,
      ValidityEndDateTime,
      CmplRqRsltReldCmplncSts,
      CmplRqRsltCalculatedStatus,
      CmplRqRsltManualStatus,
      CmplRqRsltStatusRemark,
      ChmlCompositionType,
      MaterialIsSold,
      MaterialIsTransported,
      MaterialIsSourced,
      MaterialIsProduced,

      /**** Associations ****/
      _ChmlCmplncInfo,
      _CmplRqVers,

      @ObjectModel.association.type: [ #TO_COMPOSITION_CHILD ]
      _CmplRqRsltSpillPrsnlMsr,
      @ObjectModel.association.type: [ #TO_COMPOSITION_CHILD ]
      _CmplRqRsltSpillCtnmt,
      @ObjectModel.association.type: [ #TO_COMPOSITION_CHILD ]
      _CmplRqRsltSpillEnvrnmtlMsr,
      @ObjectModel.association.type: [ #TO_COMPOSITION_CHILD ]
      _CmplRqRsltSpillAddlInfo,
      @ObjectModel.association.type: [ #TO_COMPOSITION_CHILD ]
      _CmplRqRsltSpillSctnRef,
      @ObjectModel.association.type: [ #TO_COMPOSITION_CHILD ]
      _CmplRqRsltSpillNote 
}
where
  _CmplRqVers.CmplRqPattern = 'CompliancePatternARM';