<?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: search help issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/7834163#M1590252</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 FM : F4IF_INT_TABLE_VALUE_REQUEST , to know more please check for where used list on this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2011 04:56:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-25T04:56:09Z</dc:date>
    <item>
      <title>search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/7834161#M1590250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on zprogram for smartform in which i am using select option for range of material Document ( MSEG-MBLNR ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i can  press F4 key in field of material doc. don't show search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i did also check MSEG table in which i find , MBLNR field without seach help in MSEG table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also know that when we create a program with select opton then Automatic create seach help &lt;/P&gt;&lt;P&gt;i want know that how can apply search help in my zprogram. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;guide me........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Moderator Message: Basic Question. Please search for available information before posting.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on May 25, 2011 11:19 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 04:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/7834161#M1590250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-25T04:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/7834162#M1590251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi saurabhmca2006 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below code search help in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:gv_vbeln     TYPE vbak-vbeln,

SELECT-OPTIONS   : so_vbeln  FOR  gv_vbeln.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will help you to overcome your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you declaare like below it will not give F4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:GV_VBELN type VBELN_VA.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Surendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 04:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/7834162#M1590251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-25T04:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/7834163#M1590252</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 FM : F4IF_INT_TABLE_VALUE_REQUEST , to know more please check for where used list on this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 04:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/7834163#M1590252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-25T04:56:09Z</dc:date>
    </item>
  </channel>
</rss>

