Application Development 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: 

User exit for SAP gui 7.X

Former Member
0 Kudos

Hi,

there is a scenario, if system is upgrading from 4.7 to 7.x(or latest)version, is there any user exit to identify SAP GUI version

a user is using to logon to SAP?

can anyone help me?

Thanks in advance

4 REPLIES 4

Former Member
0 Kudos

Use the following method to get the gui version:

data:

zlt_version TYPE filetable.

cl_gui_frontend_services=>get_gui_version(

changing version_table = zlt_version ).

In the first line of zlt_version you wil find the version number.

Regards,

John.

0 Kudos

my requirement is to get the corresponing user exit(SAP).

not the version

0 Kudos

I'm completely lost. During which transaction do you need this exit ??

John.

0 Kudos

right now, the transaction is not identified, if any user exit existed to match this requirement,

then we will find the transaction for that.

could you please help me?