_POSTINGDATA

_POSTINGDATA is an SAP database table in S/4HANA. It contains 13 fields.

Fields (13)

KeyField CDS FieldsUsed in Views
BankAccountHolderName BankAccountHolderName 2
BankDetailReference BankDetailReference 2
CustomerSupplierAccount CustomerSupplierAccount 2
FinancialAccountType FinancialAccountType 2
PayeeAdditionalName2 PayeeAdditionalName2 2
PayeeAdditionalName3 PayeeAdditionalName3 2
PayeeAdditionalName4 PayeeAdditionalName4 2
PayeeFaxNumber PayeeFaxNumber 2
PayeeLanguage PayeeLanguage 2
PayeePOBox PayeePOBox 2
PayeeRegion PayeeRegion 2
PayeeTitle PayeeTitle 2
POBoxPostalCode POBoxPostalCode 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _POSTINGDATA (
    BANKACCOUNTHOLDERNAME,
    BANKDETAILREFERENCE,
    CUSTOMERSUPPLIERACCOUNT,
    FINANCIALACCOUNTTYPE,
    PAYEEADDITIONALNAME2,
    PAYEEADDITIONALNAME3,
    PAYEEADDITIONALNAME4,
    PAYEEFAXNUMBER,
    PAYEELANGUAGE,
    PAYEEPOBOX,
    PAYEEREGION,
    PAYEETITLE,
    POBOXPOSTALCODE
);