RSWR_DATA SAP table for – Runtime Data

Here we would like to draw your attention to RSWR_DATA table in SAP. As we know it is being mainly used with the SAP BW-BEX (Business Explorer in BW) component which is coming under BW module (Business Warehouse). RSWR_DATA is a SAP standard transp table used for storing Runtime Data related data in SAP. It comes under the package RSWEBRUNTIME.

SAP RSWR_DATA table

Table RSWR_DATA technical data

TableRSWR_DATA
Data storingRuntime Data
ModuleBW
Sub ModuleBW-BEX-ET
SAP PackageRSWEBRUNTIME
Delivery ClassE – System table whose data is transported with its own transport objects
ComponentSAP_BW
Table CategoryTRANSP

SAP RSWR_DATA 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 RSWR_DATA table.

  • ID : ID of Runtime Data
    Its a key field. Its data type is CHAR (Character String) with field length 30
  • TYPE : Type of Runtime Data
    Its data type is CHAR (Character String) with field length 1
  • STATUS : Status of Runtime Data
    Its data type is CHAR (Character String) with field length 1
  • DATA : Runtime Data as String
    Its data type is STRG (Character String of Variable Length) with field length 0
  • OWNER : User Name in User Master Record
    Its data type is CHAR (Character String) with field length 12
  • TIMESTAMP : UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    Its data type is DEC (Packed number (number with fixed number of decimal places)) with field length 15
  • STATUS_TIMESTAMP : UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    Its data type is DEC (Packed number (number with fixed number of decimal places)) with field length 15
  • MAIN_TLOGO : BW: Object Type (TLOGO)
    Its data type is CHAR (Character String) with field length 4
  • MAIN_OBJECT_ID : Object Name in Object Directory
    Its data type is CHAR (Character String) with field length 40
  • XDATA : Runtime Data as X-String
    Its data type is RSTR (Byte string of variable length – ABAP type XSTRING) with field length 0