<?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: serch help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955579#M1336836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data element &lt;STRONG&gt;KUNNR&lt;/STRONG&gt; has explicitly assinged search help to it. If you go to definition of KUNNR and select &lt;EM&gt;Further characteristics&lt;/EM&gt; tab you will see that there is used search help &lt;STRONG&gt;C_KUNNR&lt;/STRONG&gt; for it. So wherever you use this data element it will provide F4 functionality (input help) for that field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be overwritten on field level. This means that you can explicitly remove or assing different search help for particular field in table using this KUNNR as data element. That's why in some tables it may be provided in some not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover it can also be overwritten directly in program (if you for example don't want to use search help in particular screen field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer [Hierarchy of the Search Help Call|http://help.sap.com/saphelp_nw04/helpdata/en/0b/32e9b798da11d295b800a0c929b3c3/frameset.htm]. This explains what overwrites what and in which case (in terms of data element).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2009 09:56:46 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2009-08-06T09:56:46Z</dc:date>
    <item>
      <title>Re: serch help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955577#M1336834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             I have one doubt in search help , when I have created a table (ztable) in that i have maintain one field with data element &lt;/P&gt;&lt;P&gt;kunnr, so when i try to create entries its giving f4 fumctionality for that field eventhough i haven't maintain any foreign key ralatio ship. The reason may be SAP already key created search help for kunnr . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                             I tried in another way like I have created another table ( ztable) maintain search help for a field ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               If i call the same dataelement for another table its not giving f4 functionality. So my question is if u call kunnr dataelement in any table its giving f4 functionality. If i try with z table its not giving , I want the reason for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 09:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955577#M1336834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T09:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: serch help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955578#M1336835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The search help for KUNNR data element comes from its domain's value table , this value table is none other than the customer master table KNA1. So whenever you would refer to the kunnr data element in any of the tables, the f4 help will be given from this value table. Hope this clears your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont want the value help, then create your own ZKUNNR data element and domain and do not maintain any value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 09:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955578#M1336835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T09:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: serch help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955579#M1336836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data element &lt;STRONG&gt;KUNNR&lt;/STRONG&gt; has explicitly assinged search help to it. If you go to definition of KUNNR and select &lt;EM&gt;Further characteristics&lt;/EM&gt; tab you will see that there is used search help &lt;STRONG&gt;C_KUNNR&lt;/STRONG&gt; for it. So wherever you use this data element it will provide F4 functionality (input help) for that field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be overwritten on field level. This means that you can explicitly remove or assing different search help for particular field in table using this KUNNR as data element. That's why in some tables it may be provided in some not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover it can also be overwritten directly in program (if you for example don't want to use search help in particular screen field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer [Hierarchy of the Search Help Call|http://help.sap.com/saphelp_nw04/helpdata/en/0b/32e9b798da11d295b800a0c929b3c3/frameset.htm]. This explains what overwrites what and in which case (in terms of data element).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 09:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955579#M1336836</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-06T09:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: serch help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955580#M1336837</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 Z table fileds also it will provide f4 functionality . first create dataelement then domain and assign value table or fixed values for that domain and then create search help for that particular data element. then onwards for other ztables also you will get f4 functionality for that particular filed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 10:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955580#M1336837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T10:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: serch help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955581#M1336838</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;The F4 help can be used in Ztables also. If you are in need of KUNNR field, then you can create a new domain and datatype, instead of referring it directly to KNA1 table.&lt;/P&gt;&lt;P&gt;You can go through this link too.This may help You in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/EN/8b/415d363640933fe10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_04/helpdata/EN/8b/415d363640933fe10000009b38f839/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhanalakshmi L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 04:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-serch-help/m-p/5955581#M1336838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T04:23:47Z</dc:date>
    </item>
  </channel>
</rss>

