cancel
Showing results for 
Search instead for 
Did you mean: 

KM Activity Reporting -- Enhancing Customer Reports

Former Member
0 Kudos

Hello friends,

I have a quick query on KM activity reporting . I came across this article by name "Enhancing Customer Reports with Commands and Parameters" by Thilo Brandt dated 11th July 2006 .

Here is the link to the article

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d28a67b-0c01-0010-8d9a-d7e...

I would like to know if deploying the code given in the article would directly produce the report given in the article . Is this a fully functional code ? I am asking this because i have not come across any User Interface code in the example . Please respond with your comments at the earliest .

Many thanks in advance

Subra

Accepted Solutions (0)

Answers (1)

Answers (1)

kai_unewisse3
Active Contributor
0 Kudos

Hi Subra,

inside the ZIp file is a .configarchive file; that is a KM export package and should contain all neccesary custom Layouts and commands ...

Kai

Former Member
0 Kudos

Hi Kai,

Thank you for your quick response . I take it from you that no more UI development is required to run this example . However i have one more question . If i need to modify the layout and remove a couple of columns then how do i go about doing it ? where should i do the necessary changes? Can you pleaes let me know

regards

Subra

kai_unewisse3
Active Contributor
0 Kudos

Hi Subra,

look in the file DocumentAccessReport.java

and take a look in the middle of the file :

// reporting properties

protected static final List m_resultPropertyNames;

protected static final IPropertyName m_propDisplayname;

protected static final IPropertyName m_propUniqueUserCount;

protected static final IPropertyName m_propTotalCount;

protected static final IPropertyName m_propLastAccessed;

protected static final IPropertyName m_propLastModified;

Regards, Kai

Former Member
0 Kudos

Kai,

That was really helpful . Now i have a more difficult question . I would like to understand how and where does the report get its data from and which are the back end tables . I would need this as i will be adding a couple of columns to split the access count by date and user . Would be grateful if you could throw some light on this .

regards

Subra

kai_unewisse3
Active Contributor
0 Kudos

Hi Subra,

sorry that request is beyond my available time.

Anybody else ?

Kai

Former Member
0 Kudos

Hi,

Can any of you tell me how to add extra columns to split the access count by date and user in the report i had mentioned in my first query. Would appreciate a quick response .

regards

Subra