cancel
Showing results for 
Search instead for 
Did you mean: 

performance

Former Member
0 Kudos

hi gurus,

i have used standard table type in interface it working fine ,but i have a problem with the speed, i mean to say it is taking very long time, is there any way to increase the speed or how can i find where it is taking time (iam dispalying only few fields).

thanks

deepak

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The below transaction are used to analysis the performance of the report.

ST05 SQL Trace transaction

SE30 Run time analysis transaction

Check the below links

[http://help.sap.com/saphelp_nw04/helpdata/en/5a/ace273ca0211d194b500a0c94260a5/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/5a/ace273ca0211d194b500a0c94260a5/content.htm]

[http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp|http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp]

Reward if found helpful.

Regards,

Boobalan Suburaj

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks for your responce.

former_member195383
Active Contributor
0 Kudos

the internal table u r using in the select query needs to be trimmed . That is inside that internal table use only those fields which are really required.This will improve the pervformance.

Reward points if the above ans is useful...

former_member705122
Active Contributor
0 Kudos

Hi,

For performance reasons, you might want to find out which fields are actually used in the form.

Call function module FP_FIELD_LIST.

It will return a single-column, internal table with the names of the fields (in the case of structures, the individual fields will be listed).

In form deactivate fields which your not using.

hope this will be helpfull.

Regards

Adil

Former Member
0 Kudos

Hi,

Do it by using code inspector.

To navigate to code inspector in se38->files->codeinspector.