Modules | |
Pre-Mask userexits | |
Post-Mask userexits | |
Functions | |
int | xatt_inf_poa () |
Post-action userexit for list with attribute description of current class. | |
int | xatt_spr_pra () |
Pre-action userexit, checks if the suppressed attribute is a local attribute or not. |
int xatt_inf_poa | ( | ) |
Post-action userexit for list with attribute description of current class.
Adds the inherited attributes of parent classes in the list, so the user has a complete overview of all class attributes. The userexit is not needed anymore for the new inheritance concept of Agile e6.
context | Userexit context. |
0 | OK |
---|---|
1 | Error |
int xatt_spr_pra | ( | ) |
Pre-action userexit, checks if the suppressed attribute is a local attribute or not.
The new inheritance concept for classes does not need to show the suppressed attributes in a separate folder as suppressed attributes will be deleted directly from the child class attribute list.
context | Userexit context. |
0 | OK |
---|---|
1 | Error, suppressed attribute is a local attribute |