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: 

code review

Former Member
0 Kudos

can any one send me the process of code review step by step?

2 REPLIES 2

Former Member
0 Kudos

you can follow this methods

Run time analysis transaction SE30

This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing.

SQL Trace transaction ST05

The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list.

Except that you can also use Program -> check -> and some options like Code inspector & EPC are given there in the se38 menubar

<removed_by_moderator>

Edited by: Julius Bussche on Sep 1, 2008 8:54 AM

former_member184119
Active Contributor
0 Kudos

HI Krishna might be this will solve uir problem..il!!!!!

Actually we use 4 things for code review..

the first u have to do Extended program check Tocde: Slin..

which is available in u r program in menubar--> program -->Extended program check

2nd u can go for code inspector of th smae path..and tcode is slin!!!!!

for select statements related u can go for ST05 where u can find which select staments is retreving more data..

and final one is run time analysis...of 2which u should conisder of the 3 bars obnly database whould be less than 30 rest bboth abap and sytem no need to consider...

<removed_by_moderator>

let me know for further clarifications!!

Regards

sas

Edited by: Julius Bussche on Sep 1, 2008 8:54 AM