RESB_TEXT

Transparent Table Application Table

RESB Long Text (Mapping)

RESB_TEXT is an SAP database table in S/4HANA. RESB Long Text (Mapping). It contains 5 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_MaintOrderOpCompLongText view inner BASIC Maintenance Order Op Component Long Text
I_MaintOrderOpCompLongText_2 view_entity inner BASIC Maintenance Order Op Component Long Text
I_OrderComponentLongText view_entity from BASIC Order Component Long Text
SDM_STXH_PP view_entity left_outer

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY rsnum rsnum Reservation
KEY rspos rspos Item no.
KEY rsart rsart Record type
tdname tdobname Text Name

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.

-- RESB Long Text (Mapping)
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE RESB_TEXT (
    MANDT,   -- Client [mandt]
    RSNUM,   -- Reservation [rsnum]
    RSPOS,   -- Item no. [rspos]
    RSART,   -- Record type [rsart]
    TDNAME,  -- Text Name [tdobname]
    PRIMARY KEY (MANDT, RSNUM, RSPOS, RSART)
);