How do i track the userid for user who created a sales order shipper

shafee212

Member
I just want to know how can we track the userid who has created a particular shipper from sales order shipper Maintenance .

I checked abs_mstr , but couldnt track it out .

Is there any other table where the userid info is stored .
 

W.Wulmsen

Member
The userid is stored in nrh_hist. At least when you use the default sequence method.
Use the history report in 36.2.21. (probably .13)
Depending on your sequence settings, the userid which creates a (pre-)shipper id can be retrieved but also the userid who deletes a (pre-)shipper.

when making a query don't forget the leading P or S!

gr.
William
 
Top