cancel
Showing results for 
Search instead for 
Did you mean: 

Report in the portal ESS/MSS

Former Member
0 Kudos

I need to create a report for the portal to show me the user enters the service and how often each service enters

Accepted Solutions (0)

Answers (2)

Answers (2)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

in the backend we have al08 and sm66 etc

also in frontend

or

check this

b. Raise Trace severity: Visual administrator tool ->

Server_XXXX -> Services -> Log configurator -> Locations ->

com -> sap -> portal ->webreport (or activityreport) -> "ALL".

Copy severity to subtree (In NW7.0 there is also an

"Aggregator" subtree).

1. The logs and traces severity level need to be raised using the

"Visual Administrator" tool:

a. Raise Log severity: Visual administrator tool ->

Server_XXXX -> Services -> Log configurator -> Categories ->

System -> Server -> "ALL".

b. Raise Trace severity: Visual administrator tool ->

Server_XXXX -> Services -> Log configurator -> Locations ->

com -> sap -> portal ->webreport (or activityreport) -> "ALL".

Copy severity to subtree (In NW7.0 there is also an

"Aggregator" subtree).

Apply to all server nodes.

Former Member
0 Kudos

Probably you need to configure portal activity report. Default reports are present @ System admin->monitoring->portal->activity reports.

You can configure your own reports also. Check the [SAP Help Link|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/873c9dc84a199ce10000000a42189d/frameset.htm] for that.

cheers~

avadh

Former Member
0 Kudos

yes, here is configurate the activity report but the client wants a report more specificity,by user, iviews visit, number the visit

Former Member
0 Kudos

Not sure if this fits your requirement exactly but if you want a report with users and hits per iView and Page, then you'll have to turn on Monitoring Users and Monitoring hits radio button to 'yes' on the Property list for your Pages. Add these Pages to your custom Portal Activity report (user the option to launch it by hits to Pages/iViews). The output list has the number of hits and user IDs for the individual pages you are tracking. You can then use this data to present by user Ids if required.

Another option worth considering although it won't track by Pages/iViews is - http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e07edaa8-70ae-2b10-2390-f068636c8...

Pooja