I_ACMAPPLDOCHEADER
Application Document Header
I_ACMAPPLDOCHEADER is a CDS View in S/4HANA. Application Document Header. It contains 3 fields. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ACMApplicationOverview | view | inner | TRANSACTIONAL | Interface Layer for ACM Application Overview |
| I_ACMApplicationOverview1 | view | inner | COMPOSITE | Interface ACM Application Overview1 |
| P_ACMBATCHSPLITCORRREPDATA | view | from | COMPOSITE | |
| P_ApplicationDocData_VH | view | from | BASIC |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ApplicationDocument | ApplicationDocument | 2 |
| DocumentDate | DocumentDate | 1 | |
| ReferenceDocumentType | ApplicationDocType,ReferenceDocumentType | 3 |
@AbapCatalog.sqlViewName: 'IACMAPPLDOCHDR'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #MANDATORY
@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
@AbapCatalog.preserveKey:true
@EndUserText.label: 'Application Document Header'
@ObjectModel.supportedCapabilities: #CDS_MODELING_DATA_SOURCE
define view I_ACMApplDocHeader as select from /accgo/t_cas_cah
{
key appldoc as ApplicationDocument,
doc_type as ReferenceDocumentType,
bldat as DocumentDate
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/ACCGO/T_CAS_CAH"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/