<?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: F4 Help. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166962#M459055</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 the data eleement corresponding to the fields does't have an associated search help, then do the following:&lt;/P&gt;&lt;P&gt;1. create a view on the table with the required fields.&lt;/P&gt;&lt;P&gt;2. create a search help and assign the 'selection method' with the view name.&lt;/P&gt;&lt;P&gt;    inside the search help you supress the unwanted fields by not giving the LPos &lt;/P&gt;&lt;P&gt;    SPos, select the dialog type as 'display with restriction' and tick 'SDis'.&lt;/P&gt;&lt;P&gt;3. Now in the selection screen after the data declaration write &lt;/P&gt;&lt;P&gt;      matchcode search_help_name&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt; Parameter p_data type mara-matnr matchcode search_help_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply if u need more clarifications&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 09:52:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T09:52:01Z</dc:date>
    <item>
      <title>F4 Help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166959#M459052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;need F4 help in my code for - 1. idoc status and 2.sending partner number fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The F4s values for these fields should be same as in WE02 screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166959#M459052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166960#M459053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Declare the fields as:&lt;/P&gt;&lt;P&gt;p_status      like TEDS1-STATUS and&lt;/P&gt;&lt;P&gt;P_KUNNR   like EDPP!-PARNUM.&lt;/P&gt;&lt;P&gt;You will get the same F4 help similar to WE02 Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166960#M459053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166961#M459054</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 the same data element as reference / You can use the search help available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166961#M459054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166962#M459055</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 the data eleement corresponding to the fields does't have an associated search help, then do the following:&lt;/P&gt;&lt;P&gt;1. create a view on the table with the required fields.&lt;/P&gt;&lt;P&gt;2. create a search help and assign the 'selection method' with the view name.&lt;/P&gt;&lt;P&gt;    inside the search help you supress the unwanted fields by not giving the LPos &lt;/P&gt;&lt;P&gt;    SPos, select the dialog type as 'display with restriction' and tick 'SDis'.&lt;/P&gt;&lt;P&gt;3. Now in the selection screen after the data declaration write &lt;/P&gt;&lt;P&gt;      matchcode search_help_name&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt; Parameter p_data type mara-matnr matchcode search_help_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply if u need more clarifications&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166962#M459055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: F4 Help.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166963#M459056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anji.. It worked.. Full Points &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/2166963#M459056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:56:07Z</dc:date>
    </item>
  </channel>
</rss>

