<?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: Default value on the selection screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403373#M817262</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 Get Parameter ID VKO Field variable. Use this variable as the default value in select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2008 11:51:32 GMT</pubDate>
    <dc:creator>i048168</dc:creator>
    <dc:date>2008-02-15T11:51:32Z</dc:date>
    <item>
      <title>Default value on the selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403370#M817259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We have a field on the selection that is Sales Organisation.&lt;/P&gt;&lt;P&gt;Now for this field we want the default value coming from the User Parameters.&lt;/P&gt;&lt;P&gt;i.e On SAP menu under SYSTEM there is User profile, In that user profile if you go to OWN DATA, There is tab called parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here VKO Parameter ID the sales Organisation is defined. They want this value to come as default on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help out how can this be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 11:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403370#M817259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T11:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Default value on the selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403371#M817260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add "MEMORY ID vko" to the selection parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 11:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403371#M817260</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-02-15T11:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Default value on the selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403372#M817261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the INITIALIZATION write the code as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get paramater id 'VKO' into field p_sfiled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here p_field is your selection screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nageswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 11:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403372#M817261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T11:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Default value on the selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403373#M817262</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 Get Parameter ID VKO Field variable. Use this variable as the default value in select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 11:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403373#M817262</guid>
      <dc:creator>i048168</dc:creator>
      <dc:date>2008-02-15T11:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Default value on the selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403374#M817263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Under initialization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the following &lt;/P&gt;&lt;P&gt;select single parva from usr05 into data1(variable) where &lt;/P&gt;&lt;P&gt;parid = 'VKO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and pass this value as default value to you selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 11:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403374#M817263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T11:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Default value on the selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403375#M817264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;This has solved my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 12:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-on-the-selection-screen/m-p/3403375#M817264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T12:13:58Z</dc:date>
    </item>
  </channel>
</rss>

