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
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
Add a comment