Creating an Instance of the Callable Object
Prerequisites
You must hold the portal role GP Business Expert, or have the relevant permissions to work with Guided Procedures (GP) design time.
More information: Setting Up Portal Roles
Procedure
- Launch GP design time, as described in Launching Guided Procedures (GP) Design Time .
- Choose Create Callable Object from the contextual panel.
- In the Basic Data screen, enter the following values for the required parameters:
- Type - select User Interface → Web Dynpro Component (GP Interface)
- Name -User Details, for example
- Description -Display user details, for example
- Original Language - selectEnglish
- Folder - choose any folder in the gallery
- Choose Next to open the Define Object screen.
Select Web Dynpro component CUserDetails.
- Choose Next to open the Define Input screen.
The system displays the input parameter User ID that you have defined into the component implementation. The name of the parameter is localized using the Web Dynpro message pool.
- Choose Next to open the Define Output screen.
The system displays the output parameters that you have defined in the component implementation. The names of the parameters are localized using the Web Dynpro message pool.
- Choose Next, and then Finish and Open.
Result
You have opened the callable object design time. Now you can test and activate the object.
More information: Testing and Activating the Callable Object .