Access Builder for SAP R/3 - autoCreateRfcModule()
does not work for parameterless RFC
Description
This fix is to correct the following problem
which exists in VisualAge for Java, v2.0
and in the Access Builder for SAP R/3 fix
pack 2.02.1
autoCreateRfcModule() does not work for a
parameterless RFC e.g. RFC_PING.
Applicable product versions
Product Version: 2.0
Product Platforms: All
Languages: All
Files
com\ibm\sap\bapi\bor\RfcFunctionInfo.class
SAPRfcPing.htm (this readme file)
Prerequisites
VisualAge for Java, Enterprise Edition, v2.0
Rollup 2
Access Builder for SAP R/3 and C++, Fix pack
2.02.1
Installation
- Unzip the zip file into an empty directory
Apply the fix to your VisualAge for Java
Workspace as follows:
- Start VisualAge for Java
- Select the project "IBM Access Builder for SAP R3 Libraries"
- Select menu "File->Import"
- Choose to import from a directory
- Select the directory where you unzipped this fix.
- Select ".class" files as the files you want to import
- Make sure that the option "Create new/scratch edition of
versioned projects/packages" is checked
- Click the Finished button
Apply the fix to your application running outside VAJ
- Put the class file in a directory where you may also
provide other Java classes. Ensure to keep the directory structure
as used in the zip file.
- Edit the CLASSPATH and make sure that this directory is
found *before* ivjsap11.jar
Apply the fix to your Access Builder for SAP R/3 tool
- Unzip the zip file into the Access Builder for SAP R/3 tool directory
(<root>\ide\tools\com-ibm-sap-bapi)