null

Skip to end of banner
Go to start of banner

Enhancement of ProNovia Products

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 9 Current »

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

  • BAdI

  • Interface 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.

  • No labels