<?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: Changing client title name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968812#M397704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if I use SCC4 or SM30, the name of the client displaying on SAP logon is different from the one I have in T000. How do I change the name that appears on initial login screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 12:43:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T12:43:58Z</dc:date>
    <item>
      <title>Changing client title name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968808#M397700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I weant to change the name of client associated with client number which comes when we login. How do we do that ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 12:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968808#M397700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T12:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing client title name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968809#M397701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can do this Tcode : &amp;lt;b&amp;gt;SCC4&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 12:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968809#M397701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T12:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Changing client title name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968810#M397702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. GOTO SM30&lt;/P&gt;&lt;P&gt;2. Give the tablename as T000&lt;/P&gt;&lt;P&gt;3. And click on maintain button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 12:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968810#M397702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T12:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Changing client title name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968811#M397703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can do using BDC recording method (or) Using BAPI's (BAPI_USER_LOCPROFILES_READ) you can read and change the profile of user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In first solution you do require password. I belive it is not secured way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second solution will helps you. Read the local profile based on user name and change the profile values based (BAPI_USER_LOCPROFILES_ASSIGN  &lt;/P&gt;&lt;P&gt;) on user name. Prerequisite for this solution is  need to login in central system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helps plz reward points.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 12:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968811#M397703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T12:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing client title name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968812#M397704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if I use SCC4 or SM30, the name of the client displaying on SAP logon is different from the one I have in T000. How do I change the name that appears on initial login screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 12:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968812#M397704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T12:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing client title name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968813#M397705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="53945"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 12:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968813#M397705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T12:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing client title name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968814#M397706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly are you trying to do?&lt;/P&gt;&lt;P&gt;The way I read your question, you are talking about the screen where you provide client, user id and password to log on, right?&lt;/P&gt;&lt;P&gt;If this is correct, I don't know what you mean by client name; are you referring to the client number and try to change the default client that is pre-populated?&lt;/P&gt;&lt;P&gt;In this case this has to be done through RZ11 by changing the profile parameters. Check &amp;lt;a href="https://forums.sdn.sap.com/click.jspa?searchID=1387482&amp;amp;messageID=2836136"&amp;gt;this&amp;lt;/a&amp;gt;.&lt;/P&gt;&lt;P&gt;Otherwise I don't see any client name on the login screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guenther&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 12:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968814#M397706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T12:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing client title name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968815#M397707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I mean the initial login screen where we we can put some comments with client numbers so that user can know what it is about&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 13:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-client-title-name/m-p/1968815#M397707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T13:01:04Z</dc:date>
    </item>
  </channel>
</rss>

