<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705633#M1295723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; yes can relsolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) you have to create a Data element...using matnr.&lt;/P&gt;&lt;P&gt;  goto se11  -&amp;gt; select data type  : enter a name for the data element say 'BOMCOMP ..-&amp;gt; create -&amp;gt; now select Data Elemnt -&amp;gt;give discription -.&amp;gt; enter Domain name as MATNR -&amp;gt; give any one of the fild label..(can be same as disription).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you use this data elent to define your internal table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types :  begin of itab,&lt;/P&gt;&lt;P&gt;           matnr type BOMCOMP,&lt;/P&gt;&lt;P&gt;          -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;         end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: gt_itab type standard table of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finished~!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Safel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2009 03:59:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-26T03:59:08Z</dc:date>
    <item>
      <title>search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705628#M1295718</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 one elementry search help and created one view for the selectiom method.&lt;/P&gt;&lt;P&gt;Values are taking from that view output.&lt;/P&gt;&lt;P&gt;When pressing F4 possible entries are coming with standerd label of data element documentation.&lt;/P&gt;&lt;P&gt;My question is can I change this standerd heading of output.&lt;/P&gt;&lt;P&gt;For example in F4 help one heading is Material Number.&lt;/P&gt;&lt;P&gt;Can I change this standard Text? (Somthing like BOM Component )&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 11:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705628#M1295718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T11:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705629#M1295719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating custom data element referring to standard one and give disciption as required. Use this data element in elementary search help while specifying parameters for required field. Let me know if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 14:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705629#M1295719</guid>
      <dc:creator>former_member215917</dc:creator>
      <dc:date>2009-05-25T14:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705630#M1295720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change these headings. These headings are coming from 'Data element' names provided at search help parameters. Create a new data element copying existing data element and change its description according to your requirement and use this new data element to 'Data element' name for search help parameter. Save and activate search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 15:05:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705630#M1295720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T15:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705631#M1295721</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;You can create the same with the Data Element , and then added in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 03:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705631#M1295721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T03:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705632#M1295722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Give a meaningful subject line.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 03:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705632#M1295722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T03:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705633#M1295723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; yes can relsolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) you have to create a Data element...using matnr.&lt;/P&gt;&lt;P&gt;  goto se11  -&amp;gt; select data type  : enter a name for the data element say 'BOMCOMP ..-&amp;gt; create -&amp;gt; now select Data Elemnt -&amp;gt;give discription -.&amp;gt; enter Domain name as MATNR -&amp;gt; give any one of the fild label..(can be same as disription).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you use this data elent to define your internal table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types :  begin of itab,&lt;/P&gt;&lt;P&gt;           matnr type BOMCOMP,&lt;/P&gt;&lt;P&gt;          -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;         end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: gt_itab type standard table of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finished~!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Safel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 03:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705633#M1295723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T03:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705634#M1295724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gouri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working out and thanks for the help.&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 04:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705634#M1295724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T04:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705635#M1295725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay, Sathish, Safe1007,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your help especially safe1007.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From here itself I will use a meaningful heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 04:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/5705635#M1295725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T04:31:32Z</dc:date>
    </item>
  </channel>
</rss>

