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: 

CL_GUI_FRONTEND_SERVICES-DIRECTORY_SET_CURRENT marked DO NOT USE

Former Member
0 Kudos

Hello gurus

The description for

CL_GUI_FRONTEND_SERVICES-DIRECTORY_SET_CURRENT

says

Sets the Current Directory (Do NOT Use)

Does anyone know why, and what alternative class-method

should

be used

I'm currently using it and it works as I expected. But, I'm concerned about upgrade issues.

My system version is ECC 6.0

Thanks

Ed Baker

1 REPLY 1

narin_nandivada3
Active Contributor
0 Kudos

Hi Ed,

I did not find the alternate for Directory_set_current.... try using DIRECTORY_BROWSE of the same class.

But you cannot get the functionality of the same.

for Directory_browse please check this link

Hope this would help you.

Good luck

Narin