I_MfgDebitCreditCode

DDL: I_MFGDEBITCREDITCODE SQL: IFMGDECRCOD Type: view BASIC Package: ODATA_PRODUCTION_COST_ANALYSIS

Manufacturing Debit Credit Code

I_MfgDebitCreditCode is a Basic CDS View (Dimension) that provides data about "Manufacturing Debit Credit Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ManufacturingDebitCreditCode. It has 1 association to related views. Part of development package ODATA_PRODUCTION_COST_ANALYSIS.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MfgDebitCreditCodeT _Text $projection.ManufacturingDebitCreditCode = _Text.ManufacturingDebitCreditCode

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ManufacturingDebitCreditCode view
EndUserText.label Manufacturing Debit Credit Code view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFMGDECRCOD view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ManufacturingDebitCreditCode domvalue_l
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'ManufacturingDebitCreditCode'
@EndUserText.label: 'Manufacturing Debit Credit Code'
@Analytics: { 
  dataCategory: #DIMENSION
  //dataExtraction.enabled: true 

}
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFMGDECRCOD'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.resultSet: { sizeCategory: #XS }
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}

define view I_MfgDebitCreditCode    
as select from dd07l
association [0..*] to I_MfgDebitCreditCodeT as _Text on $projection.ManufacturingDebitCreditCode = _Text.ManufacturingDebitCreditCode
{
@ObjectModel.text.association: '_Text'
    key domvalue_l as ManufacturingDebitCreditCode,
    _Text
}
where dd07l.domname = 'KKB_BELAR' and dd07l.as4local = 'A';