Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table to find if user is using password or SNC to login to SAP.

Former Member
0 Kudos

Hi Experts,

Need your help to find ,Can a dialog user use passwords to login even though SNC is configured in the System.

And is there a way to determine, if a user is using password or SNC to login.

Thanks in advance.

4 REPLIES 4

Former Member
0 Kudos

Hi,

I used to find it this way :

1.open the SAPgui logon pad for the user, click change item(being in system tab), Click on Network tab.See if "activate SNC" is checked

2. If its system level you can use tcode RZ11 to check if SNC parameter is enabled or not.

0 Kudos

Hi Frank,

Thank you for your reply, the SNC Parameter is properly set, also i want to know the Way it can be found at System level.

arpan_paik
Active Contributor
0 Kudos

Try search table USRACL. If Usecure communication (GUIFLAG) is checked with X means user can not do password log-in. Esle they can do

provided parameter scn/permit_insecure_gui has value of 1 or U to accept unprotected log-in.

Edited by: P Arpan on Aug 16, 2010 2:35 PM

0 Kudos

Hi Arpan,

You is it SNC or SCN?

Hi please login using RZ11 search for keyword SNC

it will populate all the related SNC parameters go through each of the documentation, that will give you a better understanding.

Regards