Flat structure conversion to a business object

Once the flat structure has been repopulated with new business object data, Y_XR_RFC_DO_VERB_NEXTGEN returns the business object data to the calling connector. Remember that the connector is single-threaded; therefore, it passes only one business object at a time. The connector must now convert the business object data from the flat structure into a business object. When processing data in a flat structure into a business object, the connector must:

  1. Initialize the original business object.
  2. Transfer the business object data from the flat structure to the business object.
  3. Deliver the business object to the connector infrastructure.

Copyright IBM Corp. 1997, 2003