About Inspecting Objects in Workspaces

Integration Workspaces (including MAIN, which is a special example of an IWS) contain a compiled version of each object modified in that Workspace.
  • MAIN contains a compiled version of every object.

  • Each IWS contains a compiled version of each object modified and delivered from any child Workspace beneath it.

The compiled versions of the objects are stored in "S_RR*" tables. For example, compiled Applet definitions are stored in S_RR_APPLET. At runtime, the Application Object Manager reads the definitions of the objects from these tables.

Developer Workspaces, however, do not contain compiled versions of each object. Rather, they contain any changes to the raw repository definitions. To test these changes before delivering them to a parent Workspace, select the Inspect option from the Workspace Dashboard. This option will compile any changed objects in memory as they are needed, rather than read from the Runtime Repository table definitions.