I_CAAPPLICATIONAREA

CDS View

Application Area

I_CAAPPLICATIONAREA is a CDS View in S/4HANA. Application Area. It contains 1 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
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_CADocumentType view_entity inner BASIC Document Type
I_CAInvcgChrgAndDiscKey view_entity inner BASIC Zu- und Abschlagsschlüssel
I_CAMainTransaction view_entity inner BASIC Document Main Transaction
I_CAPaymentMethodApplArea view_entity inner BASIC Payment Method per Application Area
I_CAPaytAdvcSelCategoryVH view_entity inner BASIC Payment advice selection categories
I_CASubTransaction view_entity inner BASIC Document Subtransaction
I_ContractAccountCategory view_entity inner BASIC Contract Account Category

Fields (1)

KeyField CDS FieldsUsed 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFK000"
],
"ASSOCIATED":
[
"I_CAAPPLICATIONAREATEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/