I_CAInvcgCorrectionCat

DDL: I_CAINVCGCORRECTIONCAT Type: view_entity BASIC

Typ der Rechnungskorrektur

I_CAInvcgCorrectionCat is a Basic CDS View (Dimension) that provides data about "Typ der Rechnungskorrektur" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CAInvcgCorrectionCategory. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_CAInvcgCorrectionCatText _CAInvcgCorrectionCatText $projection.CAInvcgCorrectionCategory = _CAInvcgCorrectionCatText.CAInvcgCorrectionCategory

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
EndUserText.label Typ der Rechnungskorrektur view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey CAInvcgCorrectionCategory view
ObjectModel.sapObjectNodeType.name ContrAcctgInvcgCorrectionCat view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CAInvcgCorrectionCategory
_CAInvcgCorrectionCatText _CAInvcgCorrectionCatText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL
}
@EndUserText.label: 'Typ der Rechnungskorrektur'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'CAInvcgCorrectionCategory',
  sapObjectNodeType.name: 'ContrAcctgInvcgCorrectionCat',
  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_CAInvcgCorrectionCat
  as select from dd07l

  association [1..*] to I_CAInvcgCorrectionCatText as _CAInvcgCorrectionCatText on $projection.CAInvcgCorrectionCategory = _CAInvcgCorrectionCatText.CAInvcgCorrectionCategory
{
      @ObjectModel.text.association: '_CAInvcgCorrectionCatText'
  key cast ( cast ( substring( dd07l.domvalue_l,1,2 ) as abap.char( 2 ) ) as corrcat_kk) as CAInvcgCorrectionCategory,
      _CAInvcgCorrectionCatText
}
where
      domname  = 'CORRCAT_KK'
  and as4local = 'A'       
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CAINVCGCORRECTIONCATTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/