BUYER

BUYER is an SAP database table in S/4HANA. It contains 5 fields.

Fields (5)

KeyField CDS FieldsUsed in Views
BP_ID x 1
bp_role bp_role 5
business_partner_id buyer_id 3
company_name buyer_name 3
node_key node_key 1

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE BUYER (
    BP_ID,
    BP_ROLE,
    BUSINESS_PARTNER_ID,
    COMPANY_NAME,
    NODE_KEY
);