I_RESPYMGMTRULE

CDS View

Basic view for Respy Management Rule

I_RESPYMGMTRULE is a CDS View in S/4HANA. Basic view for Respy Management Rule. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_RespyMCustomRespyRuleStdVH view from COMPOSITE Value Help for Custom Respy Rules
I_RespyMgmtRuleTP view from TRANSACTIONAL Transactional view for Respy Mgmt Rule

Fields (1)

KeyField CDS FieldsUsed in Views
KEY ResponsibilityRule ResponsibilityRule 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.

-- Basic view for Respy Management Rule
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_RESPYMGMTRULE (
    RESPONSIBILITYRULE,
    PRIMARY KEY (RESPONSIBILITYRULE)
);