After configuring the SB1 Notification Listener, the stored procedures must be enabled in the “PMX_TransactionNotification” SAP stored procedure as follows.

Note: If the SB1 Notification Listener is not installed, continue with section 3.5. Register the Produmex add-on.

With Microsoft SQL Server

1. Open the SQL Server Management Studio and connect to your database server.

2. Expand the Databases folder and locate the company database to which you want to apply the Produmex Add-on.

3. Open this database directory and open the Programmability / Stored Procedures subdirectory.

4. Locate the dbo.PMX_SP_TransactionNotificationQueue stored procedure, right-click it and select Modify.

Enable the Notification Listener stored procedure

5. Locate the Produmex SboNotification Queue Code at the end of this stored procedure (see illustration below).

code

6. Copy the Produmex SboNotification Queue Code.

This code should now be pasted in the “dbo.PMX_SP_TransactionNotification” stored procedure in the Company database as follows.

7. Locate the “dbo.PMX_SP_TransactionNotification” stored procedure, right-click it and select Modify.

Enable the Notification Listener stored procedure

8. Paste the “Produmex SboNotification Queue Code” at the end of it, right after the code you have copied for the Produmex Addon stored procedure (see 3.3.1. Enable the standard PMX stored procedure).

Enable the Notification Listener stored procedure

9. Uncomment the SP by clicking the Uncomment button in SQL Management Studio.
The result should look like this:

Enable the Notification Listener stored procedure

10. Execute the PMX_SP_TransactionNotification stored procedure.

With SAP HANA

1. Open the SAP HANA Studio and connect to your SAP HANA server.

2. Locate the PMX_SP_TransactionNotificationQueue stored procedure, right-click it and select Open Definition.

PMX_SP_TransactionNotificationQueue stored procedure

3. Open its content by opening the Create Statement tab.

4. Locate and copy the Produmex SboNotification Queue Code at the end of this stored procedure. This code should now be pasted in the PMX_SP_TransactionNotification stored procedure.

PMX_SP_TransactionNotificationQueue stored procedure

5. Locate the PMX_SP_TransactionNotification stored procedure, right-click it and select Open Definition.

PMX_SP_TransactionNotification stored procedure

6. Open its content by opening the Create Statement tab.

7. Paste the Produmex SboNotification Queue Code at the end of it.

8. Uncomment the copied code by removing the leading '–' from each line.

9. Execute the code.

Paste the Produmex SboNotification Queue Code

This topic does not exist yet

You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on Create this page.