I_RO_SAFTONETIMESUPPLIER

CDS View

RO SAFT One Time Supplier

I_RO_SAFTONETIMESUPPLIER is a CDS View in S/4HANA. RO SAFT One Time Supplier. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
P_RO_SAFTOneTimeSupplier view from COMPOSITE One Time Supplier Data for RO SAFT
P_RO_SAFTSuplrAcctBalEnd view union_all CONSUMPTION Supplier Account Balance End
P_RO_SAFTSuplrAcctBalMvt view union_all CONSUMPTION Supplier Balance Movement

Fields (1)

KeyField CDS FieldsUsed in Views
KEY VATRegistration VATRegistration 2

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.

-- RO SAFT One Time Supplier
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_RO_SAFTONETIMESUPPLIER (
    VATREGISTRATION,
    PRIMARY KEY (VATREGISTRATION)
);