I_ABAPSoftwareComponent

DDL: I_ABAPSOFTWARECOMPONENT Type: view_entity BASIC Package: SAUD

ABAP Software Component

I_ABAPSoftwareComponent is a Basic CDS View that provides data about "ABAP Software Component" in SAP S/4HANA. It reads from 1 data source (cvers) and exposes 4 fields with key field ABAPSoftwareComponent. It has 1 association to related views. Part of development package SAUD.

Data Sources (1)

SourceAliasJoin Type
cvers cvers from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ABAPSoftwareComponentText _Text

Annotations (5)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label ABAP Software Component view
VDM.viewType #BASIC view
ObjectModel.compositionRoot true view
ObjectModel.representativeKey ABAPSoftwareComponent view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ABAPSoftwareComponent component
ABAPSoftwareComponentType comp_type
ABAPSoftwareComponentVersion release
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'ABAP Software Component'
@VDM.viewType: #BASIC
@ObjectModel.compositionRoot: true
@ObjectModel.representativeKey: 'ABAPSoftwareComponent'
define root view entity I_ABAPSoftwareComponent
  as select from cvers
  composition [0..*] of I_ABAPSoftwareComponentText as _Text
{
      @ObjectModel.text.association: '_Text'
  key component as ABAPSoftwareComponent,
      comp_type as ABAPSoftwareComponentType,
      release   as ABAPSoftwareComponentVersion,
      _Text
}