cancel
Showing results for 
Search instead for 
Did you mean: 

moving rated documents, delete entries for rating, feedback...

Former Member
0 Kudos

Hello,

i have integrated a filesystem in our sap km.

In the folder "test1" there is a document named test.txt. Now it is possible to rate this document and give feedback.

If i now move this document to another folder "test2", the rating and feedback is lost.

Is it possible to keep the rating and feedback, when moving the document?

if i now create a second document, also with the name test.txt in the folder "test1", the rating and feedback of the old document is displayed for this new document.

How can i delete the entries for rating and feedback, to avoid this? Can it be deleted automatically?

Thank you for any help.

Sven

Accepted Solutions (1)

Accepted Solutions (1)

thilo_brandt
Employee
Employee
0 Kudos

Hi Sven,

the feedback and rating data is not copied or cleaned up automatically. You can do this be implementing either an resource event receiver (synchronously) or an report (asynchropnously) to process these metadat during/after the document move operation.

Have a look into several code samples and the KMC Developer guide for detailed information: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/nw/NetweaverDevelopersG...

Kind regards,

Thilo

Former Member
0 Kudos

Hi Thilo,

thank you for your answer.

The solution is not as easy, as i thought, but maybe i will try ...

Regards,

Sven

Answers (0)