P_PL_SAFTBILLINGDOCUMENTBASIC

CDS View

SAF-T PL: Billing Document relevant data

P_PL_SAFTBILLINGDOCUMENTBASIC is a CDS View in S/4HANA. SAF-T PL: Billing Document relevant data. It contains 5 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_PL_SAFTBillingDocument view from COMPOSITE SAF-T PL: Billing Document relevant data
P_PL_SAFTSalesInvItem view inner COMPOSITE SAF-T PL Sales Invoice Item

Fields (5)

KeyField CDS FieldsUsed in Views
KEY BillingDocument BillingDocument 1
BillingDocumentCategory BillingDocumentCategory 1
BillingDocumentDate BillingDocumentDate 1
CancelledBillingDocument CancelledBillingDocument 1
PL_SAFTInvoiceType PL_SAFTInvoiceType 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.

-- SAF-T PL: Billing Document relevant data
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PL_SAFTBILLINGDOCUMENTBASIC (
    BILLINGDOCUMENT,
    BILLINGDOCUMENTCATEGORY,
    BILLINGDOCUMENTDATE,
    CANCELLEDBILLINGDOCUMENT,
    PL_SAFTINVOICETYPE,
    PRIMARY KEY (BILLINGDOCUMENT)
);