
Parameter
abap/test_generation
Short text
Handling of test code within the load generation
Parameter Description
Classes that are defined with “FOR TESTING” contain coding that is not required for use in production systems. You can use the following values to control the behavior of the ABAP compiler during program generation.
• off Ignore test coding during generation
• on Generate tests
default “off” for customer systems,”on” for internal SAP systems For more detailed information about the use of “FOR TESTING”, see the keyword documentation for “CLASS DEFINITION”.
Application Area
ABAP
Default Value
Default
Who is permitted to make changes?
System administrators
This can lead to isolated instances of a “LOAD_PROGRAM_LOST” termination in running programs.


