SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP Glossary →ARTICLE
test include
Special include program used to list the test classes of an ABAP program. The name of the test include of a class pool ends in "CCAU" and the name of the test include of a function group ends in "T99". For other programs, the naming convention of the test include is the name of the program padded with "=" up to and including the 34th position and ending in "T". With the exception of test includes for class pools and function groups, no test includes can currently be created.