I_APPROCFLWRSTRCDSUPLRINVC

CDS View

Restricted Invoice

I_APPROCFLWRSTRCDSUPLRINVC is a CDS View in S/4HANA. Restricted Invoice. It contains 10 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_APProcessFlowSupplierInvoice view union_all CONSUMPTION AP Process Flow Supplier Invoice

Fields (10)

KeyField CDS FieldsUsed in Views
CompanyCode CompanyCode 1
CreatedByUser CreatedByUser 1
DocumentCurrency DocumentCurrency 1
DocumentDate DocumentDate 1
InvoicingParty Supplier 1
IsEndOfPurposeBlocked IsEndOfPurposeBlocked 1
PaymentBlockingReason PaymentBlockingReason 1
PostingDate PostingDate 1
SupplierInvoiceIDByInvcgParty SupplierInvoiceIDByInvcgParty 1
SupplierInvoiceStatus SupplierInvoiceStatus 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.

-- Restricted Invoice
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_APPROCFLWRSTRCDSUPLRINVC (
    COMPANYCODE,
    CREATEDBYUSER,
    DOCUMENTCURRENCY,
    DOCUMENTDATE,
    INVOICINGPARTY,
    ISENDOFPURPOSEBLOCKED,
    PAYMENTBLOCKINGREASON,
    POSTINGDATE,
    SUPPLIERINVOICEIDBYINVCGPARTY,
    SUPPLIERINVOICESTATUS
);