I_PT_SELFBILLGCUSTADDRVERS

CDS View

PT Self-Billing CustAddr Version

I_PT_SELFBILLGCUSTADDRVERS is a CDS View in S/4HANA. PT Self-Billing CustAddr Version. It contains 8 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PT_SAFTSelfBillgCustAddrHist view from COMPOSITE SAF-T PT Self-Billing CustAddr History

Fields (8)

KeyField CDS FieldsUsed in Views
KEY FiscalYear FiscalYear 1
KEY PlantCustomer PlantCustomer 1
KEY SupplierInvoice SupplierInvoice 1
_Customer _Customer 1
_Supplier _Supplier 1
CompanyCode CompanyCode 1
PortugueseCustomerVersion PortugueseCustomerVersion 1
Supplier Supplier 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.

-- PT Self-Billing CustAddr Version
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PT_SELFBILLGCUSTADDRVERS (
    FISCALYEAR,
    PLANTCUSTOMER,
    SUPPLIERINVOICE,
    _CUSTOMER,
    _SUPPLIER,
    COMPANYCODE,
    PORTUGUESECUSTOMERVERSION,
    SUPPLIER,
    PRIMARY KEY (FISCALYEAR, PLANTCUSTOMER, SUPPLIERINVOICE)
);