I_ABOPSEGMENT

CDS View

ABOP Segment

I_ABOPSEGMENT is a CDS View in S/4HANA. ABOP Segment. It contains 1 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_ABOPSegment view from CONSUMPTION ABOP Segment
C_IntactvABOPSegmentValueHelp view_entity from CONSUMPTION IBOP Segment
CDS_ATP_SOT_UsedBy_Application view from Application that uses SOT
I_ABOPSegmentTP view from TRANSACTIONAL BOP Segment Transactional Processing

Fields (1)

KeyField CDS FieldsUsed in Views
KEY ABOPSegmentUUID ABOPSegmentUUID 1

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.

-- ABOP Segment
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ABOPSEGMENT (
    ABOPSEGMENTUUID,
    PRIMARY KEY (ABOPSEGMENTUUID)
);