VIBDOBJASS

Transparent Table Application Table

Objektzuordnung

VIBDOBJASS is an SAP database table in S/4HANA. Objektzuordnung. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_REObjectAssgmt view from BASIC Real Estate Object Assignments
I_REObjectToObjectGroup view from BASIC Object to Object Group Assignments
P_REIntegObjToContrByKeyDate view_entity from COMPOSITE Integration Object Contract Assignment by Keydate

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.

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