Global.SapCompany.UserSignature.ToString()
In formatted search use the below format.
SELECT $[USER]
In transaction notification use
SET @USERID = (SELECT ORDR.UserSign FROM ORDR WHERE ORDR.DocEntry = @list_of_cols_val_tab_del )
If you are trying to find who is updating the document in transaction notification use the 'usersign2' filed in the table.
No comments:
Post a Comment