R_LegalTransactionReminderTP
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)
| Source | Alias | Join Type |
|---|---|---|
| I_LegalTransactionReminder | I_LegalTransactionReminder | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA