I_CntrbtScenEnvrmtFrqcyDurnTP

DDL: I_CNTRBTSCENENVRMTFRQCYDURNTP Type: view TRANSACTIONAL

Frequency Duration - TP

I_CntrbtScenEnvrmtFrqcyDurnTP is a Transactional CDS View that provides data about "Frequency Duration - TP" in SAP S/4HANA. It reads from 1 data source (I_CntrbtScenEnvrmtFrqcyDurn) and exposes 9 fields with key field PCESFrequencyDurationUUID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CntrbtScenEnvrmtFrqcyDurn I_CntrbtScenEnvrmtFrqcyDurn from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_CmplRqRsltPCESEnvrmtAssmtTP _CmplRqRslt $projection.CmplRqRsltUUID = _CmplRqRslt.CmplRqRsltUUID

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName ICRRCSENVFDTP view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Frequency Duration - TP view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.modelCategory #BUSINESS_OBJECT view
ObjectModel.transactionalProcessingEnabled true view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.writeDraftPersistence ehsdsw_cs_envfd view
ObjectModel.writeActivePersistence ehsdsv_cs_envfd view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.entityChangeStateId LastChangeDateTime view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY PCESFrequencyDurationUUID PCESFrequencyDurationUUID
ComplianceAssessmentUUIDCmplRqRsltUUID
CreationDateTime CreationDateTime
CreatedByUser CreatedByUser
LastChangeDateTime LastChangeDateTime
LastChangedByUser LastChangedByUser
_CmplRqRslt _CmplRqRslt
_CreatedByUser _CreatedByUser
_LastChangedByUser _LastChangedByUser
@AbapCatalog:
{
  sqlViewName: 'ICRRCSENVFDTP',
  compiler.compareFilter: true
}

@EndUserText.label: 'Frequency Duration - TP'

@AccessControl:
{
  authorizationCheck: #MANDATORY,
  privilegedAssociations:  [ '_CreatedByUser', '_LastChangedByUser' ]
}

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

--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel:
{
  modelCategory: #BUSINESS_OBJECT,
  transactionalProcessingEnabled: true,
  createEnabled: true,
  updateEnabled: true,
  deleteEnabled: true,
  writeDraftPersistence: 'ehsdsw_cs_envfd',
  writeActivePersistence: 'ehsdsv_cs_envfd',
  semanticKey:  ['PCESFrequencyDurationUUID'],
  usageType:
  {
    dataClass: #TRANSACTIONAL,
    sizeCategory: #L,
    serviceQuality: #C
  },
  entityChangeStateId: 'LastChangeDateTime'
}
define view I_CntrbtScenEnvrmtFrqcyDurnTP
  as select from I_CntrbtScenEnvrmtFrqcyDurn

  association [1..1] to I_CmplRqRsltPCESEnvrmtAssmtTP as _CmplRqRslt on $projection.CmplRqRsltUUID = _CmplRqRslt.CmplRqRsltUUID

{

  key PCESFrequencyDurationUUID,

      --Compliance Assessment UUID
      @ObjectModel.mandatory: true
      CmplRqRsltUUID,

      --Contributing Scenario- Form of exposure uuid
      PCESFormOfExposurePhrsUUID,

      --Contributing Scenario- Emission value
      PCESEmissionValue,

      --Contributing Scenario- Emission value Text
      PCESEmissionValueTxt,

      @ObjectModel.readOnly: true
      CreationDateTime,

      @ObjectModel.readOnly: true
      CreatedByUser,

      @ObjectModel.readOnly: true
      LastChangeDateTime,

      @ObjectModel.readOnly: true
      LastChangedByUser,

      /* Associations */

      @ObjectModel.association.type:  [ #TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT ]
      _CmplRqRslt,

      _CreatedByUser,
      _LastChangedByUser

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNTRBTSCENENVRMTFRQCYDURN"
],
"ASSOCIATED":
[
"I_CMPLRQRSLTPCESENVRMTASSMTTP",
"I_USER"
],
"BASE":
[
"I_CNTRBTSCENENVRMTFRQCYDURN"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/