VICSOBPARTICIP

Transparent Table Application Table

Service Group Architecture Object Participation

VICSOBPARTICIP is an SAP database table in S/4HANA. Service Group Architecture Object Participation. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_RESrvcGrpArchtrObjPartcipn view_entity from BASIC Architecture Object in Srvc Grp particip

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client

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.

-- Service Group Architecture Object Participation
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE VICSOBPARTICIP (
    MANDT,  -- Client [mandt]
    PRIMARY KEY (MANDT)
);