DocMigrator Custom Source Link Determination
Not specified in the configuration as the other Gimmal Link Enterprise class/method plug-ins, but rather at runtime in the DocMigrator load screen, this ABAP method allows you to compile the source entries for a migration. This is useful in scenarios where the standard ArchiveLink source selection criteria does not satisfy your query (ie: all PO based invoices from a particular company code, thus you cannot use the object_id to determine those from a company code since MM invoices do not have company code as part of the SAPKey).
The below example is provided with the Gimmal Link Enterprise product.
Signature:
Type | Parameter | Description | Sample Value |
---|---|---|---|
Exporting | EV_SOURCE_TYPE | The source type is either an ArchiveLink Content Server (A) or Gimmal Link Enterprise ECM (D) | A or D |
Exporting | ET_CONNECT | The ArchiveLink table entries that you either custom retrieve or custom build. | Structure of TOAV0 – standard SAP ArchiveLink links |