Versions Compared

Key

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

...

  1. TRIGGER: Delta type TRIGGER is used if CDS has “CHANGEDATACAPTURE” CHANGEDATACAPTURE annotation either with mapping or automatic. In case of CHANGEDATACAPTURE with mapping there is a possibility that TRIGGERS on multiple tables are deployed. TRIGGER configuration is given by CDS itself and cannot be changed in Glue.

  2. TIMESTAMP: Delta type TIMESTAMP is used if CDS has “DELTADELTA.BYELEMENT” BYELEMENT annotation. Glue will automatically decide if element name provided in this CDS annotation is timestamp.

  3. DATE: Delta type DATE is used if CDS has “DELTADELTA.BYELEMENT” BYELEMENT annotation. Glue will automatically decide if element name provided in this CDS annotation is date.

...

Using this functionality, deleted records captured by a trigger are marked as archive instead of delete. When a record is archived, the deletion flag (by default GLDELFLAG field) contains the 'A' character.

If you want to use the archiving functionality, you must execute the extraction in the trigger delta mode with a specific user. The archiving users must be specified in the transaction /DVD/GL_SETT in the setting 'EXT2_ARCHIVING_USERS'  separated by ',' delimiter.

...