ATP_BOP_VAR_SEG
Assignment of BOP Segments to Variant
ATP_BOP_VAR_SEG is an SAP database table in S/4HANA. Assignment of BOP Segments to Variant. It contains 10 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ABOPVariantSegment | view | from | BASIC | ABOP Variant Segments |
| I_ABOPVariantSegment_2 | view_entity | from | BASIC | ABOP Variant Segments |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | abopvariantsegmentuuid | ATP_BOP_VAR_SEG_UUID | Variant Segment UUID | |||
| abopvariantuuid | ATP_BOP_VARIANT_UUID | BOP Variant UUID | ||||
| abopsegmentuuid | ATP_BOP_SEGMENT_UUID | BOP Segment UUID | ||||
| abopsegmentevaluationsequence | ATP_BOP_CHECK_SEQUENCE_NO | Check Seq. | ||||
| abopsegmentchecksequence | ATP_BOP_CHECK_SEQUENCE_NO | Check Seq. | ||||
| abopconfirmationstrategy | ATP_BOP_CONFIRMATION_STRATEGY | Confirmation Strategy | ||||
| isglobalsegment | ATP_BOP_IS_GLOBAL | Global Filter | ||||
| isexceptionalsegment | ATP_BOP_IS_EXCEPTIONAL | Exc. Filter | ||||
| dlvdteqtyisfxdrqmtsareincld | ATP_BOP_INCLUDE_FIXMG_RQMTS | Include Requirements with Fixed Date and Quantity |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Assignment of BOP Segments to Variant
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATP_BOP_VAR_SEG (
MANDT, -- Client [MANDT]
ABOPVARIANTSEGMENTUUID, -- Variant Segment UUID [ATP_BOP_VAR_SEG_UUID]
ABOPVARIANTUUID, -- BOP Variant UUID [ATP_BOP_VARIANT_UUID]
ABOPSEGMENTUUID, -- BOP Segment UUID [ATP_BOP_SEGMENT_UUID]
ABOPSEGMENTEVALUATIONSEQUENCE, -- Check Seq. [ATP_BOP_CHECK_SEQUENCE_NO]
ABOPSEGMENTCHECKSEQUENCE, -- Check Seq. [ATP_BOP_CHECK_SEQUENCE_NO]
ABOPCONFIRMATIONSTRATEGY, -- Confirmation Strategy [ATP_BOP_CONFIRMATION_STRATEGY]
ISGLOBALSEGMENT, -- Global Filter [ATP_BOP_IS_GLOBAL]
ISEXCEPTIONALSEGMENT, -- Exc. Filter [ATP_BOP_IS_EXCEPTIONAL]
DLVDTEQTYISFXDRQMTSAREINCLD, -- Include Requirements with Fixed Date and Quantity [ATP_BOP_INCLUDE_FIXMG_RQMTS]
PRIMARY KEY (MANDT, ABOPVARIANTSEGMENTUUID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA