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

Auto propose for input fields in classical dynpro

Former Member
0 Likes
382

Hi Folks,

How to achieve auto propose for input fields in classical dynpro. I know how to do it in webdynpro but not in classical dynpro. Please note I am not talking about local data that is shown in GUI when we hit spacebar.

I can can see this functionality is available in SE80 in EHP6. Just wanted to understand how its done.

Any thoughts..

1 REPLY 1
Read only

custodio_deoliveira
Active Contributor
0 Likes
342

Hi Jason,

In this specific case it calls the method DISPATCH of class CL_GUI_HTML_VIEWER. You can check it by activating the debugger before typing on SE80.

But how implement it, sorry, I don't know. But it's a good idea for research

Regards,

Custodio