<?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: Can i change the user-profile using a program ??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-change-the-user-profile-using-a-program/m-p/2022302#M414011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of changing the user-profile, i changed the users country to that country which was using the desired decimal notation and then at the end of the program the country of the user was set to its default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set country v_country at the beginning&lt;/P&gt;&lt;P&gt;set coutry blank at the end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2007 06:06:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-03T06:06:37Z</dc:date>
    <item>
      <title>Can i change the user-profile using a program ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-change-the-user-profile-using-a-program/m-p/2022299#M414008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To change the user profile manually we follow the following steps:&lt;/P&gt;&lt;P&gt;1. click on "System" (top most line of standard SAP screen)&lt;/P&gt;&lt;P&gt;2. Click on "User profile".&lt;/P&gt;&lt;P&gt;3. click on "Own data"&lt;/P&gt;&lt;P&gt;4. click on "default tab"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will see the decimal notataion ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to set the second one i.e  (1,234,567.89) irrespective of what ever was selected earlier.&lt;/P&gt;&lt;P&gt;After executing the program, i have to again change it to its previous state (which ever was selected earlier)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how can i change this user profile when wver my program is executed ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 12:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-change-the-user-profile-using-a-program/m-p/2022299#M414008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T12:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can i change the user-profile using a program ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-change-the-user-profile-using-a-program/m-p/2022300#M414009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl take a look at the function module SUSR_GET_USER_DEFAULTS &amp;amp; use the source code to meet your reqt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 12:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-change-the-user-profile-using-a-program/m-p/2022300#M414009</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-03-27T12:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can i change the user-profile using a program ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-change-the-user-profile-using-a-program/m-p/2022301#M414010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not think that would work. Even if you update the user profile manually it only takes effect when you logout and login.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can update the profile programmatically but the changes will not take effect till the user logs out and logs in again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is just an issue of printing the right decimal format you can programatically controll how you show the values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 14:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-change-the-user-profile-using-a-program/m-p/2022301#M414010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T14:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can i change the user-profile using a program ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-change-the-user-profile-using-a-program/m-p/2022302#M414011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of changing the user-profile, i changed the users country to that country which was using the desired decimal notation and then at the end of the program the country of the user was set to its default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set country v_country at the beginning&lt;/P&gt;&lt;P&gt;set coutry blank at the end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 06:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-change-the-user-profile-using-a-program/m-p/2022302#M414011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T06:06:37Z</dc:date>
    </item>
  </channel>
</rss>

