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

Script

Former Member
0 Likes
275

Hi all

Here i have a requirement i.e. two froms one is Australian Invoice and the other New zealand invoice are assigned to same program and the output type is also same, here the problem is when i use the transaction VF03 to print Australian form it is displaying correctly but when i click on BACK button ot is displaying Newzealand invoice also, I want to display only one invoice , How to do that?

Thanks

Srini

2 REPLIES 2
Read only

JozsefSzikszai
Active Contributor
0 Likes
260

hi,

I guess there is an error in the print program, you have to debug, why the 2nd invoice appears....

ec

Read only

Former Member
0 Likes
260

You need to debug the print program.

Tips: Break-point on Function module : Open_form.

Definitely it would be called twice.

Need to place a filter in the printer program that which form needs to be printed.