FINS_GRIRPROC
GR/IR Clearing Process
FINS_GRIRPROC is an SAP database table in S/4HANA. GR/IR Clearing Process. It contains 6 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_GRIRProcess | view | from | BASIC |
Fields (6)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | mandt | Client | |||
| KEY | companycode | bukrs | Company Code | |||
| KEY | purchasingdocument | fis_ebeln | Purchasing Document | |||
| KEY | purchasingdocumentitem | fis_ebelp | Purchasing Doc. Item | |||
| 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
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINS_GRIRPROC (
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)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA