‎2007 Feb 13 1:36 PM
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
‎2007 Feb 13 1:43 PM
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
‎2007 Feb 13 1:45 PM
‎2007 Feb 13 1:47 PM
‎2007 Feb 13 1:50 PM
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
‎2007 Feb 13 2:21 PM
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.