Hi,
Finance user has posted few batches to the wrong date. I am wondering if there is any simple method or report to unpost those batches. Thanks for your time.
Cheers
Harpreet
11 years later and I am now using this post.
So ... I ran the proc. How do I check to see if the batch is unposted?
Ashley
Haha,
select * from T_batch where batch_no in (12345, 6789)That should give you the posting (or lack-of) posting details for the batch(es). Or just look for them in batch administrator in the application.
Thank you!