P_ATPSelOptnToolDomainValue

DDL: P_ATPSELOPTNTOOLDOMAINVALUE Type: view_entity BASIC Package: ATP_SOT_VDM

Select Option Tool Domain Values

P_ATPSelOptnToolDomainValue is a Basic CDS View that provides data about "Select Option Tool Domain Values" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 5 fields with key fields ABAPDomain, DomainActivationState, DomainValuePosition, DomainVersion, DomainValue. Part of development package ATP_SOT_VDM.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.private true view
ObjectModel.representativeKey ABAPDomain view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ABAPDomain domname
KEY DomainActivationState as4local
KEY DomainValuePosition valpos
KEY DomainVersion as4vers
KEY DomainValue domvalue_l
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.private: true
@ObjectModel: {
  representativeKey: 'ABAPDomain',
  usageType: {
    dataClass: #META,
    serviceQuality: #B,
    sizeCategory: #L
  } }
//@Analytics.technicalName: 'PATPSOTDOMS'

define view entity P_ATPSelOptnToolDomainValue
  as select from dd07l 
{
  key domname    as  ABAPDomain,
  key as4local   as  DomainActivationState,
  key valpos     as  DomainValuePosition,
  key as4vers    as  DomainVersion,
  key domvalue_l as  DomainValue
}
where
      as4local   = 'A'
  and domvalue_h is initial