<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Modify SNC Name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446004#M1248682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to try using FMs from the &lt;STRONG&gt;function group SNCB&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. SNC_USER_CHANGE since these functions are purely for SNC modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2009 16:38:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-10T16:38:04Z</dc:date>
    <item>
      <title>Modify SNC Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446001#M1248679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering, is there a Function Module or BAPI to change the SNC name of a user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Colm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 17:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446001#M1248679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T17:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SNC Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446002#M1248680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'BAPI_USER_CHANGE'
         EXPORTING
            username = v_bname       "User 
           snc           = wa_snc   "&amp;lt;&amp;lt;&amp;lt;&amp;lt;
           sncx        = wa_sncx  " &amp;lt;&amp;lt;&amp;lt;&amp;lt;
          TABLES
           return       = t_return.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 17:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446002#M1248680</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-04-09T17:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SNC Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446003#M1248681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply, you're solution nearly worked perfectly but not exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bear with me if you will:&lt;/P&gt;&lt;P&gt;Goto SU01&lt;/P&gt;&lt;P&gt;Enter a Username&lt;/P&gt;&lt;P&gt;Display&lt;/P&gt;&lt;P&gt;Click SNC tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the section:&lt;/P&gt;&lt;P&gt;"Other R/3 users with SNC names of same Value" you're code correctly changed the value for the client ran my program in. However it did not change it for the other clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I ran the program in every client we have and in the section "Other R/3 users with SNC names of same Value" the values were changed for every client but if I look back at the "SNC data" section the "SNC name" still shows the old value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, any more would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Colm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 14:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446003#M1248681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T14:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SNC Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446004#M1248682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to try using FMs from the &lt;STRONG&gt;function group SNCB&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. SNC_USER_CHANGE since these functions are purely for SNC modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 16:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446004#M1248682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T16:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SNC Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446005#M1248683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion. When I just used the SNC_USER_CHANGE there was no affect to the SNC name. However if I call BAPI_USER_CHANGE and then call SNC_USER_CHANGE the user name is changed in both "SNC data" and "Other R/3 users with SNC names of same value".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is great, however I noticed one further place!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I open my SAP Logon Pad and Double Click on DEV I am brought to the SAP SSO Logon Screen where I can select the client that I wish to logon to. On this screen there is a section called "SNC name" and in that section there is a value called "R/3 user" and that user name still contains the old SNC name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know where I can change this value!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks Again,&lt;/P&gt;&lt;P&gt;Colm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 09:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446005#M1248683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T09:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SNC Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446006#M1248684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turns out that was the value that was being pulled in from our Active Directory so everything is working correctly. Thanks again for all the help, realistically both of you solved the problem but I'll give the full points to the one who got in there first!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 14:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-snc-name/m-p/5446006#M1248684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T14:01:22Z</dc:date>
    </item>
  </channel>
</rss>

