C_RblsMgmtEmailTemplate

DDL: C_RBLSMGMTEMAILTEMPLATE Type: view_entity CONSUMPTION Package: ODATA_PROCREC_COMMONS

Email Templates

C_RblsMgmtEmailTemplate is a Consumption CDS View that provides data about "Email Templates" in SAP S/4HANA. It reads from 1 data source (R_RblsMgmtEmailTemplate) and exposes 4 fields with key fields EmailTemplateID, Version. It is exposed through 1 OData service (UI_DISPUTECASE_MANAGE). It is used in 1 Fiori application: Manage Dispute Cases (Version 2). Part of development package ODATA_PROCREC_COMMONS.

Data Sources (1)

SourceAliasJoin Type
R_RblsMgmtEmailTemplate R_RblsMgmtEmailTemplate projection

Annotations (8)

NameValueLevelField
EndUserText.label Email Templates view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_DISPUTECASE_MANAGE UI_DISPUTECASE_MANAGE V2 C1 NOT_TO_BE_RELEASED_STABLE

Fiori Apps (1)

App IDApp NameTypeDescription
F0702A Manage Dispute Cases (Version 2) Transactional Use this app to analyze and further process existing dispute cases. This involves dispute cases that are related to open receivables for your customers.

Manage Dispute Cases (Version 2)

Business Role: Accounts Receivable Accountant

Use this app to analyze and further process existing dispute cases. This involves dispute cases that are related to open receivables for your customers.

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY EmailTemplateID EmailTemplateID
KEY Version Version
CDSView CDSView
EmailTemplateName EmailTemplateName
@EndUserText: { label: 'Email Templates' }
@AccessControl: { authorizationCheck: #MANDATORY,
                  personalData: { blocking: #BLOCKED_DATA_EXCLUDED } }
@VDM: { viewType: #CONSUMPTION }
@ObjectModel: { usageType: { serviceQuality: #A,
                             sizeCategory: #L,
                             dataClass: #CUSTOMIZING } }
@Metadata: { ignorePropagatedAnnotations: true }

define root view entity C_RblsMgmtEmailTemplate
  provider contract transactional_query
  as projection on R_RblsMgmtEmailTemplate

{
  key EmailTemplateID,
  key Version,
      CDSView,
      EmailTemplateName

}