ABAP Keyword Documentation → ABAP Glossary
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.
Other versions:
7.31 | 7.40 | 7.54