cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically read the contents of a KM Content directory

Former Member
0 Kudos

I am very new to Portal Content development as well as Java.
I would like to write a custom JSP file that reads the contents of a KM content
directory. I need to dynamically read the files into a select box. Can anyone
point me in the right direction? Much thanks for any help or advice.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member218672
Active Contributor
0 Kudos

Hi Joe,

you can easily do this in webdynpro. check this link - http://scn.sap.com/docs/DOC-7529

cheers,

sen

Former Member
0 Kudos

Thank you prodyot sen I have been working on other projects but when I get back to this I will read the link you sent me. Thank you for taking the time.

Former Member
0 Kudos

Hi Joe,

To read the content of the directory, I think you have to use KM Repository , RIDs, Lookup, and Resource Context, etc...API . The below are the example how to use this functionality.

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c739e546-0701-0010-53a9-a370e39a5a20&override...

Thanks

Krish

Former Member
0 Kudos

Thank you Krishna Reddy I have been working on other projects but when I get back to this I will read the link you sent me. Thank you for taking the time.