2022 Apr 05 7:15 AM
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
2022 Apr 05 7:27 AM
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.