cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I want to know the difference between these two as they look same.

0 Likes
View Entire Topic
KennedyT21
SAP Champion
SAP Champion
0 Likes

Hi Khagesh Gupta

Transaction Notification

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. This stored procedure(SP) is created automatically with each database.

check with the Links for help

http://scn.sap.com/people/janos.nagy/blog/2009/12/12/how-to-execute-custom-code-via-sptransactionnot...

http://scn.sap.com/people/lisa.mulchinock/blog/2009/05/22/the-sptransactionnotification-stored-proce...

SBO_SP_PostTransactionNotice and SBO_SP_TransactionNotification can by edited by the user to add sql code as part of a notification process. The functionalities of both  are the same, the only differences being when they are triggered and the ability to use the @error functionality of SBO_SP_TransactionNotification to rollback transactions. SBO_SP_PostTransactionNotice can only be triggered at the end of an action (transaction committed). It is preferable to use SBO_SP_PostTransactionNotice - although as this occurs after the transaction, the @error rollback functionality can not be used.

Further Documentation

The following documenatation is available on the SDN:                                                                               
    o  Using the SBO_SP_TransactionNotification Stored Procedure:              
                                                                               
       http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uu       
       id/e991e2b9-0901-0010-0395-ef5268b00aaf                                                
                                                                                                  
                                                                               
    o  SAP Business One Add-On Solution Certification                          
                                                                               
       http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/libra       
       ry/uuid/81a22ee1-0701-0010-45aa-ec852e882de3               

Hope helpful

Regards

Kennedy

Ask a Question