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: 

replacement fm for PROFILE_GET needed

Former Member
0 Kudos
184

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
106

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

3 REPLIES 3

former_member194669
Active Contributor
0 Kudos
106

Hi,

Use CL_GUI_FRONTEND_SERVICES=>

METHOD GET_DESKTOP_DIRECTORY.

METHOD DIRECTORY_GET_CURRENT .

METHOD GET_TEMP_DIRECTORY.

Please check the documentation

aRs

former_member181962
Active Contributor
0 Kudos
106

HI Siva,

Read the FM documentation in ECC 6.0 for this FM. It would tell you what to use instead.

Regards,

Ravi

Former Member
0 Kudos
107

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