2007 Jul 18 5:24 PM
Hi All,
we are working on a upgrade project (4.6c to ECC 6.0)
we found function module PROFILE_GET has been obsolete.
can anyone suggest a replacement for the same.
points are assured for ur help
2007 Aug 24 10:59 AM
Hi ,
This function module gets the Registry details from the .ini file. Basically it reads the value from the INI value or a particualr section.
I feel that the methods REGISTRY_GET_DWORD_VALUE, REGISTRY_GET_VALUE could be useful.
Regards,
Vaibhav
2007 Jul 18 5:28 PM
Hi,
Use CL_GUI_FRONTEND_SERVICES=>
METHOD GET_DESKTOP_DIRECTORY.
METHOD DIRECTORY_GET_CURRENT .
METHOD GET_TEMP_DIRECTORY.
Please check the documentation
aRs
2007 Jul 18 5:30 PM
HI Siva,
Read the FM documentation in ECC 6.0 for this FM. It would tell you what to use instead.
Regards,
Ravi
2007 Aug 24 10:59 AM
Hi ,
This function module gets the Registry details from the .ini file. Basically it reads the value from the INI value or a particualr section.
I feel that the methods REGISTRY_GET_DWORD_VALUE, REGISTRY_GET_VALUE could be useful.
Regards,
Vaibhav