Implementation of a CategoryYou can implement your own categories and group your own functions under them.
Add the following code in the BAdl implementation:
Coding Lines |
Description |
|---|---|
|
|
|
|
|
Description of category |
|
Name of category in uppercase letters |
|
|
|
|
|
To group functions in this category, add the following code to the BAdl implementation:
Coding Lines |
Description |
|---|---|
|
|
|
Description of function |
|
Name of function in uppercase letters |
|
Name of class that implements BAdl |
|
Name of method that implements BAdl |
|
|
|
|
|