2007 Feb 22 9:36 AM
Hi frnds,
can any one explain about Quality Check in ABAP?
who will do? and what they will do? is there any tool in SAP to do this?
Regards,
Balu
2007 Feb 22 12:08 PM
The quality check in abap is the code review done and extended program syntax check and solving all the errors in the code and giving comments in the code as well as using constants instead of hardcoding .Check sy-subrc for each select statement.avoid using nested loop.avoid select statement within loop.i.e following a standard coding standard.
Hi frnds,
can any one explain about Quality Check in ABAP?
who will do? and what they will do? is there any tool in SAP to do this?
Regards,
Balu
2007 Feb 22 9:38 AM
hi Reddy,
Check out this link
http://help.sap.com/saphelp_erp2005vp/helpdata/en/12/987c371386c62be10000009b38f8cf/frameset.htm
regards,
santosh
2007 Feb 22 12:08 PM
The quality check in abap is the code review done and extended program syntax check and solving all the errors in the code and giving comments in the code as well as using constants instead of hardcoding .Check sy-subrc for each select statement.avoid using nested loop.avoid select statement within loop.i.e following a standard coding standard.
2007 Feb 22 12:10 PM
hi,
U can do these checks.
<b>In SE38 > Program > Check > Extended program check.</b>
This is one check u can do for the program it will list out the errors u can correct teh same.
Other things u might be having some standards that needs to be followed in ur project, those checks liek PRETTY PRINTER,... etc u have to do.
reward if this helsp.
2007 Feb 22 2:25 PM
Hi,
U can use the SLIN transaction and also go to se38 enter your program name and select in the toolbar <b>program->check->code inspector</b>
<b>program->check->extended profram check</b>
they are very effective tool
thanks
2007 Feb 23 1:48 AM
You may use three transactions to check the quality of your program:
1) Program Extended Syntax Check (tcode: <b>SLIN</b>)
2) Runtime Analysis (tcode: <b>se30</b>)
3) Unicode Check (tcode: <b>UCCHECK</b>)
2007 Feb 23 1:49 AM
2007 Mar 09 9:10 AM
hi,
go to your program -> check -> code inspector..
it is better than extended check as it does extended check first and does security & other checks later.. so go for code inspector instead of extended chck..
hope it helps..
award points and close the thread
2007 Mar 09 9:48 AM
Hi,
I think there is no tool for that.
The code check is very important.Abap consultants will do the qulatity check.find these steps.
1.check the proper documentation.
2.check all sy-subrc.
3.Avoid nested selects & loops.
4.mention key fields in where condition.
5.Always use select single star.
6.refresh internal tables.
so these are all the some steps for quality check.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |