cancel
Showing results for 
Search instead for 
Did you mean: 

Search Help for Application Server directory

Former Member
0 Kudos

Hi Gurus ,

In my webdynpro application i have to upload file from application server , for that i need to show the application directory in search help,

is there any standard  Search help available for this . or is any where the same kind of functionality used in standard webdynpro component . Kindly help

Regards

Chinnaiya Pandian

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for your suggestion .

Actually there is no problem in getting the list of  files from the application server ,

I am confused with how to design the node for it , since the level of folder is not known .

so i thought of checking with experts , is the application search help is being used in any standard component .

it will be help full if you suggest how to create nodes for it .

Regards

Chinnaiya Pandian

former_member184578
Active Contributor
0 Kudos

Hi,

See class CL_RSAN_UT_FILES method F4. we cannot use this class in Web Dynpro as it involves GUI functions. You can adopt the logic and create an OVS search help.  For logical files you can simply read from Data base table FILENAMECI.

Hope this helps u.,

Regards,

Kiran

Former Member
0 Kudos

Hi Chinnaiya,

There is no standard search help for application server in WD. But you can create your own custom search help and use that.

http://theabap.blogspot.de/2012/02/ovs-search-help-in-web-dynpro.html

-Manish