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

  1. Unzip the zip file into an empty directory

Apply the fix to your VisualAge for Java Workspace as follows:

  1. Start VisualAge for Java
  2. Select the project "IBM Access Builder for SAP R3 Libraries"
  3. Select menu "File->Import"
  4. Choose to import from a directory
  5. Select the directory where you unzipped this fix.
  6. Select ".class" files as the files you want to import
  7. Make sure that the option "Create new/scratch edition of versioned projects/packages" is checked
  8. Click the Finished button

Apply the fix to your application running outside VAJ

  1. 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.
  2. 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

  1. Unzip the zip file into the Access Builder for SAP R/3 tool directory (<root>\ide\tools\com-ibm-sap-bapi)