ATOV_CONTI_ITEM_KEY
Item Keys of the Continouse BOM
ATOV_CONTI_ITEM_KEY is a CDS View in S/4HANA. Item Keys of the Continouse BOM. It contains 1 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Atov_Col_Item_Conti_Join | view | left_outer | Join Continous BOM and Collection Items | |
| Atov_Pk_Item_Conti_Join | view | left_outer | Join Continouse BOM and Package Items |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| last_updated_at | BOM_updated_at | 2 |
@AbapCatalog.sqlViewName: 'ATO_V_CO_KEY'
@ClientDependent: false
@EndUserText.label: 'Item Keys of the Continouse BOM'
define view Atov_Conti_Item_Key as
select from ato_conti_bom as conti_ItemKey
{
key conti_ItemKey.item_type as item_type,
key conti_ItemKey.item_id as item_id,
max(conti_ItemKey.updated_at) as last_updated_at
}
group by
item_type,
item_id
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ATO_CONTI_BOM"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/