Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

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

  • BAdI

  • Interface

    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.