ABAP Keyword Documentation → ABAP - Reference → program editing
Testing and Checking Programs
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
.
Other versions: 7.31 | 7.40 | 7.54
Note
Another tool available for testing ABAP programs is ABAP Unit.