ATOV_ERROR_COMP4IMG_ACTIVITY

DDL: ATOV_ERROR_COMP4IMG_ACTIVITY SQL: ATO_V_IMGERROR Type: view

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.

Data Sources (3)

SourceAliasJoin Type
df14l ach_component inner
tadir tadir from
tdevc tdevc inner

Annotations (7)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/