cancel
Showing results for 
Search instead for 
Did you mean: 

How to get all KM Resource name in a table through Web Dynpro java.

Former Member
0 Kudos

Hi Friends,

Can some please tell me that "How to get all KM Resource name in a table through Web Dynpro java".

I am currently developing this application in SAP NWDS 7.0 EHP1.

Please some one help me in this, I am stuck into this and not getting any clue.

Accepted Solutions (1)

Accepted Solutions (1)

SandipAgarwalla
Active Contributor
0 Kudos

Mainak

That should be failry easy..There are Resource KM APIs which helps in reading/updating resources of KM.

The steps basically are

1) Create a resource context

2) get the user context

3) get access to the resource by RID

Just search in SDN for a while, you should get quite a material

Former Member
0 Kudos

Hi Sandeep,

First of all thanks for your reply. The problem is that I am very new to the Web dynpro java, So it is getting very deficult for me to get the same.

My exact requirement is :

1) Get all the portal groups into a table. (I have done this)

2) Select any perticular group or multiple groups from that table (this is also done), one button is there called "GetResourceDetails" and after clicking on this button another table will open.In this table the selected group will be shown and beside that all the Resources will be shown which are assigned to that particular group on the same table.

So may be it is an easy task but it is getting very dificult for me to do.

If you please help me so it will be great for me.

SandipAgarwalla
Active Contributor
0 Kudos

Refer this blog

http://scn.sap.com/people/community.user/blog/2008/09/03/how-to-download-km-documents-using-web-dynp...

Just remove the lines for downloading the resources..you just need the names of the resources, right??

Answers (0)