cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 Stored Procedure trigger when user logging in.

owaisk
Participant
0 Kudos

Hello Community,

I have created a stored procedure that i want to trigger when a user logged in to SAP B1. How i can iachieve it ?

BR,

View Entire Topic
azizelmir
Contributor
0 Kudos

Hi Khalid,

SBO has a Stored Procedure called SBO_SP_TransactionNotification. This will fire each time a transaction is affected in SBO. You can use this to "trigger" your own SP.

Thank you,

Aziz

owaisk
Participant
0 Kudos

Hello azizelmir

Thanks for the reply, i know SBO_SP_TransactionNotification triggers on obect type of ducument.

but i want to execute sp when a users login to sap, when a user press ok after entering username & password.

Regards,