cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Application hit count

piyush_kumar6
Active Contributor
0 Kudos

Hello Friends,

In our project we have implemented Fiori  Apps , Like leave applications etc. and this leave application

is also available from Portal as a part of ESS. So few users access leave application from Portal and few

users from Fiori.

Now we need to check how many times Fiori leave request application has been accessed and by which user.

Its kind of counter kind of thing , That how many time fiori apps have been accessed.

Do we have any option to count the Fiori app hit/execution by user with user details ??

If we have any T.Codes or any reports in gateway system to get such details, Kindly let me know.

Regards,

Piyush Kumar

Accepted Solutions (1)

Accepted Solutions (1)

former_member182874
Active Contributor
0 Kudos

Hi Piyush,

You can always keep the trace on in the gateway system and track how many times particular Gateway odata service is called, or DPC class is hit. This is the only way i feel and you can check other discussions as well.


Regards,

Tejas

Answers (1)

Answers (1)

venkateswaran_k
Active Contributor
0 Kudos

Dear Piyush

There are some database trace or odata service traces available. You can refer to the basis team.  However, if you switch on the trace, it may be overhead on the system as well, so it is not recommended unless for a short period to watch/monitor.

Secondly, you  can look for any implicit enhancement in the odata service where you can log the access in a z-table.

You can refer to the link as well.

How to setup database trace on odata service | SCN 

Regards,

Venkat