FINS_GRIRPROCHIS

Transparent Table Application Table

GR/IR Clearing Process History

FINS_GRIRPROCHIS is an SAP database table in S/4HANA. GR/IR Clearing Process History. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_GRIRProcessHistory view_entity from BASIC GR/IR Process History

Fields (6)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY companycode bukrs Company Code
KEY purchasingdocument fis_ebeln Purchasing Document
KEY purchasingdocumentitem fis_ebelp Purchasing Doc. Item
KEY lastchangedatetime fis_grir_lastchangedatetime Last Changed On
lastchangedbyuser fis_grir_lastchangedbyuser Last Changed By

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 Clearing Process History
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINS_GRIRPROCHIS (
    CLIENT,                  -- Client [mandt]
    COMPANYCODE,             -- Company Code [bukrs]
    PURCHASINGDOCUMENT,      -- Purchasing Document [fis_ebeln]
    PURCHASINGDOCUMENTITEM,  -- Purchasing Doc. Item [fis_ebelp]
    LASTCHANGEDATETIME,      -- Last Changed On [fis_grir_lastchangedatetime]
    LASTCHANGEDBYUSER,       -- Last Changed By [fis_grir_lastchangedbyuser]
    PRIMARY KEY (CLIENT, COMPANYCODE, PURCHASINGDOCUMENT, PURCHASINGDOCUMENTITEM, LASTCHANGEDATETIME)
);