2009 Sep 02 2:44 PM
hi there,
ive got a dynpro in which i have a button to create a user. i don't have rights to create a new user so i catch the error and show it as error message on the bottom. this works so far but after that when im pushing any button theres nothing goin to happen. the ok_code, sy-ucomm is empty then. when i try it again it works, but then again nothing happens when i push a button. every second time i push a button its not working. why?
hi there,
ive got a dynpro in which i have a button to create a user. i don't have rights to create a new user so i catch the error and show it as error message on the bottom. this works so far but after that when im pushing any button theres nothing goin to happen. the ok_code, sy-ucomm is empty then. when i try it again it works, but then again nothing happens when i push a button. every second time i push a button its not working. why?
2009 Sep 04 10:20 AM
Dont use error message in this case..
Rather use an information message. then exit
and then
call screen Screen_number.
This is the way to show an error message when you dont want you program to hault.
Let me know if, you have any doubts or if ive not been able to express correctly
2009 Sep 04 3:36 PM
hi,
yea i got that by myself, the same day i postet my question just didnt know how to close this thread
thanks anyway for ur help.
peace