I_CAAPPLICATIONAREA
Application Area
I_CAAPPLICATIONAREA is a CDS View in S/4HANA. Application Area. It contains 1 fields. 8 CDS views read from this table.
CDS Views using this table (8)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_CADocumentTypeValueHelp | view | inner | CONSUMPTION | Belegart Wertehilfe |
| C_CAMainTransactionValueHelp | view | inner | CONSUMPTION | Hauptvorgang Wertehilfe |
| C_CASubTransactionValueHelp | view | inner | CONSUMPTION | Teilvorgang Wertehilfe |
| C_ContractAccountCatValueHelp | view | inner | CONSUMPTION | Vertragskontotyp Wertehilfe |
| I_CAApplicationAreaText | view_entity | from | BASIC | Application Area - Text |
| I_CAInvcgChrgAndDiscKey | view_entity | inner | BASIC | Zuschlags-/Rabattschlüssel für Rechn. |
| I_CAPaymentMethodApplArea | view_entity | inner | BASIC | Payment Method per Application Area |
| I_CAPaytAdvcSelCategoryVH | view_entity | inner | BASIC | Payment advice selection categories |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | CAApplicationArea | CAApplicationArea | 1 |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics : { dataCategory: #DIMENSION,
dataExtraction.enabled: true }
@EndUserText.label: 'Application Area'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'CAApplicationArea',
sapObjectNodeType.name: 'ContrAcctgApplicationArea',
supportedCapabilities: [ #ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SQL_DATA_SOURCE ],
usageType: { dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S } }
@VDM.viewType: #BASIC
define view entity I_CAApplicationArea
as select from tfk000
association [1..*] to I_CAApplicationAreaText as _Text on $projection.CAApplicationArea = _Text.CAApplicationArea
{
key applk as CAApplicationArea,
@Semantics.booleanIndicator: true
aktiv as CAApplicationAreaIsActive,
_Text
}