I_BR_ICMSSTBaseDetnText

DDL: I_BR_ICMSSTBASEDETNTEXT SQL: IBRICMSSTBDETT Type: view BASIC

Brazil ICMS ST Base Determination - Text

I_BR_ICMSSTBaseDetnText is a Basic CDS View that provides data about "Brazil ICMS ST Base Determination - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, BR_ICMSSTBaseDetermination. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_BR_ICMSSTBaseDetn _BR_ICMSSTBaseDetermination $projection.BR_ICMSSTBaseDetermination = _BR_ICMSSTBaseDetermination.BR_ICMSSTBaseDetermination
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
EndUserText.label Brazil ICMS ST Base Determination - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IBRICMSSTBDETT view
ObjectModel.representativeKey BR_ICMSSTBaseDetermination 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_ICMSSTBaseDetermination
BR_ICMSSTBaseDeterminationDesc ddtext
_BR_ICMSSTBaseDetermination _BR_ICMSSTBaseDetermination
_Language _Language
@EndUserText.label: 'Brazil ICMS ST Base Determination - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IBRICMSSTBDETT'
@ObjectModel.representativeKey: 'BR_ICMSSTBaseDetermination'
@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_ICMSSTBaseDetnText as select from dd07t
  association [1..1] to I_BR_ICMSSTBaseDetn as _BR_ICMSSTBaseDetermination on $projection.BR_ICMSSTBaseDetermination = _BR_ICMSSTBaseDetermination.BR_ICMSSTBaseDetermination
  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_ICMSSTBaseDetermination'
  key cast( substring(domvalue_l, 1, 1) as logbr_icst_base_det preserving type ) as BR_ICMSSTBaseDetermination,
  @Semantics.text
  ddtext as BR_ICMSSTBaseDeterminationDesc,
  @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT] 
  _BR_ICMSSTBaseDetermination, 
  _Language 
}
where domname = 'J_1B_ICST_BASE_DET'  
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_BR_ICMSSTBASEDETN",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/