SAP ABAP TESTS



Get Example source ABAP code based on a different SAP table
  



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