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

Browser type and version

Former Member
0 Likes
319

Hi All,

Is there a way to read the browser type and version in abap code?

GET_PLATFORM method in CL_GUI_FRONTEND_SERVICES returns the OS. I also need to read the browser details.

Thanks,

ABAPer

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
279

Please refer my reply here http://scn.sap.com/message/13174696#13174696.

For browser registry value, check this link http://www.codeproject.com/Articles/1583/Determine-the-version-of-Internet-Explorer-install and apply it to the same class mentioned.

This is for windows.