R_LegalTransactionReminderTP

DDL: R_LEGALTRANSACTIONREMINDERTP Type: view_entity TRANSACTIONAL

Legal Transaction Reminder

R_LegalTransactionReminderTP is a Transactional CDS View that provides data about "Legal Transaction Reminder" in SAP S/4HANA. It reads from 1 data source (I_LegalTransactionReminder) and exposes 18 fields with key field LegalTransactionReminderUUID.

Data Sources (1)

SourceAliasJoin Type
I_LegalTransactionReminder I_LegalTransactionReminder from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Legal Transaction Reminder view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY LegalTransactionReminderUUID LegalTransactionReminderUUID
LegalTransactionUUID LegalTransactionUUID
LegalTransactionReminderType LegalTransactionReminderType
LegalTransactionReminderDate LegalTransactionReminderDate
LegalTransactionRemSubject LegalTransactionRemSubject
LglCntntMRecipientUser LglCntntMRecipientUser
LglCntntMRemIsAutoGenerated LglCntntMRemIsAutoGenerated
LegalTransactionDateUUID LegalTransactionDateUUID
LglCntntMChangedUTCDateTime LglCntntMChangedUTCDateTime
LglCntntMRemFrequency LglCntntMRemFrequency
LglCntntMRemFrequencyUnit LglCntntMRemFrequencyUnit
LglCntntMReminderEndDate LglCntntMReminderEndDate
LglCntntMNextReminderDate LglCntntMNextReminderDate
LglCntntMRemRecipientType LglCntntMRemRecipientType
LglCntntMRemRecipientTeam LglCntntMRemRecipientTeam
LglCntntMRemRecipientFunction LglCntntMRemRecipientFunction
LglCntntMRemRcpntIntCntctType LglCntntMRemRcpntIntCntctType
_LegalTransaction _LegalTransaction
@AccessControl:{
    authorizationCheck: #CHECK,
    personalData.blocking: #BLOCKED_DATA_EXCLUDED
    }
@ObjectModel: {
    usageType: {
        sizeCategory: #L,
        serviceQuality: #A,
        dataClass:#TRANSACTIONAL
    }
} 

@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations:true

@EndUserText.label: 'Legal Transaction Reminder'
define view entity R_LegalTransactionReminderTP
  as select from I_LegalTransactionReminder
  association to parent R_LegalTransactionTP as _LegalTransaction on $projection.LegalTransactionUUID = _LegalTransaction.LegalTransactionUUID
{
  key LegalTransactionReminderUUID  as LegalTransactionReminderUUID, 
      LegalTransactionUUID          as LegalTransactionUUID,
      LegalTransactionReminderType  as LegalTransactionReminderType,
      LegalTransactionReminderDate  as LegalTransactionReminderDate,
      LegalTransactionRemSubject    as LegalTransactionRemSubject,
      LglCntntMRecipientUser        as LglCntntMRecipientUser,
      LglCntntMRemIsAutoGenerated   as LglCntntMRemIsAutoGenerated,
      LegalTransactionDateUUID      as LegalTransactionDateUUID,
      LglCntntMChangedUTCDateTime   as LglCntntMChangedUTCDateTime,
      LglCntntMRemFrequency         as LglCntntMRemFrequency,
      LglCntntMRemFrequencyUnit     as LglCntntMRemFrequencyUnit,
      LglCntntMReminderEndDate      as LglCntntMReminderEndDate,
      LglCntntMNextReminderDate     as LglCntntMNextReminderDate,
      LglCntntMRemRecipientType     as LglCntntMRemRecipientType,
      LglCntntMRemRecipientTeam     as LglCntntMRemRecipientTeam,
      LglCntntMRemRecipientFunction as LglCntntMRemRecipientFunction,
      LglCntntMRemRcpntIntCntctType as LglCntntMRemRcpntIntCntctType,
      
      _LegalTransaction
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LEGALTRANSACTIONREMINDER"
],
"ASSOCIATED":
[
"R_LEGALTRANSACTIONTP"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/