ATOV_ERROR_COMP4IMG_ACTIVITY
Error Component for IMG Activity
ATOV_ERROR_COMP4IMG_ACTIVITY is a CDS View that provides data about "Error Component for IMG Activity" in SAP S/4HANA. It reads from 3 data sources (df14l, tadir, tdevc) and exposes 1 field.
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ATO_V_IMGERROR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Error Component for IMG Activity | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| object_name | tadir | obj_name |
@AbapCatalog.sqlViewName: 'ATO_V_IMGERROR'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling:{ type: #INHERITED, algorithm: #SESSION_VARIABLE }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Error Component for IMG Activity'
define view ATOV_ERROR_COMP4IMG_ACTIVITY as select from tadir as tadir
inner join tdevc as tdevc on tdevc.devclass = tadir.devclass
inner join df14l as ach_component on ach_component.fctr_id = tdevc.component
{
tadir.obj_name as object_name ,
ach_component.ps_posid as ach_component
} where tadir.object = 'CUS0' and
tadir.pgmid = 'R3TR'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DF14L",
"TADIR",
"TDEVC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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