SAP CLASS FOR TESTING ABAP Statements
Get Example source ABAP code based on a different SAP table
• FOR TESTING CLASS
ABAP_SYNTAX
$[DURATION ${SHORT$|MEDIUM$|LONG$}$]. >
ABAP Addition
1
2
What does it do?
The
A test class and its components cannot be addressed in the production code of the program therefore, only in other test classes. In particular, a subclass of a test class must be a test class itself and be declared using the
A local test class can contain special private methods that implement the
The source code of a test class is not part of the production code of its program and is not generated in production systems
BEGIN_SECTION VERSION 5 OUT (controlled using the
END_SECTION VERSION 5 OUT . The code of such a class is not counted in code coverage measurements.
Latest notes: