cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering documents based on user's geo, language

Former Member
0 Kudos

Hi All,

What are the possible options for filtering documents based on user's geo, language?

Regards,

Ganga

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

The apporch to filtering documents in KM Folder is by using Resource List Filters.

Check this how to implement one:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/31fa0d2d-0401-0010-efa3-af7a8647...

You can also think of using Repository Filters to do this, so check this:

http://help.sap.com/saphelp_nw70/helpdata/EN/c1/902ae120a886459b0e028f2e89ffe1/frameset.htm

Regards,

Praveen Gudapati

Former Member
0 Kudos

Hi Praveen,

Thanks a lot for your reply. But as you know Resouce List filter comes with lot of other functionalities, which will cause performance issues.

I am checking other possible options.

Which one is faster : Repository or Resorce List Filer?

Regards,

Ganga

0 Kudos

Hi,

The repository filter should be more performant as the documents will be filtered very early in the pipeline to retrieve them. Even from security point of view, no one can change the filter.

For example if you use Resouce List filter, as the filter is a setting on layoutset, one can just change the layoutset to change/manipulate the filter and view all documents.

One can change the layoutset just by setting a new layoutset like this:

http:///irj/servlet/prt/portal/prtroot/com.sap.km.cm.navigation/documents?rndLayoutSet=TabExplorer

Regards,

Praveen Gudapati

Former Member
0 Kudos

Hi Praveen,

Thanks for reply.

But my requirement is can we have filter other than Repository and Resouce list?

If custom development is the otpion, what all points we should take care of

Regards,

Ganga

0 Kudos

Hi,

The only other way to filter documents is by using KM search component or write custom component which uses KM search API.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9237e490-0201-0010-f3a1-9a322ccb...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/41cbcb56-0701-0010-43b4-fbc138ea...

So decide on any of these approches depending on your needs.

Regards,

Praveen Gudapati