If you continue with this logon without ending any existing logons to system, this will be logged in the system. SAP reserves the right to view this information.上面說,SAP 會將重複登入的資訊記錄起來。那紀錄在哪裡呢?要怎樣看?
用 T-code: SE16 看 Table: USR41_MLD,'Counter' 這個欄位就是告訴你,使用者繼續重複登入的次數(how many times the user have done a multiple logon)。
不過,看這個有什麼用?對 FS 應該沒有什麼影響吧....
Disable SAP USERS to logon multiple times
如果要停用重複登入,要怎麼設定呢?
用 T-code: RZ10 設定參數 login/disable_multi_gui_login:
- 0 => 不啟用,允許重複登入
- 1 => 啟用,不允許重複登入
那如果只要對少數人開放,其他人都不允許重複登入,又該如何設定?
除了上述的參數 login/disable_multi_gui_login = 1 之外,另外設定參數 login/multi_login_users,將欲開放重複登入的使用者帳號輸入於此,每個使用者帳號之間用逗號 “,” 分隔,並且不要留空白,重開 R/3 即可。
Maximum No. of SAP Session Per UserSAP 4.6x 預設允許每個使用者開啟 6 個 session 連線,如果要修改,用 T-code: RZ10 修改參數 rdisp/max_alt_modes 即可。要生效當然要重開 R/3。
No comments:
Post a Comment