FAR_PSTRL_PARAMS

Transparent Table Application Table

Algorithm Parameters for Analyze As - NON DRAFT

FAR_PSTRL_PARAMS is an SAP database table in S/4HANA. Algorithm Parameters for Analyze As - NON DRAFT. It contains 7 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ARPostgRulePaytCatParamTP view_entity from COMPOSITE Parameters of Analyze As Algorithm

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY paymentcategoryparameteruuid far_pstrlpymtcatparam_node_key Param Key
postingruleactionuuid far_pstrla_node_key Action Key
postingruleuuid far_pstrl_node_key Rule Key
paymentcategoryparametername far_pstrl_param_name Parameter Name
paymentcategoryparametervalue far_pstrl_param_value Parameter Value
paymentcategoryparametertype far_pstrl_param_type Parameter Type

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.

-- Algorithm Parameters for Analyze As - NON DRAFT
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FAR_PSTRL_PARAMS (
    CLIENT,                         -- Client [mandt]
    PAYMENTCATEGORYPARAMETERUUID,   -- Param Key [far_pstrlpymtcatparam_node_key]
    POSTINGRULEACTIONUUID,          -- Action Key [far_pstrla_node_key]
    POSTINGRULEUUID,                -- Rule Key [far_pstrl_node_key]
    PAYMENTCATEGORYPARAMETERNAME,   -- Parameter Name [far_pstrl_param_name]
    PAYMENTCATEGORYPARAMETERVALUE,  -- Parameter Value [far_pstrl_param_value]
    PAYMENTCATEGORYPARAMETERTYPE,   -- Parameter Type [far_pstrl_param_type]
    PRIMARY KEY (CLIENT, PAYMENTCATEGORYPARAMETERUUID)
);