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: 

WS_query

Former Member
0 Kudos

HI

I want to know the substitute of ws_query for ECC 5.0.

Regards

Sumant Agarwal

1 REPLY 1

Former Member
0 Kudos

Refer to this thread in sdn

or refer

Use the appropriate module from the function group SFES.

The appropriate function modules from funciton group SFES.

GUI_GET_DESKTOP_INFO

GUI_GET_FILE_INFO

GUI_EXEC

GUI_RUN etc

The Equivalent Function Module for in ABAP 4.7 is

WS_QUERY-File Exist is CL_GUI_FRONTEND_SERVICES=>FILE_EXIST , or ,

WS_QUERY-Directory Exist is CL_GUI_FRONTEND_SERVICES=>DIRECTORY_EXIST.