Additional Configuration for Older SAP Systems ( < 7.40 )

In older SAP systems where all the necessary front end components are not able to be installed, users will run into the following dump when attempting to open the Workbench.

Error Message:  CREATE OBJECT: The class "/UI5/CL_UI5_REP_UTILITY" was not found.


Resolution:

To resolve the issue, the IQX UI5 classes should be referenced in the configuration instead of the default values which look for the SAP UI5 classes.


  1. Enter the FAB Configuration transaction code. (/IQX/FAB_CONFIG)
  2. Click on UI Component References in the left panel.
  3. Enter the following values:


    Property NameValue
    Version002
    Repository API Class Name/IQX/CL_UI5_REP_DT
    Repository API Interface Name/IQX/IF_UI5_REP_DT
    Utility API Class Name/IQX/CL_UI5_REP_UTILITY



  4. Click Save on the toolbar.


You should be able to restart the development workbench without the error.