<?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 search help - problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/4908020#M1145892</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;&lt;/P&gt;&lt;P&gt;i have created a search help with input parameters. i have  a material number as a input field and other parameters as well and MARA is the selection table. When i enter material no, say XX_XXXXX*  in the  input field, i expect to get all the materials in that pattern in the hitlist. Problem is matnr stored in other format in MARA say XXXXXXXXXX. So its returning null entries.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to handle this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2008 04:38:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-16T04:38:32Z</dc:date>
    <item>
      <title>search help - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/4908020#M1145892</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;&lt;/P&gt;&lt;P&gt;i have created a search help with input parameters. i have  a material number as a input field and other parameters as well and MARA is the selection table. When i enter material no, say XX_XXXXX*  in the  input field, i expect to get all the materials in that pattern in the hitlist. Problem is matnr stored in other format in MARA say XXXXXXXXXX. So its returning null entries.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to handle this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 04:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/4908020#M1145892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T04:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: search help - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/4908021#M1145893</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;For an single character wild card you need to use '+' instead of '_'. So try using + in place of _ for the wild card search. It might resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 04:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/4908021#M1145893</guid>
      <dc:creator>learnsap</dc:creator>
      <dc:date>2008-12-16T04:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: search help - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/4908022#M1145894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not a single character wild card.  I mean to say Matnr is stored in that format.. ex: 9C_73929922&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 04:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/4908022#M1145894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T04:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: search help - problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/4908023#M1145895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is sample code just copy and execute. it to set your desired result..i think it will set you requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************&lt;/P&gt;&lt;P&gt;SAMPLE CODE:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZGSHELP                       .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: vbak,vbap,likp,lips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_vbeln like vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on p_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges: gr_vbeln for vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of gt_vbeln occurs 0,&lt;/P&gt;&lt;P&gt;        vbeln  like vbak-vbeln,&lt;/P&gt;&lt;P&gt;      end of gt_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: gv_repid   type  sy-repid,&lt;/P&gt;&lt;P&gt;      gv_dynnr   type  sy-dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  gr_vbeln-sign = 'I'.&lt;/P&gt;&lt;P&gt;  gr_vbeln-option = 'CP'.&lt;/P&gt;&lt;P&gt;  gr_vbeln-low   = p_vbeln.&lt;/P&gt;&lt;P&gt;  append gr_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select vbeln&lt;/P&gt;&lt;P&gt;    from vbak&lt;/P&gt;&lt;P&gt;    into table gt_vbeln&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  where vbeln in gr_vbeln."5000000355&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   where vbeln like '5000000&lt;STRONG&gt;5&lt;/STRONG&gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   call function 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;       retfield               = 'VBELN'&lt;/P&gt;&lt;P&gt;      DYNPPROG               = gv_repid&lt;/P&gt;&lt;P&gt;      DYNPNR                 = gv_dynnr&lt;/P&gt;&lt;P&gt;      DYNPROFIELD            = 'P_VBELN'&lt;/P&gt;&lt;P&gt;     tables&lt;/P&gt;&lt;P&gt;       value_tab              = gt_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;******************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UR's&lt;/P&gt;&lt;P&gt;GSANA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 05:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/4908023#M1145895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T05:18:27Z</dc:date>
    </item>
  </channel>
</rss>

