Access Builder for SAP R/3 - Disable logging

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

The Access Builder for SAP R/3 runtime allows you to disable logging by calling LogManager.setLogging( false). However, the LogManager does not disable the logging afterwards.

Applicable product versions

Product Version: 2.0
Product Platforms: All
Languages: All

Files

com\ibm\sap\bapi\LogManager.class
SAPLogManager.txt (this readme file)

Installation

  1. Unzip the zip file into an empty directory

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

  1. Start VisualAge for Java
  2. Select "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

To apply this 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