I_TranspChargeRateValue

DDL: I_TRANSPCHARGERATEVALUE Type: view BASIC

Transportation Charge Rate Value

I_TranspChargeRateValue is a Basic CDS View that provides data about "Transportation Charge Rate Value" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field TranspChargeRateValue. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TranspChargeRateValueText _Text $projection.TranspChargeRateValue = _Text.TranspChargeRateValue

Annotations (12)

NameValueLevelField
EndUserText.label Transportation Charge Rate Value view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ITRATEVALUE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.representativeKey TranspChargeRateValue view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #NONE view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TranspChargeRateValue
_Text _Text
@EndUserText.label: 'Transportation Charge Rate Value'
@ClientHandling.algorithm:           #SESSION_VARIABLE
@AbapCatalog:   { sqlViewName:        'ITRATEVALUE',
                  compiler:           {compareFilter: true},
                  preserveKey: true }
@ObjectModel:   {representativeKey:  'TranspChargeRateValue',
                 usageType:          {serviceQuality: #A,
                                      sizeCategory:   #S,
                                      dataClass:      #CUSTOMIZING}}
@VDM:           {viewType:           #BASIC,
                  lifecycle.contract.type: #NONE }
@AccessControl: {authorizationCheck: #NOT_REQUIRED}

define view I_TranspChargeRateValue
  as select from dd07l
  association [0..*] to I_TranspChargeRateValueText as _Text on $projection.TranspChargeRateValue = _Text.TranspChargeRateValue
{

      @ObjectModel.text.association: '_Text'
  key cast(domvalue_l as /scmtms/trcharg_rate_value ) as TranspChargeRateValue,

      /* Associations */
      _Text
}
where
      domname  = '/SCMTMS/TRCHARG_RATE_VALUE'
  and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_TRANSPCHARGERATEVALUETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/