<?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: re: selection-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/2669712#M616319</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; For F4 help u need to declare that field using the data element and table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data : p_vbeln type vbuk-vbeln&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then f4 help will come automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LIJO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2007 09:49:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-28T09:49:25Z</dc:date>
    <item>
      <title>re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/2669709#M616316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai friends&lt;/P&gt;&lt;P&gt;              &lt;/P&gt;&lt;P&gt;                in selection-screen if i give a input of vbeln for that corresponding &lt;/P&gt;&lt;P&gt;fields value should be placed in that selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this how can i create search-help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                      thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 09:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/2669709#M616316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T09:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/2669710#M616317</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;In the selection screen define the variable of type vba-vbeln.&lt;/P&gt;&lt;P&gt;automatically serach help will be provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;p_vbeln type vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 09:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/2669710#M616317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T09:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/2669711#M616318</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 u declare the variable with type of the database then automatically the database value help is given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p_vbeln type vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so_vbeln for vbak-vbeln.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 09:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/2669711#M616318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T09:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/2669712#M616319</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; For F4 help u need to declare that field using the data element and table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data : p_vbeln type vbuk-vbeln&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then f4 help will come automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LIJO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 09:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/2669712#M616319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T09:49:25Z</dc:date>
    </item>
  </channel>
</rss>

