‎2010 Mar 01 2:26 PM
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
‎2010 Mar 01 2:30 PM
‎2010 Mar 01 2:30 PM
‎2010 Mar 01 2:35 PM
Hi,
for the sapgui version you can use fm DSVAS_RPGEN_SAPGUI_VERSION_GET.
Best regards.
‎2010 Mar 02 1:11 PM
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