Hello,
I have created a custom archiving object and also one Write and delete program for that.
My Write program is working properly and it is showing the Job Log ( spool ) properly.
My custom delete program is also deleting the data from DB and all the functionality is working fine except in the output log (SPOOL)
NUMBER OF DELETED DATA OBJECT field is not populated properly. Every time it is showing 0 . But the same field in the output of WRITE program is populated properly.
I have used ARCHIVE_GIVE_STATISTICS then ARCHIVE_WRITE_STATISTICS and then ARCHIVE_CLOSE_FILE FM and also checked the standard programs. All the fields are populating properly except NUMBER OF DELETED DATA OBJECT field.
Could you please help me regarding this.
Thanks in Advance.