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

replacement for ws_query FM

Former Member
0 Likes
1,140

Is there any replacement for the function module WS_query.

santosh.b

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
935

<b>GUI_GET_FILE_INFO</b>

if u want to get file info,u can use this corresponding fm.

5 REPLIES 5
Read only

Former Member
0 Likes
936

<b>GUI_GET_FILE_INFO</b>

if u want to get file info,u can use this corresponding fm.

Read only

Former Member
0 Likes
935

Hi,

You can use the appropriate function modules from funciton group SFES.

Some are :

GUI_GET_DESKTOP_INFO

GUI_GET_FILE_INFO

GUI_EXEC

GUI_RUN etc

You could also use methods from class :

CL_GUI_FRONTEND_SERVICES

Hope this helps.

Rgds,

HR

Read only

Former Member
0 Likes
935

you can search in function group SFES ,

GUI_GET_FILE_INFO is also obsolete

pls check in class CL_GUI_FRONTEND_SERVICES

Read only

Former Member
0 Likes
935

Hi Santosh,

The Equivalent Function Module for <b>WS_QUERY</b>-File Exist in ABAP 4.7 is

CL_GUI_FRONTEND_SERVICES=>FILE_EXIST or WS_QUERY-Directory Exist is CL_GUI_FRONTEND_SERVICES=>DIRECTORY_EXIST.

Check this Link.

Regards,

AS

Read only

0 Likes
935

Use Functional module <b>ITS_QUERY</b>

Prakash