The ATO_CONT_BOM_DEL table in SAP ERP or S/4HANA stores Continouse deleted BOM (System local info) data. There are total 6 fields in ATO_CONT_BOM_DEL table. The Continouse deleted BOM (System local info) table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of ATO_CONT_BOM_DEL table. It is in Common Core functions for internal use w/o translation (S_ATO_CORE) ABAP package and is part of the Manage and Import Software Collections (BC-SRV-APS-EXT-SL) module.
SAP ATO_CONT_BOM_DEL Table Fields
Following is the list of fields that are available in SAP ATO_CONT_BOM_DEL table. The primary key fields of the table are ITEM_ID (ATO Item ID), BOM_PGMID (Program ID in Requests and Tasks), BOM_OBJECT (Object Type), BOM_OBJECT_NAME (Object Name in Object List).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ITEM_ID | ATO Item ID | ATO_ITEM_ID | CHAR (60) | |
| BOM_PGMID | Program ID in Requests and Tasks | PGMID | CHAR (4) | |
| BOM_OBJECT | Object Type | TROBJTYPE | CHAR (4) | |
| BOM_OBJECT_NAME | Object Name in Object List | TROBJ_NAME | CHAR (120) | |
| DELETED_AT | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| DELETED_BY | Last Changed By | AS4USER | CHAR (12) |


