To access the ROC application by using the Presentation Client, perform the following:
Build an AB Suite application (for example, Sample) with the System uses ROC property set to True in the segment Property Pages window and the User Defined View Generator property set to Presentation Client in the bundle folder Property Pages window.
Rename the ViewList.java and ViewList.class files in the following location:
<CE Download Directory>\<Package prefix>\<AB Suite application name>\<bundle folder name>\views
For example, you can rename the ViewList.java file to ViewList_sample.java and the ViewList.class file to ViewList_sample.class
Import the MCP ROC model into AB Suite Developer. This can be the default model, which is released with the AB Suite product, or a customized version of it. By default, the location of the model is:
<drive>:\Program Files (x86)\Unisys\AB Suite x.x\Bin\ROCMCP.model
Generate a bundle of the folder that contains the Ispecs of the ROC application.
Notes:
Ensure that the name of ROC bundle folder is same as the name of the bundle folder created for the AB Suite application. For example, PClient can be the name of the bundle folder in both ROC system and AB Suite system.
Set all the properties required to build an application to generate a bundle folder.
Ensure that the segment properties are same as the properties of the AB Suite application.
For example,
Application Name: Sample
Package Prefix: com.unisys
CE Output Directory: C:\NGEN_CE\classes
Navigate to the following location and delete the ViewList.java and ViewList.class files created for the ROC application:
<CE Download Directory>\<Package prefix>\<AB Suite application name>\<bundle folder name>\views
Rename the ViewList_sample.java and ViewList_sample.class files to ViewList.java and ViewList.class respectively.
Log onto the MCP host and create a RATL view for the AB Suite application; for example, Sample.
Configure the Presentation Client for the AB Suite application; for example, Sample.
Refer to the Agile Business Suite Component Enabler User Guide for more information on configuring the Presentation Client.
Open the Presentation Client and connect to the AB Suite application; for example, Sample.
The Select a Screen dialog box appears.
Click ROC to access the ROC application.
Note: If you specify an Ispec as the Fireup Ispec in the Segment properties, the application displays the same Ispec instead of the Select a Screen dialog box. You must go to System > Select Screen and click ROC in the Select a Screen dialog box to access the ROC application.