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

How to get SAPGUI type (wingui or java) from an ABAP program

Former Member
0 Likes
761

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_VERSION

call and I also know how to get the platform with

CL_GUI_FRONTEND_SERVICES=>GET_PLATFORM

I simply want to determine if a certain sapgui running on a windows pc is a wingui or a javagui.

Any ideas?

Thanks,

Menelaos

1 REPLY 1
Read only

Former Member
0 Likes
548

Ok, I finally found it myself!

It is the function module:

RSAN_WB_TEST_GET_GUI_TYPE

at least on a 640 release.

Can I award me points?

Menelaos