At various points within the ProNovia, products data and process control can be altered by implementing customer specific BusinessAddIns.
BusinessAddIns are special class implementations on the client system, based on methods on pre-defined interfaces.
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
| Description |
---|---|
| BAdI to enhance the formula engine used by several ProNovia tools |
| Can be used to add additional tables for the formula engine editor. |
| 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. |
| Call before a formula is saved in the editor to perform custom checks. |