FAR_PSTRL_AAPAR

Transparent Table Application Table

Posting Rule Action APAR Postings - NON DRAFT

FAR_PSTRL_AAPAR is an SAP database table in S/4HANA. Posting Rule Action APAR Postings - NON DRAFT. It contains 13 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ARPostgRuleActnAPARTP view_entity from COMPOSITE Posting Rule - APAR Action

Fields (13)

KeyField Data ElementDescription DomainTypeLength
KEY client abap.clnt
KEY postingruleactionuuid far_pstrla_node_key Action Key
postingruleuuid far_pstrl_node_key Rule Key
customer kunnr Customer
supplier lifnr Supplier
assignmentreference dzuonr Assignment
documentitemtext farp_sgtxt Item Text
disputecasecreationmode far_pstrl_disputecase_mode Dispute Case Crtn ID
specialglcode umskz Special G/L Ind
processingruleitemdebitamount far_pstrli_debit_amount
processingruleitemcreditamount far_pstrli_credit_amount
procgruleitemamountpercent far_pstrli_amount_percent
glaccount farp_hkont G/L Account

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.

-- Posting Rule Action APAR Postings - NON DRAFT
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FAR_PSTRL_AAPAR (
    CLIENT,                          -- abap.clnt
    POSTINGRULEACTIONUUID,           -- Action Key [far_pstrla_node_key]
    POSTINGRULEUUID,                 -- Rule Key [far_pstrl_node_key]
    CUSTOMER,                        -- Customer [kunnr]
    SUPPLIER,                        -- Supplier [lifnr]
    ASSIGNMENTREFERENCE,             -- Assignment [dzuonr]
    DOCUMENTITEMTEXT,                -- Item Text [farp_sgtxt]
    DISPUTECASECREATIONMODE,         -- Dispute Case Crtn ID [far_pstrl_disputecase_mode]
    SPECIALGLCODE,                   -- Special G/L Ind [umskz]
    PROCESSINGRULEITEMDEBITAMOUNT,   -- far_pstrli_debit_amount
    PROCESSINGRULEITEMCREDITAMOUNT,  -- far_pstrli_credit_amount
    PROCGRULEITEMAMOUNTPERCENT,      -- far_pstrli_amount_percent
    GLACCOUNT,                       -- G/L Account [farp_hkont]
    PRIMARY KEY (CLIENT, POSTINGRULEACTIONUUID)
);