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
220

Hello friends,

I have a ALV report with a check box for each row. When I check the check box and then execute a script is triggered and would print the labels only for the rows where the check box is checked.

Everything works good as of now but the problem is when the user hits the print preview button in the pop up screen for the script and come backs and hits the print button it prints the label twice.

What could be the reason for this. Please let me know if I am not clear.

Ster.

1 REPLY 1
Read only

Former Member
0 Likes
203

It might be problem at SY-UCOMM,keep the break point at UCOMM Area,it is not clearing the values,i guess you need to use clear command properly.

Thanks

Seshu