Determine SAPGui version using SAP?
Hello all,
Please can anyone tell me if there is a way of determining the version of SAPGui (46D, 610, etc) using SAP?
I have tried the LAN check in ST06 but this only returns the IP and Computer name.
This is related to a PC audit and would save me driving all over the place!
Many thanks,
Use function module TH_USER_LIST, output table LIST - field GUIVERSION. You can write small ABAP program or just run that module by SE37.
Try this:
SM04 -> Settings -> Display Variant -> Current
then add the GUI version to the list.
We're using 4.6D and 6.10 GUIs and this works. If this is for an audit, then you can only check those that are logged in.
Archie
hmmm, when u click on saplogon pad... u will be able to see the sapgui version on the top left hand corner.....
hmmm, when u click on saplogon pad... u will be able to see the sapgui version on the top left hand corner.....
but only on your workstation - other users may have different versions.
okay.. so earlier on " SM04 -> Settings -> Display Variant -> Current
then add the GUI version to the list. " will let us see the various sapgui versions that are currently logging to the system?
will let us see the various sapgui versions that are currently logging to the system?
Yes, simply try it yourself and you'll see it.