P_PL_SAFTINVOICEHEADERBASIC

CDS View

P_PL_SAFTINVOICEHEADERBASIC is a CDS View in S/4HANA. It contains 4 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
I_PL_SAFTGetDownPayAll view_entity from COMPOSITE SAFT PL FA DonwPaymentAll
I_PL_SAFTGetDownPaymentHeader view_entity from COMPOSITE SAF T PL Down Payment Header
P_PL_SAFTAcctgInvoiceItem view from COMPOSITE
P_PL_SAFTDownPaymentItem view from CONSUMPTION
P_PL_SAFTInvoiceHeader view from CONSUMPTION
P_PL_SAFTInvoiceHeaderVersion2 view_entity from COMPOSITE
P_PL_SAFTVatRegAux view from CONSUMPTION

Fields (4)

KeyField CDS FieldsUsed in Views
KEY BillingDocument BillingDocument 2
KEY CompanyCode CompanyCode 2
CompanyCodeCurrency CompanyCodeCurrency 1
TransactionCurrency TransactionCurrency 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 P_PL_SAFTINVOICEHEADERBASIC (
    BILLINGDOCUMENT,
    COMPANYCODE,
    COMPANYCODECURRENCY,
    TRANSACTIONCURRENCY,
    PRIMARY KEY (BILLINGDOCUMENT, COMPANYCODE)
);