C_LglCntntMgmtDOCUSIGNUsers

DDL: C_LGLCNTNTMGMTDOCUSIGNUSERS SQL: CLCMDOCSGNTUSR Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_LglCntntMgmtDOCUSIGNUsers I_LglCntntMgmtDOCUSIGNUsers from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_LCMExtContactDetailsVH _RecipientsVH _RecipientsVH.LglCntntMExtCntctBPName = $projection.LglCntntMTmplRecipientName and _RecipientsVH.EmailAddress = $projection.LglCntntMTmplRecipientEmail

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/