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 8 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 (8)

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

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]
    PRIMARY KEY (CLIENT, POSTINGRULEACTIONUUID)
);