VC_INTEGRATION_DD02L
Extraction for DD02L
VC_INTEGRATION_DD02L is a CDS View that provides data about "Extraction for DD02L" in SAP S/4HANA. It reads from 1 data source (dd02l) and exposes 50 fields with key fields TABNAME, AS4LOCAL, AS4VERS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd02l | dd02l | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VCIDD02L | 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 for DD02L | view |
Fields (50)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TABNAME | tabname | ||
| KEY | AS4LOCAL | as4local | ||
| KEY | AS4VERS | as4vers | ||
| TABCLASS | tabclass | |||
| SQLTAB | sqltab | |||
| DATMIN | datmin | |||
| DATMAX | datmax | |||
| DATAVG | datavg | |||
| CLIDEP | clidep | |||
| BUFFERED | buffered | |||
| COMPRFLAG | comprflag | |||
| LANGDEP | langdep | |||
| ACTFLAG | actflag | |||
| APPLCLASS | applclass | |||
| AUTHCLASS | authclass | |||
| AS4USER | as4user | |||
| AS4DATE | as4date | |||
| AS4TIME | as4time | |||
| MASTERLANG | masterlang | |||
| MAINFLAG | mainflag | |||
| CONTFLAG | contflag | |||
| RESERVETAB | reservetab | |||
| GLOBALFLAG | globalflag | |||
| PROZPUFF | prozpuff | |||
| VIEWCLASS | viewclass | |||
| VIEWGRANT | viewgrant | |||
| MULTIPLEX | multiplex | |||
| SHLPEXI | shlpexi | |||
| PROXYTYPE | proxytype | |||
| EXCLASS | exclass | |||
| WRONGCL | wrongcl | |||
| ALWAYSTRP | alwaystrp | |||
| ALLDATAINCL | alldataincl | |||
| WITH_PARAMETERS | with_parameters | |||
| EXVIEW_INCLUDED | exview_included | |||
| KEYMAX_FEATURE | keymax_feature | |||
| KEYLEN_FEATURE | keylen_feature | |||
| TABLEN_FEATURE | tablen_feature | |||
| NONTRP_INCLUDED | nontrp_included | |||
| VIEWREF | viewref | |||
| VIEWREF_ERR | viewref_err | |||
| VIEWREF_POS_CHG | viewref_pos_chg | |||
| TBFUNC_INCLUDED | tbfunc_included | |||
| IS_GTT | is_gtt | |||
| SESSION_VAR_EX | session_var_ex | |||
| FROM_ENTITY | from_entity | |||
| PK_IS_INVHASH | pk_is_invhash | |||
| USED_SESSION_VARS | used_session_vars | |||
| ABAP_LANGUAGE_VERSION | abap_language_version | |||
| HDB_ONLY_ENTITY_INCLUDED | hdb_only_entity_included |
@AbapCatalog.sqlViewName: 'VCIDD02L'
@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.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 DD02L'
define view VC_INTEGRATION_DD02L as select from dd02l {
//DD02L
key tabname as TABNAME,
key as4local as AS4LOCAL,
key as4vers as AS4VERS,
tabclass as TABCLASS,
sqltab as SQLTAB,
datmin as DATMIN,
datmax as DATMAX,
datavg as DATAVG,
clidep as CLIDEP,
buffered as BUFFERED,
comprflag as COMPRFLAG,
langdep as LANGDEP,
actflag as ACTFLAG,
applclass as APPLCLASS,
authclass as AUTHCLASS,
as4user as AS4USER,
as4date as AS4DATE,
as4time as AS4TIME,
masterlang as MASTERLANG,
mainflag as MAINFLAG,
contflag as CONTFLAG,
reservetab as RESERVETAB,
globalflag as GLOBALFLAG,
prozpuff as PROZPUFF,
viewclass as VIEWCLASS,
viewgrant as VIEWGRANT,
multiplex as MULTIPLEX,
shlpexi as SHLPEXI,
proxytype as PROXYTYPE,
exclass as EXCLASS,
wrongcl as WRONGCL,
alwaystrp as ALWAYSTRP,
alldataincl as ALLDATAINCL,
with_parameters as WITH_PARAMETERS,
exview_included as EXVIEW_INCLUDED,
keymax_feature as KEYMAX_FEATURE,
keylen_feature as KEYLEN_FEATURE,
tablen_feature as TABLEN_FEATURE,
nontrp_included as NONTRP_INCLUDED,
viewref as VIEWREF,
viewref_err as VIEWREF_ERR,
viewref_pos_chg as VIEWREF_POS_CHG,
tbfunc_included as TBFUNC_INCLUDED,
is_gtt as IS_GTT,
session_var_ex as SESSION_VAR_EX,
from_entity as FROM_ENTITY,
pk_is_invhash as PK_IS_INVHASH,
used_session_vars as USED_SESSION_VARS,
abap_language_version as ABAP_LANGUAGE_VERSION,
hdb_only_entity_included as HDB_ONLY_ENTITY_INCLUDED
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD02L"
],
"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