Hi SAP gurus,
I have a requirement to monitor the commonly used printers in our production system.
I've read in the forums that one way to do this is to implement the BAdI EFG_SPOOL_OUTPUT.
I was able to create my own implementation of the BAdI, and added my custom code that will log
the output device used in method OUTPUT_STATUS.
My BAdI implementation is already active, and there are no errors or warnings.
When I try to add an output to the spool, SE16n-> filter data from any table -> print,
the spool output is added, but it does not pass through my BAdI.
I've coded breakpoints to my code, but to no avail.
Can you share your insights on how to test this BAdI, or maybe show me how it is implemented in an application?
Kind Regards,
Eduard