VC_INTEGRATION_INOB
Extraction for INOB
VC_INTEGRATION_INOB is a CDS View that provides data about "Extraction for INOB" in SAP S/4HANA. It reads from 1 data source (inob) and exposes 15 fields with key field CUOBJ.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| inob | inob | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VCIINOB | 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 | #TRANSACTIONAL | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| EndUserText.label | Extraction for INOB | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CUOBJ | cuobj | ||
| KLART | klart | |||
| OBTAB | obtab | |||
| OBJEK | objek | |||
| ROBTAB | robtab | |||
| ROBJEK | robjek | |||
| CLINT | clint | |||
| STATU | statu | |||
| CUCOZHL | cucozhl | |||
| PARENT | parent | |||
| ROOT | root | |||
| EXPERTE | experte | |||
| MATNR | matnr | |||
| DATUV | datuv | |||
| TECHS | techs |
@AbapCatalog.sqlViewName: 'VCIINOB'
@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: #TRANSACTIONAL
@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 INOB'
define view VC_INTEGRATION_INOB
as select from inob
{
//INOB
key cuobj as CUOBJ,
klart as KLART,
obtab as OBTAB,
objek as OBJEK,
robtab as ROBTAB,
robjek as ROBJEK,
clint as CLINT,
statu as STATU,
cucozhl as CUCOZHL,
parent as PARENT,
root as ROOT,
experte as EXPERTE,
matnr as MATNR,
datuv as DATUV,
techs as TECHS
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"INOB"
],
"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