cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

To check ABAP Code efficiency

Former Member
0 Likes
575

Hi friends.

Instead of SQL Trace/SE30/Extended Program check,Is there any SAP Standard or ABAP Program available in SAP R/3 to <b><u>audit</u></b>(To test the efficiency of Source code) the <u><b>Z-Programs</b></u> ?

Please if any share with me!

Thanks.

Surendher Reddy.B

View Entire Topic
Former Member
0 Likes

Hi Surendher,

As far as I know there are no such standard program to check the efficiency of the source code. This job can be done by the basis team when there is a load to the DB tables.

Job of the auditors to check the standards maintained in the programs, online documentations/comments other necessary docu.

Few more what I absorbed for efficiency,

1.In read statements try to use BINARY SEARCH.

2.Reduce SORT statements.

If you know any please let me know.