<?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: User Profile - Parameter IDs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037934#M1350427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since i do not know your release/sp level, i recommend that you do a quick search in service.sap.com/notes. there were a couple of bugs in the ME*N transactions when it came to parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other than that, you can surely change most of the defaults/user by adjusting (or having your users adjust) the 'personal settings' -&amp;gt; tabstrip 'default values'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2009 08:27:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-17T08:27:04Z</dc:date>
    <item>
      <title>User Profile - Parameter IDs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037930#M1350423</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;In 1 of our users, there is a requirement to default the account assignment category to letter K. This is done in the user profile, by adding parameter ID KUN, and value K. We want to make it read-only. Is this possible? The default already shows K, but we want to make it read-only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 07:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037930#M1350423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T07:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: User Profile - Parameter IDs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037931#M1350424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it's not (in SAP standard). and that actually makes sense. many transactions update the parameters all by themselves. if they were read-only, none of the paramters could be stored via the calling transaction (e. g. menu -&amp;gt; settings in SU53)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 07:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037931#M1350424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T07:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: User Profile - Parameter IDs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037932#M1350425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;we also noticed that in ME51, the default value is displayed for account assignment category. however, in me51n, the value is not being displayed as default? why is this so? both have the same parameter ids. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 07:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037932#M1350425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T07:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: User Profile - Parameter IDs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037933#M1350426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The xxxxN transactions generally don't like variants and defaults and being started with parameters as much as the older transactions did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it would appear that it is not using a PID or not this same one to set a &lt;STRONG&gt;preference&lt;/STRONG&gt; which the user can also influence themselves - both within the transaction and in SU3 (own settings).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the user to be able to only display the PID, then you are using a PID beyond what it's security function is designed for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you might want to consider looking into, is a Personalization Key. That can be used by the application to make security relevant settings for it, per user. You can also assign and transport them via the role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 07:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037933#M1350426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T07:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: User Profile - Parameter IDs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037934#M1350427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since i do not know your release/sp level, i recommend that you do a quick search in service.sap.com/notes. there were a couple of bugs in the ME*N transactions when it came to parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other than that, you can surely change most of the defaults/user by adjusting (or having your users adjust) the 'personal settings' -&amp;gt; tabstrip 'default values'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 08:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-profile-parameter-ids/m-p/6037934#M1350427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T08:27:04Z</dc:date>
    </item>
  </channel>
</rss>

