Вы находитесь на странице: 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.

Вам также может понравиться