
Using Guided Procedures (GP) design time, you can expose any RFC-enabled function module as a callable object. Unlike Web Dynpro components and BSP applications, specific implementation is not required for the RFC modules. The integration into the GP framework is done transparently by the system.
To expose the function module as a callable object, you must follow the wizard the GP design time provides.
More information: Launching Guided Procedures (GP) Design Time
More information: Configuring an RFC Destination
Basic Data
In this step, you must select:
From the Logical Destination dropdown box, select RFC_tst_1.
In the Function field, type BAPI_USER_GET_DETAIL and choose Search. The system searches for the BAPI and displays its details once it has been found.
Example: Define Object
The input parameters are automatically detected. The required input for the callable object is the username.
The output parameters are automatically entered as well.
In the configuration screen, you must set up the exception handling for the callable object.
The selected BAPI does not support exception handling. Therefore, from the Error Handling Mode dropdown menu, select No Error Handling in, as shown in the example.
Example: Set Configuration
You have exposed the BAPI as a callable object. Now you can test and activate it.