I_IPUTSApplComponentVH

DDL: I_IPUTSAPPLCOMPONENTVH Type: view_entity BASIC

IPUTS Application Component

I_IPUTSApplComponentVH is a Basic CDS View that provides data about "IPUTS Application Component" in SAP S/4HANA. It reads from 1 data source (df14l) and exposes 3 fields with key field IPUTSApplComponentID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
df14l df14l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] df14t _Text $projection.IPUTSApplComponentID = _Text.fctr_id and _Text.as4local = 'A' and _Text.langu = $session.system_language

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label IPUTS Application Component view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey IPUTSApplComponentID view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY IPUTSApplComponentID df14l fctr_id
IPUTSApplicationComponent df14l ps_posid
IPUTSApplComponentText _Text name
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'IPUTS Application Component'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
@ObjectModel: { dataCategory: #VALUE_HELP, representativeKey: 'IPUTSApplComponentID' }
define view entity I_IPUTSApplComponentVH
  as select from df14l
  association [0..*] to df14t as _Text on  $projection.IPUTSApplComponentID = _Text.fctr_id
                                       and _Text.as4local                      = 'A'
                                       and _Text.langu                         = $session.system_language
{
  key df14l.fctr_id  as IPUTSApplComponentID,
      df14l.ps_posid as IPUTSApplicationComponent,
//      _Text.langu    as Language,

      _Text.name     as IPUTSApplComponentText
}
where
      as4local = 'A'
  and synch != 'D'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DF14L",
"DF14T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/