‎2012 Jul 06 4:38 PM
Our system triggers a program that generates a text to send to other system every time the Invoice print preview button is clicked in VF02/03.
Where can I find the code that is triggering this program, How do I find the include that gets executed when the print preview button its clicked?
Thanks and Regards,
Carlos
‎2012 Jul 06 4:40 PM
Hi
Try to check the print program assigned to your message: Transaction NACE o check in table TNAPR
Max
‎2012 Jul 06 4:40 PM
Hi
Try to check the print program assigned to your message: Transaction NACE o check in table TNAPR
Max
‎2012 Jul 06 4:55 PM
Based on the output type a sub-routine in your print program gets triggered. You can look up the program and the subroutine and Sform/script assigned in table TNAPR.
Regards,
Shravan
‎2012 Jul 06 9:40 PM
Thank you both I have not looked there, but did not found anything.
Now I now the Z function name, but if I click on Where used I get another 3 Z programs and those are supposly not used anywhere.
Thank you again,
Carlos
‎2012 Jul 06 11:15 PM
Thank you I just end up putting an if condition in the Z program.