I_ActyTypeDIPProfileUsage

DDL: I_ACTYTYPEDIPPROFILEUSAGE SQL: IACTTDIPPUSG Type: view BASIC

Usage of the DIP Profile

I_ActyTypeDIPProfileUsage is a Basic CDS View that provides data about "Usage of the DIP Profile" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields RRBDynItmProfileUsage, 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 (11)

NameValueLevelField
AbapCatalog.sqlViewName IACTTDIPPUSG view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Usage of the DIP Profile view
VDM.viewType #BASIC view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view
UI.textArrangement #TEXT_LAST view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY RRBDynItmProfileUsage
KEY Language ddlanguage
DIPProfileUsageText ddtext
@AbapCatalog.sqlViewName: 'IACTTDIPPUSG'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Usage of the DIP Profile'
@VDM.viewType: #BASIC
@ObjectModel.usageType: {
  sizeCategory: #S,
  serviceQuality: #C,
  dataClass: #META
}

@UI.textArrangement: #TEXT_LAST
define view I_ActyTypeDIPProfileUsage 
as select from dd07t
association [0..1] to I_Language    as _Language      on $projection.Language = _Language.Language
{
  key cast (domvalue_l as ad01usage)             as RRBDynItmProfileUsage,    
  key ddlanguage                                 as Language,
      ddtext                                     as DIPProfileUsageText 
}
where
        domname      = 'AD01USAGE'
    and ddlanguage   = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/