SAP ABAP TESTS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Testing and Checking Programs
Checkpoints
Runtime measurements
ABAP Unit
The statements in this section can be integrated for testing when creating programs or for checking finished programs. Live programs, however, can only contain statements that do not hinder the process flow of a program. These are ASSERT and BREAK-POINT with the addition ID.

Note
Another tool available for testing ABAP programs is ABAP Unit.