Hi Experts,
My requirement is
SWIFT -> PI-> ECC
we are reading statement files in MT940s format and need to same file in ECC NFS directory. From ECC there is a program which reads the file and imports into ECC
if the statement file size is more than 2 KB then SWIFT will send each page as a separate message.
The requirement is, if lets say SWIFT send 3 pages - in PI we need to do some validations like if all the three pages
PI will need to validate that all pages in the statement have been received and are in the correct sequence before transferring the messages to SAP:
The rule for validation is:
To validate that all pages have been received, a combination of the Statement Number/Sequence Number (Field 28) along with the Beginning Balance (Field 60F and 60M) and Ending Balance (Fields 62F and 62M) need to be compared. M indicates intermediate and F indicates Final.
If a statement has broken into three pages, the first statement page would have fields 60F and 62M, the second statement page would have fields 60M and 62M, and the third statement page would have fields 60M and 62F. PI will need to calculate that the individual M values on each page add up to the final expected total balance
Please let me know if the above requirement is feasible.I am not understanding how PI will read all the 3 files and then compare and send?
Can we use the integration package give by SWIFt to met the requirement?