‎2012 Apr 27 6:55 PM
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
‎2012 Apr 28 7:12 PM
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.