cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction log SAP Business One 9.0

0 Kudos
1,140

i just need to have the SQL query, from which IP/ Client name the Journal Entry or Outgoing payment has been made from SAP business One 9.0.

Accepted Solutions (1)

Accepted Solutions (1)

agustin_marcoscividanes
Active Contributor
0 Kudos

Hi

open the outgoing payment screen, search the payment and select in the menu Tools --> Log. You can see the detail, then search in OUSR table the user info, and check the info in USR5 table.

Kind regards

Agustín

0 Kudos

i did exactly what you answered and got user info, but all i got from USR5 are list of transactions with Action 'I' Or 'O'

Answers (2)

Answers (2)

agustin_marcoscividanes
Active Contributor
0 Kudos

Hi

when you know the user code, use this data to query in usr5:

select * from usr5 where usercode = yourusercode

Kind regards

Agustín

agustin_marcoscividanes
Active Contributor
0 Kudos

Hi

I think you need to know the user in the log screen did the payment, and then check in usr5 table all data you want.

Kind regards

Agustín

0 Kudos

i have a Voucher Number and need from which IP that voucher made.

0 Kudos

how can i get the user log screen did the payment ?