<?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: Parameter Id. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/1258911#M146992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Do we have to make other changes also to use the parameter id correctly?&lt;/P&gt;&lt;P&gt;The statement seems to be OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one more way just try that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Follw the path &lt;/P&gt;&lt;P&gt;  System&amp;gt;&amp;gt;User profile&amp;gt;&amp;gt;Own data or enter the &lt;/P&gt;&lt;P&gt;  transaction code: /nsu3.&lt;/P&gt;&lt;P&gt;- Click the Parameters tab.&lt;/P&gt;&lt;P&gt;- There also u can give values to the parameter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can check this link for more details :&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/docs/webdocs/getstarted/gsSETTINGS.html" target="test_blank"&gt;http://web.mit.edu/sapr3/docs/webdocs/getstarted/gsSETTINGS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; But here you have got screens or parameter id  on which u want some default values everytime&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt; Just see if that suites ur reqmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;  If you going to use this concept on ur report only say selection-screen then the way ur going is correct .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just refresh your reports and activate and check in the user profile whether the same parameter id not defined for some other field from the transaction su03 (as said above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;Rewrd points ,if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2006 06:14:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-07T06:14:43Z</dc:date>
    <item>
      <title>Parameter Id.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/1258909#M146990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I've a program(function group) which displays a screen&lt;/P&gt;&lt;P&gt;with a field populated. The parameter id for the selection screen is defined as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:     p_lgreg LIKE /sapsll/t606g-lgreg OBLIGATORY MATCHCODE OBJECT /sapsll/shlp_gg_spl&lt;/P&gt;&lt;P&gt;                 memory id /SAPSLL/LGREG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i open another session, the value populated is wrong i.e. not the one which was last used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we have to make other changes also to use the parameter id correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rohit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 05:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/1258909#M146990</guid>
      <dc:creator>rohit_trivedi</dc:creator>
      <dc:date>2006-04-07T05:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Id.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/1258910#M146991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your coding is sufficient to automatically get the value populated with the last value that was put into the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you overwrite the value in your input screen and you want to use this value as your last value you need to use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET PARAMETER ID /SAPSLL/LGREG FIELD P_LGREG.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; to set the memory with the new value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Claus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 05:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/1258910#M146991</guid>
      <dc:creator>claus_wallacher</dc:creator>
      <dc:date>2006-04-07T05:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Id.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/1258911#M146992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Do we have to make other changes also to use the parameter id correctly?&lt;/P&gt;&lt;P&gt;The statement seems to be OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one more way just try that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Follw the path &lt;/P&gt;&lt;P&gt;  System&amp;gt;&amp;gt;User profile&amp;gt;&amp;gt;Own data or enter the &lt;/P&gt;&lt;P&gt;  transaction code: /nsu3.&lt;/P&gt;&lt;P&gt;- Click the Parameters tab.&lt;/P&gt;&lt;P&gt;- There also u can give values to the parameter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can check this link for more details :&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/docs/webdocs/getstarted/gsSETTINGS.html" target="test_blank"&gt;http://web.mit.edu/sapr3/docs/webdocs/getstarted/gsSETTINGS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; But here you have got screens or parameter id  on which u want some default values everytime&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt; Just see if that suites ur reqmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;  If you going to use this concept on ur report only say selection-screen then the way ur going is correct .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just refresh your reports and activate and check in the user profile whether the same parameter id not defined for some other field from the transaction su03 (as said above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;Rewrd points ,if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 06:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/1258911#M146992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T06:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Id.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/1258912#M146993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the parameter ID maintained in in table TPARA? If not you will have to add it via SM30 (and probably have to start the name with "Y" or "Z".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 15:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id/m-p/1258912#M146993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T15:18:48Z</dc:date>
    </item>
  </channel>
</rss>

