TFIBLORIGIN

Transparent Table Control Table (SAP+Cust)

Herkunftskennzeichen

TFIBLORIGIN is an SAP database table in S/4HANA. Herkunftskennzeichen. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_Origin view from BASIC Origin Indicator
I_PaymentRequestOrigin view from BASIC Payment Request Origin

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY origin fibl_origin Origin
xpayrq fibl_origin_prq For Payment Requests
xt042 fibl_xt042 Pay.CoCde

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.

-- Herkunftskennzeichen
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TFIBLORIGIN (
    ORIGIN,  -- Origin [fibl_origin]
    XPAYRQ,  -- For Payment Requests [fibl_origin_prq]
    XT042,   -- Pay.CoCde [fibl_xt042]
    PRIMARY KEY (ORIGIN)
);