Hi Gabriela,
If you want the current user code, such as "manager", you may use this:
SELECT "USER_CODE" from "OUSR" WHERE "USERID" = $[user]
If you just need the UserID, this is clearly explained in this document.
SELECT $[user] FROM DUMMY
Kind Regards, Yatsea