VC_INTEGRATION_T006D
Extraction for T006D
VC_INTEGRATION_T006D is a CDS View that provides data about "Extraction for T006D" in SAP S/4HANA. It reads from 1 data source (t006d) and exposes 11 fields with key field DIMID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t006d | t006d | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VCIT006D | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #S | 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 for T006D | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DIMID | dimid | ||
| LENG | leng | |||
| MASS | mass | |||
| TIMEX | timex | |||
| ECURR | ecurr | |||
| TEMP | temp | |||
| MOLQU | molqu | |||
| LIGHT | light | |||
| MSSIE | mssie | |||
| TEMP_DEP | temp_dep | |||
| PRESS_DEP | press_dep |
@AbapCatalog.sqlViewName: 'VCIT006D'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@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
}
@EndUserText.label: 'Extraction for T006D'
define view VC_INTEGRATION_T006D
as select from t006d
{
//T006D
key dimid as DIMID,
leng as LENG,
mass as MASS,
timex as TIMEX,
ecurr as ECURR,
temp as TEMP,
molqu as MOLQU,
light as LIGHT,
mssie as MSSIE,
temp_dep as TEMP_DEP,
press_dep as PRESS_DEP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T006D"
],
"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