I_BR_ICMSSTExemptionReasonText

DDL: I_BR_ICMSSTEXEMPTIONREASONTEXT SQL: IBRICMSSTEXEMPT Type: view BASIC

Brazil ICMSST Exemption Reason - Text

I_BR_ICMSSTExemptionReasonText is a Basic CDS View that provides data about "Brazil ICMSST Exemption Reason - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, BR_ICMSSTExemptionReason. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_BR_ICMSSTExemptionReason _BR_ICMSSTExemptionReason $projection.BR_ICMSSTExemptionReason = _BR_ICMSSTExemptionReason.BR_ICMSSTExemptionReason
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
EndUserText.label Brazil ICMSST Exemption Reason - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IBRICMSSTEXEMPT view
ObjectModel.representativeKey BR_ICMSSTExemptionReason view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
AbapCatalog.preserveKey true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY BR_ICMSSTExemptionReason
BR_ICMSExemptionReasonDesc ddtext
_BR_ICMSSTExemptionReason _BR_ICMSSTExemptionReason
_Language _Language
@EndUserText.label: 'Brazil ICMSST Exemption Reason - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IBRICMSSTEXEMPT'
@ObjectModel.representativeKey: 'BR_ICMSSTExemptionReason'
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE]
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@AbapCatalog.preserveKey:true

define view I_BR_ICMSSTExemptionReasonText as select from dd07t
  association [1..1] to I_BR_ICMSSTExemptionReason as _BR_ICMSSTExemptionReason on $projection.BR_ICMSSTExemptionReason = _BR_ICMSSTExemptionReason.BR_ICMSSTExemptionReason
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  @Semantics.language
  key cast( ddlanguage as spras preserving type ) as Language,
  @ObjectModel.foreignKey.association: '_BR_ICMSSTExemptionReason'
  key cast( substring(domvalue_l, 1, 2) as j_1bnfe_motdesicmsst preserving type ) as BR_ICMSSTExemptionReason, 
  @Semantics.text
  ddtext as BR_ICMSExemptionReasonDesc,
  @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
  _BR_ICMSSTExemptionReason,
  _Language  
}
where domname = 'J_1BNFE_MOTDESICMSST' and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_BR_ICMSSTEXEMPTIONREASON",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/