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

Obsolete function Module GUI_GET_REGVALUE

Former Member
0 Likes
556

Hi,

Working on an upgrade i got through this FM GUI_GET_REGVALUE. Not able to get any replacement for it. I tried CL_GUI_FRONTEND_SERVICES=>REGISTRY_GET_VALUE but could not map the parameters which are under changing parameter in GUI_GET_REGVALUE.

Snippet

CALL FUNCTION 'GUI_GET_REGVALUE'

EXPORTING

ROOT = 1

KEY = LV_KEY

VALUE_NAME = 'File1'

*CHANGING

STRING = OV_INFILE*

EXCEPTIONS

REGISTRY_ERROR = 1

OTHERS = 2.

3 REPLIES 3
Read only

Former Member
0 Likes
470

Read only

0 Likes
470

Hi,

I have gone thru the link but couldn't make it out.

Read only

0 Likes
470

Can anybody please help me out on above Function Module