cancel
Showing results for 
Search instead for 
Did you mean: 

SP_TransactionNotification

Former Member
0 Kudos

Hi All,

What is SP_TransactionNotification in SAP B1 ? How to use it in SAP B1 ?

Please guide me to use it.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

The definition of SP_TransactionNotification states that:

The SP_TransactionNotification is the only legal way in SAP Business One to receive notification of data-driven events - in order words to do some validation in SAP Business One and prevent the user from doing an action if the validation condition fails.


SP_TransactionNotification allows you to add additional logic during transactions in SAP Business One, such as adding or updating a Business Partner Master data and Marketing Documents, etc.



To access this SP_TransactionNotification you need to open your SQL Server. Go to any SAP Database. Expand it and find Programmability. Expand it and find Stored Procedures.


Expand it and try to find SBO_SP_TransactionNotification.



Look at its structure. And try to modify as per your requirment.



Hope it helps.



Thanks & Regards


Ankit Chauhan

Answers (1)

Answers (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos
Former Member
0 Kudos

Hi,

thank you very much.

I think I can use it now.

Thanks