
You can add following suffixes to the ABAP function group includes:
| Include Type | Prefix | Suffix | Usage |
|---|---|---|---|
| Top include | L | TOP | Declaration of global data of the function group |
| DNN | Declaration of local classes | ||
| Optional include | D..* | Declaration of local classes definitions that are to be included in the top include of the function groups | |
| Include | UXX | Implementation section of the function group that includes all existing U.. includes NOTE: These includes are not editable. | |
| U01-99 | For each function module of the function group | ||
| Optional include | T99 | For ABAP unit test classes that are to be included in the implementation section of the function group | |
| P..* | Methods of local class implementations | ||
| PNN | Implementation of local classes that are to be included in global data of the function groups | ||
| O..* and ONN | PBO modules of dynpros that are to be included in the implementation part of the function group | ||
| I..* and INN | PAI modules of dynpros that are to be included in the implementation plant of the function group | ||
| E..* | Event blocks in the implementation part of the function group | ||
| F..* | Subroutines in the implementation part of the function group |
*The periods '..' represents a double-digit number.
$nn, Unn, Vnn, Cnn, T01 - T98 are reserved suffixes. They cannot be used.