Modules | |
| Pre-Mask userexits | |
| Post-Mask userexits | |
Functions | |
| int | xatt_inf_poa () |
| Post-action userexit for list with attribute description of current class. More... | |
| int | xatt_spr_pra () |
| Pre-action userexit, checks if the suppressed attribute is a local attribute or not. More... | |
| 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.
@param context Userexit context.
@return <table><tr><th> 0 </th><td> OK </td></tr><tr>
<th> 1 </th><td> Error, suppressed attribute is a local attribute</td></tr></table>