cancel
Showing results for 
Search instead for 
Did you mean: 

Display km resources list with icon.

former_member442169
Participant
0 Kudos

Hi to all,

My requirement is to display collection of resources as links in perticular folder with webdynpro table.Here i got collection of resources but i am unable to get resource icon dynamically from resource.Is there any simple logic to get resource icon like we are mention in collection renderer 'rnd:icon' .Please tell me how it is possible.

Regards,

Nari.

Accepted Solutions (1)

Accepted Solutions (1)

Qualiture
Active Contributor
0 Kudos

You could use the mimehandler service to retrieve icon info.

See http://help.sap.com/javadocs/NW04/current/km/com/sapportals/wcm/service/mimehandler/package-summary.... for package API and http://help.sap.com/saphelp_nw04/helpdata/en/19/14dfeed7b67a4d9b8406b0a56ebe37/content.htm for mimehandler service details

Hope this helps,

Robin

former_member442169
Participant
0 Kudos

Hi Robin,

your information helps me lot.Thank u very much.

we have another doubt regarding resource filter with layoutset,

we followed this blog: [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2102|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2102]

but we unsuccessful to implement.

we followed like:

Implemented the blog u201CEP KM Flex UI : Filtering your resourcesu201D on my local server (EP 7.0 SP23)

and I did some debugging and came to the conclusion that the filterparameters are being set correctly, but the ResourceFilter itself is not being called. (It's calles only once - the first time when it is accessed).

finally I have created KM Navigation iview and assign the layoutset (created based on your blog)when ever click the Preview the filter work perfectly and

After whenever click on u201CFilteru201D button , filter not working.

u2022 The problem seems this:

after click on "Filter" button, the runtime environment correctly calls "onSetFilters" event handler, but at the end of this method,

the execution flow don't invoke "filterResourceList" method in the "SimpleResourceFilter" class.

if u have any solution please tell me.

Regards,

Nari.

Qualiture
Active Contributor
0 Kudos

Hi,

I'm not sure how to solve the filter issue... according to the comments in that blog, more people seem to have issues with the method not being invoked on a 7.0 environment

Answers (0)