Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

test include

Special include program used to list the test classes of an ABAP program. With the exception of test includes for class pools and function groups, no test includes can currently be created. The associated ABAP Workbench tools or ABAP Development Tools (ADT) access the associated test include automatically. 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".

Other versions: 7.31 | 7.40 | 7.54