I_GRIRFOLLOWONSTATUS

CDS View

GR/IR Follow-On Status

I_GRIRFOLLOWONSTATUS is a CDS View in S/4HANA. GR/IR Follow-On Status. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_GRIRFollowOnStatus view_entity from CONSUMPTION GR/IR Follow-On Status

Fields (3)

KeyField CDS FieldsUsed in Views
KEY GRIRClearingProcessStatus GRIRClearingProcessStatus 1
KEY GRIRClearingProcFllwOnStatus GRIRClearingProcFllwOnStatus 1
_GRIRClearingProcessStatus _GRIRClearingProcessStatus 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.

-- GR/IR Follow-On Status
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_GRIRFOLLOWONSTATUS (
    GRIRCLEARINGPROCESSSTATUS,
    GRIRCLEARINGPROCFLLWONSTATUS,
    _GRIRCLEARINGPROCESSSTATUS,
    PRIMARY KEY (GRIRCLEARINGPROCESSSTATUS, GRIRCLEARINGPROCFLLWONSTATUS)
);