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

Upgrade issue

Former Member
0 Likes
405

Hi Friends,

In my old version(4.6c) call function gui_get_file_info is used

and iit is obsolute, now how i have to go further to solve this.

Regards,

Narasimha.

2 REPLIES 2
Read only

Former Member
0 Likes
381

Hi Friends , in the older version (4.6c)function module like this ,it is obsolute , i wann replace it newer version (ecc 6.0) ?plz help.

*GUI_GET_FILE_INFO

CALL FUNCTION 'GUI_GET_FILE_INFO'

EXPORTING

fname = 'SAPGUI.EXE'

IMPORTING

file_version = patch_level.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
381

You might want to try the FILE_GET_ATTRIBUTES method of the class CL_GUI_FRONTEND_SERVICES

Regards,

Rich Heilman