‎2008 Jul 09 5:39 PM
Hi everyone,
I am looking for a way to determine the sapgui type; that is if it is a wingui or javagui, from an abap program.
I know how to get the gui version with
CL_GUI_FRONTEND_SERVICES=>GET_GUI_VERSIONcall and I also know how to get the platform with
CL_GUI_FRONTEND_SERVICES=>GET_PLATFORMI simply want to determine if a certain sapgui running on a windows pc is a wingui or a javagui.
Any ideas?
Thanks,
Menelaos
‎2008 Jul 09 9:26 PM
Ok, I finally found it myself!
It is the function module:
RSAN_WB_TEST_GET_GUI_TYPEat least on a 640 release.
Can I award me points?
Menelaos