I_ACMREPAPPMAINDET

CDS View

Basic Qrep Main Application Doc

I_ACMREPAPPMAINDET is a CDS View in S/4HANA. Basic Qrep Main Application Doc. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ACMApplDocAnalysis view_entity inner COMPOSITE Interface for Q Repository Grades
I_ACMApplDocWeightData view_entity inner COMPOSITE Interface for Application Weight Data
@AbapCatalog.sqlViewName: 'IACMQREPDET'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@EndUserText.label: 'Basic Qrep Main Application Doc'

/* Basic Private View to get all main application document */
define view I_ACMRepAppMainDet
  as select from P_ACMRepAppMain 
  {
    key ACMRepositoryWeightAppUUID,
    key ACMLoadDataCaptureEventKeyUUID,
    key QuantityRepositoryVersion,
        ACMReferenceDocumentType,
        LDCId,
        ReferenceApplicationItem                      
  }
  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_ACMREPAPPMAIN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/