P_ATPSelOptnToolDomainValue

DDL: P_ATPSELOPTNTOOLDOMAINVALUE SQL: PATPSOTDOMS Type: view BASIC

P_ATPSelOptnToolDomainValue is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 5 fields with key fields ABAPDomain, DomainActivationState, DomainValuePosition, DomainVersion, DomainValue.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName PATPSOTDOMS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE 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
@AbapCatalog.sqlViewName: 'PATPSOTDOMS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.private: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
  representativeKey: 'ABAPDomain',
  usageType: {
    dataClass: #META,
    serviceQuality: #B,
    sizeCategory: #L
  } }
define view 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
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/