Skip to content

Technical\Operation IC

Alan C Bonnici edited this page Apr 11, 2022 · 1 revision

Technical: Operation IC

Revisions

Date Author Doc Ver Comments Applies to v
2022-04 ACB 1.0 First Draft 0.9x

Quick overview

ETransL retains a Transaction Counter (starting at 1 and imcrementing by 1) for each row in the transaction file that is processed.

This can be used to generate a unique reference for the batch.

The Transaction Counter is incremented outside of the function.

Flow Diagram

Image

Solution walk through

  • Assign the system maintained Transaction Counter to Return Value
  • Perform the Apply Padding function on Return Value. Store the result back in Return Value
  • Return to the calling module Return Value