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

User exit

Former Member
0 Likes
488

Dear Gurus,

We are trying to retrieve information of the user that logs to the system. We found a way to retrieve computer name, NT user, IP and so on...

I wonder if there is a way to reteive SAPGUI version in the user exit when the user logs in to the r/3 ?

Please Advice,

Dimitry Haritonov

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
379

Hi,

You can use function module <b>DSVAS_RPGEN_SAPGUI_VERSION_GET</b>

Do a test on it in SE37..

Hope this helps..

Sri

3 REPLIES 3
Read only

Former Member
0 Likes
380

Hi,

You can use function module <b>DSVAS_RPGEN_SAPGUI_VERSION_GET</b>

Do a test on it in SE37..

Hope this helps..

Sri

Read only

0 Likes
379

Thank you very much Srikanth Pinnamaneni

Read only

andreas_mann3
Active Contributor
0 Likes
379

hi ,

use class CL_GUI_FRONTEND_SERVICES

and look here:

Andreas