P_ATPSelOptnToolDomainValue
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA