I_BR_VehicleOperationTypeText

DDL: I_BR_VEHICLEOPERATIONTYPETEXT SQL: IBRVEHOPERATION Type: view BASIC

Brazil Vehicle Operation Type - Text

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

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_BR_VehicleOperationType _VehicleOperationType $projection.VehicleOperationType = _VehicleOperationType.VehicleOperationType
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
EndUserText.label Brazil Vehicle Operation Type - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IBRVEHOPERATION view
ObjectModel.representativeKey VehicleOperationType 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 VehicleOperationType
VehicleOperationTypeDesc
_VehicleOperationType _VehicleOperationType
_Language _Language
@EndUserText.label: 'Brazil Vehicle Operation Type - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IBRVEHOPERATION'
@ObjectModel.representativeKey: 'VehicleOperationType'
@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_VehicleOperationTypeText
  as select from dd07t
  association [1..1] to I_BR_VehicleOperationType as _VehicleOperationType on $projection.VehicleOperationType = _VehicleOperationType.VehicleOperationType
  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: '_VehicleOperationType'
    key cast ( substring( domvalue_l, 1, 1 ) as logbr_vehicleoperationtype preserving type ) as VehicleOperationType,
    @Semantics.text
    cast ( substring ( ddtext, 1, 60 ) as logbr_vehicleoperationtypedesc preserving type) as VehicleOperationTypeDesc,
    @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
    _VehicleOperationType, 
    _Language
}
where domname  = 'J_1B_OPERATION_TYPE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_BR_VEHICLEOPERATIONTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/