Application Development 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: 

Adjusting the Local Layout (GUI settings) from abap

Former Member
0 Kudos

Hi,

Is is possible to adjust the local layout (GUI settings) from abap program?

Ex. Local layout --> options --> cursor settings --> (cursor position) Automatic TAB at Field End

Kind regards,

Keld Gregersen

1 REPLY 1

Peter_Inotai
Active Contributor
0 Kudos

It's stored in registry of the local PC. I never tried, but with methods REGISTRY_SET_DWORD_VALUE & REGISTRY_SET_VALUE of class CL_GUI_FRONTEND_SERVICES you might be able to set it.

Peter