P_ACMREPAPPMAIN
Basic Private view: Qrep Main Application Doc
P_ACMREPAPPMAIN is a CDS View in S/4HANA. Basic Private view: Qrep Main Application Doc . 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ACMRepAppMainDet | view | from | BASIC | Basic Qrep Main Application Doc |
| I_ACMRepositoryGradeData | view_entity | inner | COMPOSITE | Interface for Q Repository Grade Data |
@AbapCatalog.sqlViewName: 'PACMQREPMAIN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.private: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@EndUserText.label: 'Basic Private view: Qrep Main Application Doc '
/* Basic Private View to get all main application document */
define view P_ACMRepAppMain
as select from /accgo/t_qr_ap_m
{
key qrep_guid as ACMRepositoryWeightAppUUID,
key qrep_version as QuantityRepositoryVersion,
refdoc_type as ACMReferenceDocumentType,
refdoc as LDCId,
uis_evnt_key as ACMLoadDataCaptureEventKeyUUID,
refdoc_item as ReferenceApplicationItem
}