I_UtilsDiscountTypeT

DDL: I_UTILSDISCOUNTTYPET SQL: IDISCOUNTTYPE Type: view BASIC

Utility Discount Type

I_UtilsDiscountTypeT is a Basic CDS View that provides data about "Utility Discount Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key field UtilsDiscountType.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IDISCOUNTTYPE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
AbapCatalog.preserveKey true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Utility Discount Type view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY UtilsDiscountType
Language dd07t ddlanguage
UtilsDiscountTypeDescription ddtext
@AbapCatalog.sqlViewName: 'IDISCOUNTTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@AbapCatalog.preserveKey:true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Utility Discount Type'
define view I_UtilsDiscountTypeT
  as select from dd07t

{

  key cast( domvalue_l as rabart) as UtilsDiscountType,
      @Semantics.language: true
      dd07t.ddlanguage            as Language,
      @Semantics.text: true
      ddtext                      as UtilsDiscountTypeDescription
}
where
      dd07t.domname    = 'RABART'
  and dd07t.ddlanguage = $session.system_language
  and as4local         = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/