Application Development 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: 

Performance "Call Screen"

sthomas
Explorer
0 Kudos
211

Hi all,

I was doing a performance trace on transaction "/SAPSLL/SPL_CHSB2LO" in order to check why it is taking quite long for some specific selections. The trace shows as following:

Now I was wondering why "Call Screen 0300" could take that long and how to speed up this step. Is there some initialization going on that is not contained/visible in this trace file? What would be the best approach to further investigate why this statement takes that long to be processed?

Thank you for some hints on this,

Sebastian

1 REPLY 1

Sandra_Rossi
Active Contributor
104

Gross time = time of current procedure + all its sub-procedures

Net time = only time of current procedure (ignore time of all its sub-procedures)

If you want to know what takes most of the time inside CALL SCREEN, sort by Net time.