This section describes problems that you may encounter when running the BAPI module.
The following subsections provide suggestions for common event handling problems.
If a subscribing business object is not being processed by the BAPI module, then:
If a business object fails to process successfully:
If this does not work, then you may have a problem in the conversion from internal formats to external formats. Check that you are specifying values in the correct format. For example, for dates, SAP's internal format is YYYYMMDD and you may be specifying the format MMDDYYYY. This causes the BAPI to fail, because the specified format is not understood.
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..