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

Gui Version

former_member216100
Participant
0 Likes
1,199

Dear cracks,

how I can read with a abap which SAP GUI is using (version) ??

Also if possible can I find out the version of the office which is installed ?

I found something but maybe there is something better...

CALL METHOD wp->get_version
     EXPORTING no_flush  =  no_flush
     IMPORTING version   =  version
               error     =  error
               retcode   =  retcode.

thanks for help or for examples

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
861

You may use the GET_GUI_VERSION method of the CL_GUI_FRONTEND_SERVICES class to get the gui version.

Regards,

Rich Heilman

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
862

You may use the GET_GUI_VERSION method of the CL_GUI_FRONTEND_SERVICES class to get the gui version.

Regards,

Rich Heilman

Read only

former_member182371
Active Contributor
0 Likes
861

Hi,

for the sapgui version you can use fm DSVAS_RPGEN_SAPGUI_VERSION_GET.

Best regards.

Read only

former_member216100
Participant
0 Likes
861

first problem is now solved , thanks a lot. I solved it with CL_GUI_FRONTEND_SERVICES=>GET_GUI_VERSION(

second problem with version of office is still open

Edited by: Miro on Mar 2, 2010 2:14 PM

Edited by: Miro on Mar 2, 2010 2:15 PM