_FINTRANS

_FINTRANS is an SAP database table in S/4HANA. It contains 7 fields.

Fields (7)

KeyField CDS FieldsUsed in Views
Counterparty Counterparty 1
FinancialInstrProductCategory FinancialInstrProductCategory 8
FinancialInstrTransactionType FinancialInstrTransactionType 1
FinancialInstrumentProductType FinancialInstrumentProductType 1
Portfolio Portfolio 1
SecurityAccount SecurityAccount 1
TransactionCurrency TransactionCurrency 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _FINTRANS (
    COUNTERPARTY,
    FINANCIALINSTRPRODUCTCATEGORY,
    FINANCIALINSTRTRANSACTIONTYPE,
    FINANCIALINSTRUMENTPRODUCTTYPE,
    PORTFOLIO,
    SECURITYACCOUNT,
    TRANSACTIONCURRENCY
);