I_ACMAPPLDOCTYPEVALUEHELP
Application Document Type
I_ACMAPPLDOCTYPEVALUEHELP is a CDS View in S/4HANA. Application Document Type. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ACMApplicationOverview | view | inner | TRANSACTIONAL | Interface Layer for ACM Application Overview |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| ApplicationDocTypeDescription | ApplicationDocTypeDescription | 1 |
@AbapCatalog.sqlViewName: 'IAPPLDOCTYPEVH'
@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
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel : { resultSet.sizeCategory: #XS }
@ObjectModel.supportedCapabilities:[#VALUE_HELP_PROVIDER]
@EndUserText.label: 'Application Document Type'
define view I_ACMApplDocTypeValueHelp
as select from P_ApplDocType
association [0..*] to P_ApplDocTypeDesc as _ApplDocTypeText on $projection.ReferenceDocumentType = _ApplDocTypeText.doc_type
{
@ObjectModel.text.element: ['ApplicationDocTypeDescription']
key doc_type as ReferenceDocumentType,
@Semantics.text: true
_ApplDocTypeText[1: spras = $session.system_language ].text as ApplicationDocTypeDescription
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_APPLDOCTYPE",
"P_APPLDOCTYPEDESC"
],
"ASSOCIATED":
[
"P_APPLDOCTYPEDESC"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/