VC_INTEGRATION_DD07T
Extraction view for DD07T
VC_INTEGRATION_DD07T is a CDS View that provides data about "Extraction view for DD07T" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 9 fields with key fields DOMNAME, DDLANGUAGE, AS4LOCAL, VALPOS, AS4VERS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VCIDD07T | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| EndUserText.label | Extraction view for DD07T | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DOMNAME | domname | ||
| KEY | DDLANGUAGE | ddlanguage | ||
| KEY | AS4LOCAL | as4local | ||
| KEY | VALPOS | valpos | ||
| KEY | AS4VERS | as4vers | ||
| DDTEXT | ddtext | |||
| DOMVAL_LD | domval_ld | |||
| DOMVAL_HD | domval_hd | |||
| DOMVALUE_L | domvalue_l |
@AbapCatalog.sqlViewName: 'VCIDD07T'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
// @Analytics.dataCategory: #DIMENSION // This annotation is not mandatory
@Analytics.dataExtraction: {
enabled: true, // Unfortunately only views with a prefix 'I_' and 'C_' are allowed to be released for C1 contract
delta.changeDataCapture.automatic: true
}
//@VDM.private: false
//@VDM.viewType: #BASIC
@EndUserText.label: 'Extraction view for DD07T'
define view VC_INTEGRATION_DD07T as select from dd07t {
//DD07T
key domname as DOMNAME,
key ddlanguage as DDLANGUAGE,
key as4local as AS4LOCAL,
key valpos as VALPOS,
key as4vers as AS4VERS,
ddtext as DDTEXT,
domval_ld as DOMVAL_LD,
domval_hd as DOMVAL_HD,
domvalue_l as DOMVALUE_L
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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