I_PT_BILLGDOCCUSTADDRVERS

CDS View

PT BillingDoc CustAddr Version

I_PT_BILLGDOCCUSTADDRVERS is a CDS View in S/4HANA. PT BillingDoc CustAddr Version. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PT_SAFTBillgDocCustAddrHist view from COMPOSITE SAF-T PT BillingDoc CustAddr History

Fields (2)

KeyField CDS FieldsUsed in Views
KEY BillingDocument BillingDocument 1
CompanyCode CompanyCode 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 BillingDoc CustAddr Version
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PT_BILLGDOCCUSTADDRVERS (
    BILLINGDOCUMENT,
    COMPANYCODE,
    PRIMARY KEY (BILLINGDOCUMENT)
);