Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call statistics for customer functions (CMOD)

Former Member
0 Likes
430

Hi experts,

I wonder, whether R/3 4.6C provides an option to generate a call statistics for customer functions (w/o adding additional logging code in the ZX-includes).

This would be beneficial to identify customer functions called frequently (and to check/improve the performance of these subsequently).

I am aware of a similar feature for BAdIs as well as the coverage analyzer (in NW'04s).

Regards

Thomas

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
404

Hello Thomas

On a 4.6c release I would use the following approach:

(1) Identify the transactions which pass user-exits

(2) Analyze transaction log

Regards

Uwe

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
405

Hello Thomas

On a 4.6c release I would use the following approach:

(1) Identify the transactions which pass user-exits

(2) Analyze transaction log

Regards

Uwe

Read only

0 Likes
404

Thank you for this idea.

However, this is an acceptable solution for few user exits but hardly for a highly customized system. Moreover, I want to identify customer functions which are called very frequently within certain transactions (i.e. in LOOPs, e.g. in sales order pricing or in mass processing like RA and settlement).

Regards

Thomas

Read only

0 Likes
404

hii,

if you are specifying on the sales order..

for eg t-codes va01,va02 and va03 then you will find that they are module pool prgs with lots of include prgs withen it.

incase of user exits u can notice MV45AFZZ,MV45AAFZB etc as include prgs.

these are the user exits where we can include our own functionality to the standard sap transaction as per company specific.

thanks..'

reward if helpful.