cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is there a way to prevent a user from entering the same transaction more than twice?

SAPSupport
Employee
Employee
0 Likes
252

Dear community

Is there a way to prevent a user from entering the same transaction more than twice?

Thank you for your help.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

There is no general / generic feature that would prevent a user from entering the same transaction more than twice (and I believe that you mean in parallel).

Something that could be used to somehow achieve that is to limit the number of SAP GUI windows that a user can open with the profile parameter "rdisp/max_alt_modes".

Also keep in mind the possibility of parallel logons (parameter "login/disable_multi_gui_login"), as "rdisp/max_alt_modes" is applied per session (logon), not per user ID.

Answers (0)