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

standard button screen (dynpro) not working

Former Member
0 Likes
656

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.

1 REPLY 1
Read only

former_member192854
Active Participant
0 Likes
483

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