Application Development and Automation 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: 
Read only

Find program in Invoice print preview button

Former Member
0 Likes
825

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
790

Hi

Try to check the print program assigned to your message: Transaction NACE o check in table TNAPR

Max

4 REPLIES 4
Read only

Former Member
0 Likes
791

Hi

Try to check the print program assigned to your message: Transaction NACE o check in table TNAPR

Max

Read only

Former Member
0 Likes
790

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

Read only

Former Member
0 Likes
790

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

Read only

Former Member
0 Likes
790

Thank you I just end up putting an if condition in the Z program.