_PAYERPARTY

_PAYERPARTY is an SAP database table in S/4HANA. It contains 6 fields.

Fields (6)

KeyField CDS FieldsUsed in Views
AUTHORIZATIONGROUP PAYERPARTYAUTH,PAYERPARTYAUTHGRP 4
BusinessPartnerName PayerPartyName 8
CUSTOMER PAYERPARTY 2
CustomerName KUNRG_NAME,PayerPartyName 6
OrganizationBPName1 PayerPartyName,PayerPartyName_H 14
OrganizationBPName2 PayerPartyAdditionalName 4

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 _PAYERPARTY (
    AUTHORIZATIONGROUP,
    BUSINESSPARTNERNAME,
    CUSTOMER,
    CUSTOMERNAME,
    ORGANIZATIONBPNAME1,
    ORGANIZATIONBPNAME2
);