CREDITMEMOREQUESTPARTNER

CREDITMEMOREQUESTPARTNER is an SAP database table in S/4HANA. It contains 13 fields.

Fields (13)

KeyField CDS FieldsUsed in Views
KEY CreditMemoRequest CreditMemoRequest 2
KEY PartnerFunction PartnerFunction 1
ContactPerson ContactPerson 2
CreditMemoRequestType CreditMemoRequestType 2
Customer Customer 2
DistributionChannel DistributionChannel 2
OrganizationDivision OrganizationDivision 2
Partner Partner 1
PartnerFunctionForEdit PartnerFunctionForEdit 1
Personnel Personnel 2
ReferenceBusinessPartner ReferenceBusinessPartner 1
SalesOrganization SalesOrganization 2
Supplier Supplier 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CREDITMEMOREQUESTPARTNER (
    CREDITMEMOREQUEST,
    PARTNERFUNCTION,
    CONTACTPERSON,
    CREDITMEMOREQUESTTYPE,
    CUSTOMER,
    DISTRIBUTIONCHANNEL,
    ORGANIZATIONDIVISION,
    PARTNER,
    PARTNERFUNCTIONFOREDIT,
    PERSONNEL,
    REFERENCEBUSINESSPARTNER,
    SALESORGANIZATION,
    SUPPLIER,
    PRIMARY KEY (CREDITMEMOREQUEST, PARTNERFUNCTION)
);