I_BR_VehicleConditionText

DDL: I_BR_VEHICLECONDITIONTEXT SQL: IBRVEHCONDITIONT Type: view BASIC

Brazil Vehicle Condition - Text

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

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_BR_VehicleCondition _VehicleCondition $projection.VehicleCondition = _VehicleCondition.VehicleCondition
[1..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
EndUserText.label Brazil Vehicle Condition - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IBRVEHCONDITIONT view
ObjectModel.representativeKey VehicleCondition 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 VehicleCondition
VehicleConditionDesc
_VehicleCondition _VehicleCondition
_Language _Language
@EndUserText.label: 'Brazil Vehicle Condition - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IBRVEHCONDITIONT'
@ObjectModel.representativeKey: 'VehicleCondition'
@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
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE]
@AbapCatalog.preserveKey:true 

define view I_BR_VehicleConditionText
  as select from dd07t
  association [1..1] to I_BR_VehicleCondition as _VehicleCondition on $projection.VehicleCondition = _VehicleCondition.VehicleCondition
  association [1..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: '_VehicleCondition'
  key cast ( substring( domvalue_l, 1, 1 ) as logbr_vehiclecondition preserving type )                 as VehicleCondition,
      @Semantics.text
      cast( ddtext as logbr_vehicleconditiondesc preserving type )                                     as VehicleConditionDesc,
      @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
      _VehicleCondition, //Comment this association in order to hide it if this association causes issues in analytical consumption

      _Language //Comment this association in order to hide it if this association causes issues in analytical consumption

}
where
      domname  = 'J_1B_VEHICLE_COND'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_BR_VEHICLECONDITION",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/