I_LGLCNTNTMGMTDOCUSIGNUSERS
Basic View for DocuSign Users
I_LGLCNTNTMGMTDOCUSIGNUSERS is a CDS View in S/4HANA. Basic View for DocuSign Users. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_LglCntntMgmtDOCUSIGNUsers | view | from | CONSUMPTION | Consumption view for DocuSign Users |
@AbapCatalog.sqlViewName: 'ILCMDOCSGNUSR'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
//Dynamic does not return any data.
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Basic View for DocuSign Users'
define view I_LglCntntMgmtDOCUSIGNUsers
as select distinct from lcm_cinteg_cnf
{
key cast('' as lcm_docusign_tmpl_name ) as LglCntntMgmtDOCUSIGNTmpl,
cast('' as abap.char(81) ) as LglCntntMTmplRecipientName,
cast('' as abap.char(90) ) as LglCntntMTmplRecipientLbl,
cast('' as ad_smtpadr ) as LglCntntMTmplRecipientEmail,
cast('' as boole_d ) as LglCntntMTmplRecipientIsMand,
cast('' as abap.char(20) ) as LglCntntMTmplRecipientRole,
cast('' as abap.char(12) ) as LglCntntMTmplRecipientID,
cast('' as abap.char(2) ) as LglCntntMTmplRoutingOrder
}