I_RevnVarcComparisonTypeVH

DDL: I_REVNVARCCOMPARISONTYPEVH SQL: IRVACMRSVH Type: view BASIC

Interface View for Comparison Type VH

I_RevnVarcComparisonTypeVH is a Basic CDS View that provides data about "Interface View for Comparison Type VH" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields RevenueComparisonVariant, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IRVACMRSVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Interface View for Comparison Type VH view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #NOT_REQUIRED view
Search.searchable true view
UI.textArrangement #TEXT_LAST view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY RevenueComparisonVariant domvalue_l
KEY Language ddlanguage
DomainText ddtext
_Language _Language
@AbapCatalog.sqlViewName: 'IRVACMRSVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Interface View for Comparison Type VH'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType: {
    serviceQuality: #B,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Search.searchable: true

@UI.textArrangement: #TEXT_LAST
define view I_RevnVarcComparisonTypeVH as select from dd07t
association [0..1] to I_Language    as _Language      on $projection.Language = _Language.Language
{
  @Search: {
            defaultSearchElement: true
      }
  key domvalue_l                              as RevenueComparisonVariant,
  key ddlanguage                              as Language,
      ddtext                                  as DomainText,

      /* Associations */
      _Language
}
where
        domname      = 'FAC_REVVAR_COMPRN_TYPE'
    and ddlanguage   = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/