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

Srcolling in Table Control in MM01

Former Member
0 Likes
494

Hello experts,

I have made a new view in material master (transaction mm01 - mm03) with an table control. So far everything works fine. But if I click on the vertical scroll bars, a roundtrip is launched an I get the popup, that data was changed and if I want to save it.

Has anyone of you an idea, to supress the popup, catch the okcode of the scroll bars, set an own okcode for the scrollbars in the table control etc.

Would be great if anyone could help.

Best regards

Matthias

Hello experts,

I have made a new view in material master (transaction mm01 - mm03) with an table control. So far everything works fine. But if I click on the vertical scroll bars, a roundtrip is launched an I get the popup, that data was changed and if I want to save it.

Has anyone of you an idea, to supress the popup, catch the okcode of the scroll bars, set an own okcode for the scrollbars in the table control etc.

Would be great if anyone could help.

Best regards

Matthias

1 REPLY 1
Read only

Former Member
0 Likes
403

Hi Matthias,

Have you created a screen exit?

Maybe the scroll command don't have any ucomm code, and the variable Sy-ucomm is saving an old code..

If you really is using a screen exit, you can create a module at last of PBO, clearing the sy-ucomm..

in this way, the actual sy-ucomm will be used just one cicle.. you click, and the PAI and PBO is called.. at last, the ucomm is clear..

maybe it can help you..

hugs,

Rogerio