0% found this document useful (0 votes)
3K views

SAP Code Review Check List

This document provides a checklist of standards to check in ABAP code including following naming conventions, program headers, code modifications, maintainability, patterns for functions and statements, selection screens, return codes, division checks, table authorities, documentation, exits, icons, select statements, and translations. It contains 16 items to review with flags for self review and independent review with remarks.

Uploaded by

Diwakar Ch
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views

SAP Code Review Check List

This document provides a checklist of standards to check in ABAP code including following naming conventions, program headers, code modifications, maintainability, patterns for functions and statements, selection screens, return codes, division checks, table authorities, documentation, exits, icons, select statements, and translations. It contains 16 items to review with flags for self review and independent review with remarks.

Uploaded by

Diwakar Ch
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

A) Standards to be checked in ABAP Code.

Sl no. Program check Self review (Y / N) Ind. Review (Y / N) Remarks

1.

Naming Conventions are followed for.

2. 3. 4. 5. 6. 7. 8. 9.

Data declaration: Program header: Modification of code: Maintainability of code: Pattern facility used for Functions, Select statements and Perform statements Selection-screen for the program Return code (SY-SUBRC) is evaluated wherever necessary If there is any division in the program, then the denominator is checked for zero before division

10. Tables created should have: 11. Authority-checks available where needed / requested Rarely used. 12. Documentation for newly created ABAP objects has been done 13. CHECK Statements should not be used in SAP USER EXITS or in INCLUDES of the SAP USER EXITS. 14. If new function code is added to the Application toolbar, an Icon is assigned to it. 15. When using For all entries clause with a select statement, all the primary key fields of the table should be selected to get all relevant entries. 16. If the subsidiary for which the object is developed uses language other than English then translations to the corresponding languages should be provided.

You might also like