ATOV_CONTI_DEP_SAP_KEY
Used SAP Object Keys
ATOV_CONTI_DEP_SAP_KEY is a CDS View in S/4HANA. Used SAP Object Keys. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Atov_Col_Item_ContiDep_Join | view | left_outer | Join Continous Dep and Collection Items | |
| Atov_Pk_Item_ContiDep_Join | view | left_outer | Join Continouse BOM and Package Items |
@AbapCatalog.sqlViewName: 'ATO_V_COD_SAPK'
@ClientHandling:{ type: #CLIENT_INDEPENDENT }
@EndUserText.label: 'Used SAP Object Keys'
define view ATOV_CONTI_DEP_SAP_KEY as
select from ato_conti_depsap as item_key{
key item_key.item_type as item_type,
key item_key.item_id as item_id,
max(item_key.updated_at) as updated_at
}
group by
item_key.item_type,
item_key.item_id
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ATO_CONTI_DEPSAP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/