BPS_ACTIVITY

Transparent Table Customizing (protected)

BPS - Activity

BPS_ACTIVITY is an SAP database table in S/4HANA. BPS - Activity. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SchedulingActivity view_entity from BASIC Scheduling Activity

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY activity bps_activity_id Activity

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.

-- BPS - Activity
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE BPS_ACTIVITY (
    MANDT,     -- Client [mandt]
    ACTIVITY,  -- Activity [bps_activity_id]
    PRIMARY KEY (MANDT, ACTIVITY)
);