<?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 User Parameters default to Selection Screen params in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325346#M1227221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am having a SELECTION SCREEN with Parameters for Company Code(BUKRS) &amp;amp; Purch Org (EKORG).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to default the values of these fields with their respective user parameters for BUKRS &amp;amp; EKORG.&lt;/P&gt;&lt;P&gt;manintained iwhich are 'EKO' &amp;amp; 'BUK' in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2009 15:34:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-10T15:34:42Z</dc:date>
    <item>
      <title>User Parameters default to Selection Screen params</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325346#M1227221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am having a SELECTION SCREEN with Parameters for Company Code(BUKRS) &amp;amp; Purch Org (EKORG).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to default the values of these fields with their respective user parameters for BUKRS &amp;amp; EKORG.&lt;/P&gt;&lt;P&gt;manintained iwhich are 'EKO' &amp;amp; 'BUK' in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 15:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325346#M1227221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T15:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: User Parameters default to Selection Screen params</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325347#M1227222</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;Use the GET PARAMETER ID in the INITIALIZATION EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'EKO' FIELD p_ekorg.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'BUK' FIELD p_BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Avinash Kodarapu on Mar 10, 2009 9:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 15:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325347#M1227222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T15:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: User Parameters default to Selection Screen params</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325348#M1227223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If the user maintains these parameters in their profile with the values , then the values will be populated from there.&lt;/P&gt;&lt;P&gt;System-&amp;gt;User Profile-&amp;gt; goto the parameters tab there you can ask the user to maintain the parameters you mentioned with the default value they need and save this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when that user runs the report, the values from the user profile will be copied to the respective selection screen parameters&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 15:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325348#M1227223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T15:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: User Parameters default to Selection Screen params</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325349#M1227224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or attach the memory id to the parameters/so&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS p_bukrs TYPE bukrs MEMORY ID 'BUK'.
PARAMETERS p_ekorg TYPE ekorg MEMORY ID 'EKO'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 15:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325349#M1227224</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-03-10T15:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: User Parameters default to Selection Screen params</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325350#M1227225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 16:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-parameters-default-to-selection-screen-params/m-p/5325350#M1227225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T16:14:50Z</dc:date>
    </item>
  </channel>
</rss>

