cancel
Showing results for 
Search instead for 
Did you mean: 

Need to find records posted from Fiori launchpad or Fiori application

Former Member
0 Kudos

Hi,

We have implemented Fiori Applications at our customer site now they want to identify or find out records posted from fiori launchpad and SAP ERP.

Purpose of this activity to monitor the utilization of Fiori Application. Is anyone know how we can achieve this?

Regards

Shraddha

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sharddha,

How about Gateway application log. You need to monitor OData put and post method.

Application Log Viewer - SAP NetWeaver Gateway - SAP Library

Other idea is utilizing Google Analytics.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b94044-7008-2b10-1680-c04e45263...

Regards, Masa

SAP Customer Experience Group - CEG

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sharddha,


Please look at http://scn.sap.com/thread/3621724 and  http://scn.sap.com/thread/3336896

It is better solution.


Regards, Masa

SAP Customer Experience Group - CEG

Answers (3)

Answers (3)

midhun_vp
Active Contributor
0 Kudos

Hi Shraddha,

Adding one more point to Masa's reply, if you are using SMP (SAP Mobile Platform) you can proxy Fiori Client requests through SMP (involves license) to get the statistics and add more features to app (ex. SSO, push notifications).

You can find the documentation here:

Regards, Midhun

SAP Customer Experience Group - CEG

Vasilis
Advisor
Advisor
0 Kudos

Hi Shraddha,

most at apps have BADIs in the backend that you can implement.


For example, in approve PO or PR app, you can write your own code when someone approves or rejects.


regards,

Vasilis

midhun_vp
Active Contributor
0 Kudos

Hi Shraddha,

I don't know whether this feature is available in Fiori, but as a workaround I would suggest you to add a flag while posting data. Example pass letter "M" while posting from Fiori app. To do this you have to customize the app.

Regards,

Midhun VP