I_UtilsDiscountCategoryT

DDL: I_UTILSDISCOUNTCATEGORYT SQL: IEPSDISCOUNTCATT Type: view BASIC

Utilities Discount Category Text

I_UtilsDiscountCategoryT is a Basic CDS View that provides data about "Utilities Discount Category Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field UtilsDiscountCategory.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IEPSDISCOUNTCATT view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey UtilsDiscountCategory view
EndUserText.label Utilities Discount Category Text view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UtilsDiscountCategory domvalue_l
UtilsDiscountCategoryDesc ddtext
@AbapCatalog.sqlViewName: 'IEPSDISCOUNTCATT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@AbapCatalog.preserveKey:true 
@AbapCatalog.compiler.compareFilter:true 
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'UtilsDiscountCategory'
@EndUserText.label: 'Utilities Discount Category Text'

define view I_UtilsDiscountCategoryT
  as select from dd07t
{
  key domvalue_l as UtilsDiscountCategory,
      @Semantics.text: true
      ddtext     as UtilsDiscountCategoryDesc
}
where
      dd07t.domname    = 'RABTYP'
  and dd07t.ddlanguage = $session.system_language
  and as4local         = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/