Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using the new ODP Fetcher you can replicate data from an ODP Queue.

ODP Fetcher provides multiple Extraction (Replication) Modes that are identical to /wiki/spaces/GLUE/pages/3451355990Data replication with delta and provide you the full control over replication scenarios. One additional option which is not available in standard scenarios is “Recovery of Previous Deltas” which can be used when the last delta extraction failed and should be repeated.

ABAP Fetcher

ABAP Fetcher provides a way of acquiring the data via custom ABAP code. The fetcher provides a set of methods that can be implemented to build the required logic for fetching the data that is then replicated to the specified target technology using standard SNP Glue™ workflow.

...

Data Dictionary

  • When the Glue table meaningful fields feature is used, it renames the original DDIC table names and replaced them with more meaningful texts. It could happen that a field with a translated name already existed in the table. The logic has been improved to prevent such situations.

  • When importing fields to the Glue table from InfoProvider, 0RECORDMODE was not added automatically.

  • Glue table check was returning incorrect status when file storage was used. This has been corrected and table checks work properly now.

...