The ATP_BOP_SEG table in SAP ERP or S/4HANA stores BOP Segments data. There are total 14 fields in ATP_BOP_SEG table. The BOP Segments 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 ATP_BOP_SEG table. It is in Virtual Data Model for Backorder Processing Setup in ATP (ATP_BOP_SETUP_VDM) ABAP package and is part of the ATP: Backorder Processing (CA-ATP-BOP) module.
SAP ATP_BOP_SEG Table Fields
Following is the list of fields that are available in SAP ATP_BOP_SEG table. The primary key fields of the table are MANDT (Client), ABOPSEGMENTUUID (BOP Segment UUID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| ABOPSEGMENTUUID | BOP Segment UUID | ATP_BOP_SEGMENT_UUID | RAW (16) | |
| ABOPSEGMENTNAME | Name for BOP Segment | ATP_BOP_SEGMENT_NAME | CHAR (30) | |
| ABOPSEGMENTTYPE | BOP Segment Type | ATP_BOP_SEGMENT_TYPE | CHAR (3) | |
| ABOPSEGMENTCONDITION | BOP Selection Criteria | ATP_BOP_SEGMENT_CONDITION | STRG (5000) | |
| ABOPSEGMENTPROCEDURE | Procedure Name | ATP_BOP_PROCEDURE | CHAR (256) | |
| CREATIONDATETIME | Creation Date Time | ATP_BOP_CREATIONDATETIME | DEC (21) | |
| CREATEDBYUSER | Name of Person who Created the Object | ERNAM | CHAR (12) | |
| LASTCHANGEDATETIME | Last Change Date Time | ATP_BOP_LASTCHANGEDATETIME | DEC (21) | |
| LASTCHANGEDBYUSER | Name of person who changed object | AENAM | CHAR (12) | |
| ABOPSEGMENTHRFPROCEDURE | Procedure Name | ATP_BOP_PROCEDURE | CHAR (256) | |
| ATPSELOPTNTOOLDEFUUID | Definition UUID | ATP_SOT_DEFINITION_UUID | RAW (16) | |
| LASTUSAGEUTCDATETIME | Last Usage Date Time | ATP_BOP_LASTUSAGEDATETIME | DEC (21) | |
| ABOPSEGMENTSELOPTNTOOLPROCED | Object Type Name | SEOCLSNAME | CHAR (30) |


