AppSpecificInfo for the verb of the top-level business object

The connector uses the value of the verb application-specific information in the top-level business object to call the appropriate BAPI-specific business object handler. The value of the AppSpecificInfo property specifies the package and classname for the BAPI-specific business object handler. The format is as follows:

AppSpecificInfo = bapi.client.BOHandler

where BOHandler is the name of the class. By default, SAPODA uses the name of the BAPI as the name of the class. SAPODA automatically adds the application-specific information to the top-level business object.

Important:
You must include the value client before the business object handler name to identify that the BAPI-specific business object handler acts as a client.

For example, if you are supporting the SALES_ORDER_CREATEFROMDAT2 BAPI, then the application-specific information is as follows:

AppSpecificInfo = bapi.client.sales_order_createfrom dat2

Copyright IBM Corp. 1997, 2003