cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP B1 Stored Procedure trigger when user logging in.

owaisk
Participant

Accepted Solutions (0)

Answers (3)

Answers (3)

felipeprevente
Explorer
0 Kudos

Hi Owais,

The editable Store Procedures you will find within the system (TransactionNotification / PostTransactionNotice) are triggered by adding or updating an object. Assuming that the act of merely logging into the system doesn't add or update an object, you won't be able to trigger your logic in a standard way.

Maybe with the help of a market Add-On or via bespoken SDK solution, you might achieve it.

Cheers,

Felipe

Johan_Hakkesteegt
Active Contributor
0 Kudos

Hi,

Is the Access Log report (Tools > Access Log) not enough? It already tells you everything you may need to know about users logging in.

Regards,

Johan

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,