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

obsolete function modules

Former Member
0 Likes
846

Hi can you please provide alternate replacement function modules for the following obsolete function modules in ECC.

LOG_SYSTEM_GET_RFC_DESTINATION

NAMETAB_GET

VALUES_GET

VALUES_DISPLAY

WS_QUERY

HELPSCREEN_NA_CREATE

5 REPLIES 5
Read only

Former Member
0 Likes
703

for WS_QUERY replacement are...

GUI_GET_DESKTOP_INFO

GUI_GET_FILE_INFO

GUI_EXEC

GUI_RUN

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

also, check...

http://help.sap.com/saphelp_46c/helpdata/en/d2/42f955cafe11d1ad0c080009b0fb56/content.htm

Message was edited by:

Ramesh Babu Chirumamilla

Read only

Former Member
0 Likes
703

CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_EXIST for WS_QUERY

Read only

Former Member
0 Likes
703

check the below link for various function modules....

http://www.erpgenie.com/abap/functions.htm

Read only

Former Member
0 Likes
703

1. check out the function groups of the obsolete FMs , you can find that in Attributes tab.

2. goto SE80 , select function group from drop down, give the function group name and click on display button

3. You can check the replacement for the obsolete one

Read only

0 Likes
703

Hi,

I have tried using SE80.

we can see all the function modules including obsolete FMs, but how can we find the replacement function module for a particular FM.

Please suggest.