Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 7.5x →  Changes in Release 7.54 

ABAP Unit in Release 7.54


1. Using test classes

Other versions: 7.31 | 7.40 | 7.54

Modification 1

Using Test Classes

Test classes and their components cannot be addressed in the production code of programs and must be addressed only in other test classes. A static check and a full check at runtime are now applied to verify this. Until now it was possible to address certain components of test class in production code. In production systems, this required the profile parameter abap/test_generation to be set accordingly.