Troubleshooting for the BAPI Module

This section describes problems that you may encounter when running the BAPI Module.

Requiest process handling

The following subsections provide suggestions for common request process handling problems.

BAPI Module is not invoked by subscribing business objects

If a subscribing business object is not being processed by the BAPI Module, then:

Business object fails to process

If a business object fails to process successfully:

Connector appears to be polling but events are not being picked up

The BAPI Module includes a dummy implementation of the pollForEvents() method. The connector appears to be polling because it returns a polling message. The BAPI Module does not support polling, so ignore these messages.

If you want to implement polling for the BAPI Module, you must use the polling capabilities in the ABAP Extension Module. For more information, see "Overview of the ABAP Extension Module"..

Copyright IBM Corp. 1997, 2004