I_FixedCashDiscountType

DDL: I_FIXEDCASHDISCOUNTTYPE SQL: IFIXEDCASHDIT Type: view BASIC

Fixed Cash Discount

I_FixedCashDiscountType is a Basic CDS View (Dimension) that provides data about "Fixed Cash Discount" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FixedCashDiscount. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FixedCashDiscountTypeText _TypeText $projection.FixedCashDiscount = _TypeText.FixedCashDiscount

Annotations (14)

NameValueLevelField
EndUserText.label Fixed Cash Discount view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IFIXEDCASHDIT view
ObjectModel.representativeKey FixedCashDiscount view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.usageType.serviceQuality #A view
Analytics.internalName #LOCAL view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FixedCashDiscount
_TypeText _TypeText
@EndUserText.label: 'Fixed Cash Discount'
@Analytics.dataCategory:#DIMENSION 
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED  
@AbapCatalog.sqlViewName: 'IFIXEDCASHDIT'
@ObjectModel.representativeKey: 'FixedCashDiscount'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
@AbapCatalog.preserveKey:true  
@ObjectModel.usageType.serviceQuality: #A
@Analytics.internalName:#LOCAL
//@ObjectModel.usageType.sizeCategory: #M

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.sizeCategory: #S 
define view I_FixedCashDiscountType as select from dd07l 
association [0..*] to I_FixedCashDiscountTypeText as _TypeText on $projection.FixedCashDiscount = _TypeText.FixedCashDiscount

{
    
    @ObjectModel.text.association: '_TypeText'
    key cast ( cast ( substring( domvalue_l, 1, 1 ) as abap.numc( 1 ) ) as dzbfix  ) as FixedCashDiscount,
    _TypeText

} where domname = 'ZBFIX' and as4local = 'A' 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_FIXEDCASHDISCOUNTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/