Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Printer popup infinite loop me23n

Former Member
0 Kudos


hello

We have custom output type and adobe developed for PO form. Accordingly NACE settings have been done. However when one goes to me23n and tries to invoke printer popup, it does come up but after cancelling , it keeps on coming up no matter the use clicks on which button. This does not happen if we go ahead and take the preview. We debugged and found the PREOUTPUT is not getting reset. Not happeneing with standard medruck, any inputs are helpful.

thanks in advance,

1 REPLY 1

Former Member
0 Kudos


I found the solution myself, for the benefits of others I am writing it here.

This was custom ADOBE form attached to the output type instead of using Medruck. In the program the cycle of Job_Open and Job_close was getting terminated before the job_close and the clearing of variables was not happeneing.