RSUIFIELDS SAP table for – Fields for Generated User Interfaces

Here we would like to draw your attention to RSUIFIELDS table in SAP. As we know it is being mainly used with the SAP BW-WHM (Warehouse Management in BW) component which is coming under BW module (Business Warehouse). RSUIFIELDS is a SAP standard transp table used for storing Fields for Generated User Interfaces related data in SAP. It comes under the package RS_BOBJ_DS.

SAP RSUIFIELDS table

Table RSUIFIELDS technical data

TableRSUIFIELDS
Data storingFields for Generated User Interfaces
ModuleBW
Sub ModuleBW-WHM-DST
SAP PackageRS_BOBJ_DS
Delivery ClassS – System table, data changes have the status of program changes
ComponentSAP_BW
Table CategoryTRANSP

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

  • APPLICATION : Application/Screen
    Its a key field. Its data type is CHAR (Character String) with field length 30
  • FIELDNM : Name of Input Field on User Interface
    Its a key field. Its data type is CHAR (Character String) with field length 64
  • STARTFIELD : Boolean
    Its data type is CHAR (Character String) with field length 1
  • DATATYPE : Data type
    Its data type is CHAR (Character String) with field length 4
  • LENG : Length (No. of Characters)
    Its data type is NUMC (Character String with Digits Only) with field length 6
  • DECIMALS : Number of Decimal Places
    Its data type is NUMC (Character String with Digits Only) with field length 6
  • LOWERCASE : Lowercase letters allowed/not allowed
    Its data type is CHAR (Character String) with field length 1
  • MANDATORY : Flag: Field is required (not blank)
    Its data type is CHAR (Character String) with field length 1
  • INFORMATION : Conversion: Upper limit for number of messages
    Its data type is CHAR (Character String) with field length 20