I_PT_SAFTBILLGDOCCUSTADDRHIST

CDS View

SAF-T PT BillingDoc CustAddr History

I_PT_SAFTBILLGDOCCUSTADDRHIST is a CDS View in S/4HANA. SAF-T PT BillingDoc CustAddr History. It contains 3 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_PT_SAFTBillgCustTaxRegnNmbr view inner COMPOSITE SAF-T Billing Tax Registration Number
I_PT_SAFTBillingCustomer view inner COMPOSITE SAF-T PT Billing Customer
I_PT_SAFTCustomerSalesInvoice view_entity inner COMPOSITE Customer from Billing Document
I_PT_SAFTSlsInvcBillgCust view_entity inner COMPOSITE Customer from Billing Document

Fields (3)

KeyField CDS FieldsUsed in Views
KEY CompanyCode CompanyCode 1
KEY Customer Customer 2
KEY PortugueseCustomerWithVersion BusinessPartnerCustomer,PortugueseCustomerWithVersion 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 PT BillingDoc CustAddr History
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PT_SAFTBILLGDOCCUSTADDRHIST (
    COMPANYCODE,
    CUSTOMER,
    PORTUGUESECUSTOMERWITHVERSION,
    PRIMARY KEY (COMPANYCODE, CUSTOMER, PORTUGUESECUSTOMERWITHVERSION)
);