P_APPLICATIONDOCSIDE_VH

CDS View

P_APPLICATIONDOCSIDE_VH is a CDS View in S/4HANA. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ACMApplicationOverview view left_outer TRANSACTIONAL Interface Layer for ACM Application Overview

Fields (1)

KeyField CDS FieldsUsed in Views
DomainText ReferenceApplicationSideName 1
@AbapCatalog.sqlViewName: 'PAPPLDOCSIDEVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@VDM.private: true
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel : { resultSet.sizeCategory: #XS }
define view P_ApplicationDocSide_VH as select from I_CmmdtyDrvtvGenericDomainVH 
    {  @ObjectModel.text.element: ['DomainText']
    key DomainValue,
       @Semantics.text: true
       DomainText
    } where SAPDataDictionaryDomain =  'WLF_PR_SIDE'
                                   
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMMDTYDRVTVGENERICDOMAINVH"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/