SAFT_PTD_PAYM_A

Transparent Table Temporary Data

SAF-T PT Payment Analytics

SAFT_PTD_PAYM_A is an SAP database table in S/4HANA. SAF-T PT Payment Analytics. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PT_SAFTPaymentStructure view_entity from BASIC SAFT PT Payments structure

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY companycode bukrs Company Code
KEY paymentreference abap.char Payment Reference
KEY fiscalyear gjahr Fiscal Year

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 Payment Analytics
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SAFT_PTD_PAYM_A (
    MANDT,             -- Client [mandt]
    COMPANYCODE,       -- Company Code [bukrs]
    PAYMENTREFERENCE,  -- Payment Reference [abap.char]
    FISCALYEAR,        -- Fiscal Year [gjahr]
    PRIMARY KEY (MANDT, COMPANYCODE, PAYMENTREFERENCE, FISCALYEAR)
);