GRW_HISTORY SAP table for – Report Writer Changes history

Here we would like to draw your attention to GRW_HISTORY table in SAP. As we know it is being mainly used with the SAP FI-SL (Special Purpose Ledger in FI) component which is coming under FI module (Financial Accounting). GRW_HISTORY is a SAP standard transp table used for storing Report Writer Changes history related data in SAP. It comes under the package GRWT.

SAP GRW_HISTORY table

Table GRW_HISTORY technical data

TableGRW_HISTORY
Data storingReport Writer Changes history
ModuleFI
Sub ModuleFI-SL-IS
SAP PackageGRWT
Delivery ClassL – Table for storing temporary data
ComponentSAP_FIN
Table CategoryTRANSP

SAP GRW_HISTORY Table Fields

Here is the details of each fields in this SAP table. You can find the discription, data type and assigned lenth of each of the fields in GRW_HISTORY table.

  • MANDT : Client
    Its a key field. Its data type is CLNT (Character with length 3) with field length 3
  • RW_OBJECTTYPE : ReportWriter Object Type
    Its a key field. Its data type is CHAR (Character String) with field length 3
  • RW_OBJECTNAME : ReportWriter Object in Change Document
    Its a key field. Its data type is CHAR (Character String) with field length 24
  • COUNTER : RW Change History Counter
    Its a key field. Its data type is CHAR (Character String) with field length 4
  • RW_TABLE : ReportWriter Table in Change Document
    Its a key field. Its data type is CHAR (Character String) with field length 30
  • RW_DATE : Creation date of the change document
    Its a key field. Its data type is DATS (Date (Date: YYYYMMDD)) with field length 8
  • RW_TIME : Time changed
    Its a key field. Its data type is TIMS (Time (Time: HHMMSS)) with field length 6
  • UNAME : User name of the person responsible in change document
    Its data type is CHAR (Character String) with field length 12
  • DATA : Report Writer Change History Data
    Its data type is CHAR (Character String) with field length 255
  • MORE : Indicator : Table in RW Change History has more than 1 line
    Its data type is CHAR (Character String) with field length 1