hopp approaches data migrations in a generic manner capable of being used with any source system(s) and any target system(s).
However, hopp software will always be used in a specific project/installation context and must be able to function in this context. To bridge the gap, hopp comes with several extension points to ease the development of context-specific extensions.
Most obvious are the extensions to load the data from the source system to be migrated and the extensions to offload the resulting target data for delivery to the target system.
From the perspective of the generic framework, the migration starts when source data has been loaded into the generated source tables of the export database. Similarly, the migration ends when the resulting target data has been created and stored using the Portal.
However, from the global perspective of the migration project, this is hardly the entire path. Source data must somehow arrive in the generated tables in the export database and the resulting target data somehow be delivered from Runtime to the target system.
Two important extension interfaces of the framework are the Load Extension Interface and the Offload Extension Interface as illustrated below.
As a principle, tasks of implementing these extensions are part of deploying hopp in a given context. However, some extensions are mandatory, and some are optional. For all mandatory extensions, the framework does come with default extension implementations, allowing rapid initial deployment as well as opening rich possibilities for deeper, proprietary integration.
Extension points
Below is a list of the most common extension points, as well as their default implementations and examples of proprietary implementations.
Load Source Data |
Populates the generated source data tables in the export database. Default implementation
Proprietary implementation sample
|
Offload Target Data | The framework holds the created target data for each business object as an XML element. This XML element contains the child Business Object hierarchy – each Business Object in the hierarchy contains all target data for this object. This extension interface receives these XML documents in order to further process the target data in the implementation context. Default implementation
Proprietary implementation sample
|
Import data structures | This extension interface imports data structures into Studio to use as in the Source Map or the Target Map. Default implementation
Proprietary implementation sample
|
Populate value sets | This extension interface is used to populate value sets with data. Default implementation
Proprietary implementation sample
|
Audit | This extension interface – if present – is called by Runtime for each Business Objects during migration. The interface permits the extension implementation to hand back audit data for Runtime to store. Another part of the Extension interface is called by the Runtime to hand over the collected audit data. Default implementation
Proprietary implementation sample
|
Reject | This extension interface – if present – is called by the Runtime for each root business object rejected during the migration. Default implementation
Proprietary implementation sample
|
There are other specialized extension interfaces outside the scope and detail of this document.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article