‎2008 Jun 09 9:10 AM
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
‎2008 Jun 09 12:55 PM
Hi,
I had the same problem, Fixed it with SAP GUI Patch.
What is the SAP GUI and patch level?
Regards,
Prabhu Rajesh
‎2008 Jun 09 11:34 AM
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
‎2008 Jun 09 12:17 PM
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.
‎2008 Jun 09 12:55 PM
Hi,
I had the same problem, Fixed it with SAP GUI Patch.
What is the SAP GUI and patch level?
Regards,
Prabhu Rajesh
‎2008 Jun 09 1:04 PM
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"
‎2008 Jun 09 1:17 PM
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
‎2008 Jun 12 8:55 AM
Thanks Prabhu,
I just got the last patch and it's working perfectly now.