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: 

When scrolled down

Former Member
0 Kudos

In table control when I have scrolled the mouse down, it continues to just before sy-ucomm.

For example when the user has wanted to add one more row to the table control, after added the row, She scrolls down and sees that more rows are created.

I have debugged it and saw that it holds the previous sy-ucomm(here add) and when scrolled adds rows.

I have cleared the sy-ucomm but this time other buttons are disabled some times, that is control is out of order.

What is the problem?

thanks.

Deniz.

1 REPLY 1

Former Member
0 Kudos

Just clear the sy-ucomm after every operation.

I mean.

Case sy-ucomm.

when 'ABC'.

......................

.....................

clear sy-ucomm.

when 'XYZ'.

...................

.................

clear sy-ucomm.

endcase.

Reward points if useful

Regards,

Nageswar