ATOV_REWORK_DOMAIN_VALUE_TEXT
Description of fixed value of a domain
ATOV_REWORK_DOMAIN_VALUE_TEXT is a CDS View that provides data about "Description of fixed value of a domain" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Name, Code.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | Value | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ATO_V_RWK_DVALT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Description of fixed value of a domain | view |
@AbapCatalog.sqlViewName: 'ATO_V_RWK_DVALT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling:{ type: #INHERITED, algorithm: #SESSION_VARIABLE }
@EndUserText.label: 'Description of fixed value of a domain'
define view ATOV_REWORK_DOMAIN_VALUE_TEXT
as select from dd07t as Value
{
key Value.domname as Name,
key Value.domvalue_l as Code,
Value.ddtext as Description,
Value.ddlanguage as Language
} where Value.as4local = 'A' and
Value.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
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