Table of Contents

Version 6.3

Download Version 6.3

Tested SAP B1 versions

  • SAP B1 9.1 PL13 (MSSQL 2012 and HANA 122.04)
  • SAP B1 9.2 PL07 (MSSQL 2012 and HANA 122.04)

Note: Older and newer SAP B1 versions will usually also work, but haven't been specifically tested in this version.

Important remark

Structural changes have been made to the way the transaction notification of Produmex is called for Produmex objects/documents, such as moves, adding pick lists, …
For those cases the SP PMX_SP_TransactionNotification is now being called from the code instead of SBO_SP_TransactionNotification.
(The call in SBO_SP_TransactionNotification to PMX_SP_TransactionNotification will remain the same)

This means that custom checks, and/or the call to the SP for the notification queue need to be moved manually to SP PMX_SP_TransactionNotification.

If this is not done, that code will NOT be executed when for instance adding moves, pick lists, …

Previous flow:

New flow:

Legend:

  • Blue: SP
  • Yellow: The SP called by the code
  • Red: Moved SP

After the upgrade, check the 'Automatically close production orders on completion?' setting on the Production controller. It is possible that the setting is set to False during the upgrade.

6.3.1.25

DB version: 595

DB Branch version: 0

6.3.1.33

DB version: 595

DB Branch version: 0

Replenishment: Generation: Create order when minimum is reached, not when going below minimum.