At various points within the ProNovia, products data and process control can be altered by implementing customer specific BusinessAddIns.
...
In the following sections the enhancement points of the ProBasicLib are described. The available enhancement points for each ProNovia product are described in the each corresponding documentation.
Classical BAdIs
Definition name | Interface Method | Description |
---|---|---|
/PRONOVIA/SAPINT | LOAD_ACTIVATION | Load activation data from DB |
New BAdis (enhancement spots)
Enhancement Spot / BAdi |
---|
BAdI
Inteface Method | Description | |
---|---|---|
/PRONOVIA/FE | BAdI to enhance the formula engine used by several ProNovia tools | |
AFTER_READ | Can be used to add additional tables for the formula engine editor. | |
BEFORE_EVALUATION | Used at runtime to determine the object data used to evaluate the formula. Can be used, when additional tables are supplied by the above method AFTER_READ. | |
BEFORE_SAVE | Call before a formula is saved in the editor to perform custom checks. |