‎2014 Feb 12 10:37 PM
HI experts,
I have a program that pressing f4 over a field call to a function z which is a search help and after opening of the dynpro (search help) this freezes and does not respond to any button (execute or close), the buttons are standard (not have created any status gui ), I did debug and when execute the command "call screen" shows the screen and if I press any button or do any action does not return to debug.
I call this way to the screen:
call screen 1000 starting at 10 5.
Please help me.
Best regards
Robert L.
‎2014 Feb 12 11:55 PM
Hi Robert,
Please make sure screen 1000 is not the selection screen in the program as well (default screen number). If this is your problem, renumber your screen .
If not, have you programmed anyting in the PAI of this 1000 screen? So you can catch the sy-ucomm field for the next step? So screen events will be actually handled?
Good luck!
Best,
Sander