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.
For example, if you are supporting the SALES_ORDER_CREATEFROMDAT2 BAPI, then the application-specific information is as follows: