RCER - SAP R/3 Connector for Eclipse (RCP) Applications
Categories:
RCER is a set of plug-ins that facilitates the task of connecting an Eclipse-based application to a SAP R/3 system. More specifically, RCER contains the following ready-to-use functions:
- import wizard to generate the plug-ins and fragments required to wrap up the SAP Java Connector (JCo)
- connection data management, including storage and a preferences page to edit the connection data
- login dialog and connection status display
- handling of multiple connections simultaneously
- generic wrapper for RFC_READ_TABLE to access database tables and views comfortably
- RFC mapping language that facilitates the tedious task of writing classes to perform remote function calls (RFC)
Note that although the name contains RCP (the second 'R'), RCER is also usable for IDE plug-ins.

