Install Remote function module
Within the Advanced version there is an automatic RFC (Remote Function Call) installation method:

Lite version: Warning! This plugin/function module is currently a BETA version. Use of this plugin/function module is at your own risk. Only use this product in a test environment. This product is not a SAP AG product nor is this product made in association with SAP AG.
The function module name must be Z2_ECLIPSEEDITOR and it must be a RFC.
Here is an example how to install this function module:
- Logon to the R/3 system.
- Execute transaction SE80 or select "Object Navigator" from the menu.

- Enter “ZBOB” into the field function group and press the button “DISPLAY”. The SAP will ask you to create the function group.


- Create the function group as "LOCAL object"


- Goto transaction SE38 or select 'function builder' from the menu.

- Enter “Z2_ECLIPSEEDITOR” into the field function group and press the button “CREATE”.

- Enter the new function group name (ZBOB) when the system asks for it and create the function module.

- Create a function module with name Z2_ECLIPSEEDITOR. It will warn you that this name space is for SAP use, you can just press ENTER.

- Change the "Processing Type" of the function module from “Normal” to “Remote Function Call supported” and save the new function module (F11).

- Select tab "Import" and add the following fields:

- Select tab "Export" and add the following fields:

- Select tab "Tables" and add the following fields:

- Select tab "Source code" and upload the function module source file

- Save (
) and Activate ( ) this function module and your done with installing the remote function module.

|