C_LglCntntMgmtDOCUSIGNUsers
Consumption view for DocuSign Users
C_LglCntntMgmtDOCUSIGNUsers is a Consumption CDS View that provides data about "Consumption view for DocuSign Users" in SAP S/4HANA. It reads from 1 data source (I_LglCntntMgmtDOCUSIGNUsers) and exposes 9 fields with key fields LglCntntMgmtDOCUSIGNTmpl, LglCntntMTmplRecipientLbl. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LglCntntMgmtDOCUSIGNUsers | I_LglCntntMgmtDOCUSIGNUsers | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | C_LCMExtContactDetailsVH | _RecipientsVH | _RecipientsVH.LglCntntMExtCntctBPName = $projection.LglCntntMTmplRecipientName and _RecipientsVH.EmailAddress = $projection.LglCntntMTmplRecipientEmail |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CLCMDOCSGNTUSR | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.representativeKey | LglCntntMgmtDOCUSIGNTmpl | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | Consumption view for DocuSign Users | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LglCntntMgmtDOCUSIGNTmpl | LglCntntMgmtDOCUSIGNTmpl | ||
| KEY | LglCntntMTmplRecipientLbl | LglCntntMTmplRecipientLbl | ||
| LglCntntMTmplRecipientName | LglCntntMTmplRecipientName | |||
| LglCntntMTmplRecipientEmail | LglCntntMTmplRecipientEmail | |||
| LglCntntMTmplRecipientIsMand | LglCntntMTmplRecipientIsMand | |||
| LglCntntMTmplRecipientRole | LglCntntMTmplRecipientRole | |||
| LglCntntMTmplRecipientID | LglCntntMTmplRecipientID | |||
| LglCntntMTmplRoutingOrder | LglCntntMTmplRoutingOrder | |||
| _RecipientsVH | _RecipientsVH |
@AbapCatalog.sqlViewName: 'CLCMDOCSGNTUSR'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.semanticKey: [ 'LglCntntMTmplID' ]
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@ObjectModel.representativeKey: 'LglCntntMgmtDOCUSIGNTmpl'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER
@EndUserText.label: 'Consumption view for DocuSign Users'
define view C_LglCntntMgmtDOCUSIGNUsers
as select from I_LglCntntMgmtDOCUSIGNUsers
association [0..*] to C_LCMExtContactDetailsVH as _RecipientsVH on _RecipientsVH.LglCntntMExtCntctBPName = $projection.LglCntntMTmplRecipientName
and _RecipientsVH.EmailAddress = $projection.LglCntntMTmplRecipientEmail
{
@UI.hidden: true
key LglCntntMgmtDOCUSIGNTmpl,
@UI.hidden: true
key LglCntntMTmplRecipientLbl,
LglCntntMTmplRecipientName,
LglCntntMTmplRecipientEmail,
@UI.hidden: true
LglCntntMTmplRecipientIsMand,
@UI.hidden: true
LglCntntMTmplRecipientRole,
@UI.hidden: true
LglCntntMTmplRecipientID,
@UI.hidden: true
LglCntntMTmplRoutingOrder,
_RecipientsVH
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LGLCNTNTMGMTDOCUSIGNUSERS"
],
"ASSOCIATED":
[
"C_LCMEXTCONTACTDETAILSVH"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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