I_BR_AssetIdentificationText

DDL: I_BR_ASSETIDENTIFICATIONTEXT SQL: I_AST_IDENT_TXT Type: view BASIC

Basic CDS view fo Asset Identification Text Value Help

I_BR_AssetIdentificationText is a Basic CDS View that provides data about "Basic CDS view fo Asset Identification Text Value Help" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, BR_AssetIdentification. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_BR_AssetIdentification _BR_AssetIdentification $projection.BR_AssetIdentification = _BR_AssetIdentification.BR_AssetIdentification
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName I_AST_IDENT_TXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Basic CDS view fo Asset Identification Text Value Help view
ObjectModel.representativeKey BR_AssetIdentification view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Search.searchable true view
VDM.viewType #BASIC view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY BR_AssetIdentification
DomainValue dd07t domvalue_l
BR_AssetIdentificationText
_BR_AssetIdentification _BR_AssetIdentification
_Language _Language
@AbapCatalog.sqlViewName: 'I_AST_IDENT_TXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.dataCategory: #VALUE_HELP
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Basic CDS view fo Asset Identification Text Value Help'
@ObjectModel.representativeKey: 'BR_AssetIdentification'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Search.searchable: true
@VDM.viewType: #BASIC
define view I_BR_AssetIdentificationText as select from dd07t
  association [1..1] to I_BR_AssetIdentification as _BR_AssetIdentification
    on $projection.BR_AssetIdentification = _BR_AssetIdentification.BR_AssetIdentification
    association [0..1] to I_Language as _Language      
    on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type ) as Language, 
      @ObjectModel.foreignKey.association: '_BR_AssetIdentification'
      @ObjectModel.text.element: ['BR_AssetIdentification']
  key cast( dd07t.domvalue_l as /tmf/de_ident_bem_imob ) as BR_AssetIdentification,
      @Consumption.hidden: true
      dd07t.domvalue_l as DomainValue,
      @Consumption.filter.hidden: true
      @UI.hidden: true
      @Semantics.text: true
      cast( dd07t.ddtext as val_text preserving type ) as BR_AssetIdentificationText,
      @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, 
                                      #TO_COMPOSITION_ROOT] 
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Semantics.text: true
      _BR_AssetIdentification,
      _Language   
}
where dd07t.domname  = '/TMF/DD_IDENT_BEM_IMOB'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'
  and dd07t.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_BR_ASSETIDENTIFICATION",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/