I_ABOPSegmentTP
BOP Segment Transactional Processing
I_ABOPSegmentTP is a Transactional CDS View that provides data about "BOP Segment Transactional Processing" in SAP S/4HANA. It reads from 2 data sources (I_ABOPSegment, P_ABOPSegmentWhereUsedCount) and exposes 19 fields with key field ABOPSegmentUUID. It has 4 associations to related views. Part of development package ATP_BOP_SETUP_VDM.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_ABOPSegment | I_ABOPSegment | from |
| P_ABOPSegmentWhereUsedCount | SegmentWhereUsedCount | left_outer |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ABOPSegmentSortTP | _Sort | $projection.ABOPSegmentUUID = _Sort.ABOPSegmentUUID |
| [0..*] | I_ABOPSegmentSimulationTP | _Simulation | $projection.ABOPSegmentUUID = _Simulation.ABOPSegmentUUID |
| [0..*] | I_ABOPSegmentTextTP | _Text | $projection.ABOPSegmentUUID = _Text.ABOPSegmentUUID |
| [0..1] | I_ATPSelOptnToolDefinitionTP | _SelOptnToolDefinition | $projection.ATPSelOptnToolDefUUID = _SelOptnToolDefinition.ATPSelOptnToolDefUUID |
Annotations (19)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #TRANSACTIONAL | view | |
| AbapCatalog.sqlViewName | IABOPSEGMENTTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | BOP Segment Transactional Processing | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.writeActivePersistence | ATP_BOP_SEG | view | |
| ObjectModel.writeDraftPersistence | ABOPSEGMENT_D | view | |
| ObjectModel.draftEnabled | true | view | |
| ObjectModel.representativeKey | ABOPSegmentUUID | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.entityChangeStateId | LastChangeDateTime | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ABOPSegmentUUID | I_ABOPSegment | ABOPSegmentUUID | BOP Segment UUID |
| ABOPSegmentName | ABOPSegmentName | Segment Name | ||
| NumberOfRelatedABOPVariants | NumberOfRelatedABOPVariants | Related Variants | ||
| ABOPSegmentCondition | ABOPSegmentCondition | Selection Criteria | ||
| ABOPSegmentProcedure | ABOPSegmentProcedure | Procedure Name | ||
| ABOPSegmentType | ABOPSegmentType | BOP Segment Type | ||
| ATPSelOptnToolDefUUID | ATPSelOptnToolDefUUID | SOT Definition | ||
| ABOPSegmentSelOptnToolProced | ABOPSegmentSelOptnToolProced | Type Name | ||
| CreationDateTime | CreationDateTime | Timestamp | ||
| CreatedByUser | CreatedByUser | User Name | ||
| LastChangeDateTime | LastChangeDateTime | Timestamp | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| LastUsageUTCDateTime | LastUsageUTCDateTime | Used On | ||
| _Sort | _Sort | |||
| _Simulation | _Simulation | |||
| _Text | _Text | |||
| _SelOptnToolDefinition | _SelOptnToolDefinition | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_ABOPSegmentTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IABOPSEGMENTTP
CREATE VIEW I_ABOPSegmentTP AS
SELECT
I_ABOPSegment.ABOPSegmentUUID AS ABOPSegmentUUID,
ABOPSegmentName,
NumberOfRelatedABOPVariants,
ABOPSegmentCondition,
ABOPSegmentProcedure,
ABOPSegmentType,
ATPSelOptnToolDefUUID,
ABOPSegmentSelOptnToolProced,
CreationDateTime,
CreatedByUser,
LastChangeDateTime,
LastChangedByUser,
LastUsageUTCDateTime
FROM I_ABOPSegment
LEFT OUTER JOIN P_ABOPSegmentWhereUsedCount AS SegmentWhereUsedCount ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_ABOPSegmentSortTP AS _Sort ON ABOPSegmentUUID = _Sort.ABOPSegmentUUID -- association [0..*]
LEFT OUTER JOIN I_ABOPSegmentSimulationTP AS _Simulation ON ABOPSegmentUUID = _Simulation.ABOPSegmentUUID -- association [0..*]
LEFT OUTER JOIN I_ABOPSegmentTextTP AS _Text ON ABOPSegmentUUID = _Text.ABOPSegmentUUID -- association [0..*]
LEFT OUTER JOIN I_ATPSelOptnToolDefinitionTP AS _SelOptnToolDefinition ON ATPSelOptnToolDefUUID = _SelOptnToolDefinition.ATPSelOptnToolDefUUID -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA