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

Problem Read Registry

Former Member
0 Likes
843

Hi all,

I try to read registry using Class CL_GUI_FRONTEND_SERVICES Methods REGISTRY_GET_VALUE.

I would like to read Key:ExcelWorksheet\protocol\StdFileEditing\server.

I got nothing on the output, I know it's from the computer and not from the user, but can found out the solution. I disable the Windows Firewall, nothing happen.

Any idea on what can block the reading?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
747

Hi,

I had the same problem, Fixed it with SAP GUI Patch.

What is the SAP GUI and patch level?

Regards,

Prabhu Rajesh

6 REPLIES 6
Read only

athavanraja
Active Contributor
0 Likes
747

try calling

call method cl_gui_cfw=>flush

exceptions

cntl_system_error = 1

cntl_error = 2

others = 3.

after the registry_get_value method call

Read only

0 Likes
747

Thanks Durairaj,

I did it, in fact i'm using the call function XXL_FULL_API, so cl_gui_cfw=>flush is already included.

So the problem is from somewhere else.

When I test the methode REGISTRY_GET_VALUE, it's not working on my computer but it's working on an other one.

Read only

Former Member
0 Likes
748

Hi,

I had the same problem, Fixed it with SAP GUI Patch.

What is the SAP GUI and patch level?

Regards,

Prabhu Rajesh

Read only

0 Likes
747

My SAP GUI is 7.10, what do you mean by the path??

if it's the path of SAP it's:

"C:\Program Files\SAP\SapSetup\setup\SAL\SapLogon.sal"

Read only

0 Likes
747

Hi,

In ur log on pad, check in the patch level, for 7.10 latet patch is 8.0 available.

Check the OSS note number : 1023083 for more details....

Regards,

Prabhu Rajesh

Read only

0 Likes
747

Thanks Prabhu,

I just got the last patch and it's working perfectly now.