cancel
Showing results for 
Search instead for 
Did you mean: 

Monitor usage of Webdynpro for Abap Application

neeta_patel2
Participant
0 Kudos

Dear all,

How does one monitor how many times a Webdynpro for Abap application is called by users? We have an i-view in the portal that calls a WD4A program in the back-end system. Is there anything in the portal or back-end that will give us the usage information?

Thanks, Neeta

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Just have a look at WD trace tool, not sure if this will provide the WD component usage data.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/95da36b8cf114be10000000a421937/frameset.htm

Regards,

Runal

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The ABAP stack has lots of performance tools and statics automatically generated for you. Ask your basis team to look into these standard tools. We have the performance collector, transactions like STAT & STAD, CCMS. In all of these standard preformance tools, Web Dynpro ABAP applications are tracked just like any other type of application.

neeta_patel2
Participant
0 Kudos

Hi Thomas,

We are not necessarily looking for performance data but how many times a bsp and/or function module is called. The idea is to try and determine how many calls are made to SWN_WIEXECUTE BSP via a URL (http://<hostname>:xxxx/bc/bsp/sap/SWN_WIEXECUTE/MAIN.DO to track a usage of a new workflow approval/rejection process.

We also want track how many calls are made to SAP_WAPI_WORKITEM_COMPLETE function module to track approval/rejection of a workflow process via Portal UWL.

Best Regards, Neeta

Former Member
0 Kudos

Hi,

U can use the assistance class for that. Just declare the attribute in assistance class and increment it in doint...