<?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 on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782957#M337384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have defined select-options.&lt;/P&gt;&lt;P&gt;You can use &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE REQUEST FOR s-matnr. &lt;/P&gt;&lt;P&gt;call function ' '&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this would help in preventing all unwanted values and you can have your own defined values displayed. &lt;/P&gt;&lt;P&gt;Further information can be obtained by using F1 help or at help.sap.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 10:23:08 GMT</pubDate>
    <dc:creator>Sathish</dc:creator>
    <dc:date>2006-12-13T10:23:08Z</dc:date>
    <item>
      <title>F4 help on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782951#M337378</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;   Suppose we take a senario  &lt;/P&gt;&lt;P&gt;   Select-options : s_matnr for mara-matnr .&lt;/P&gt;&lt;P&gt;   In selection screen if we press f4 it shows material numbers in some combinations .&lt;/P&gt;&lt;P&gt;   Now my requirement is :  if we goto mm03 transaction and press on F4 help on material number , Then it will display different combinations for the material .&lt;/P&gt;&lt;P&gt;  I need that F4 help in my program .&lt;/P&gt;&lt;P&gt;  How can i get that F4 help for my selection-field : s_matnr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782951#M337378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782952#M337379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi varma,&lt;/P&gt;&lt;P&gt;  We get the same f4 help as long as the domain underneath the selection-screen select-option and the mm03's matnr's domain is the same.&lt;/P&gt;&lt;P&gt;I am getting the same f4 help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782952#M337379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782953#M337380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use addition MATCHCODE for the select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yup Ravi is right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a example if we have to use it on our own.&lt;/P&gt;&lt;P&gt;parameters: p_mat(18) type c matchcode object MAT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782953#M337380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782954#M337381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  I am getting the same help for my select options.&lt;/P&gt;&lt;P&gt;Could you tell how have you defined your select options , is it&lt;/P&gt;&lt;P&gt;select-options : s_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782954#M337381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782955#M337382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for ur question there are different possibilites &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can have single material information &lt;/P&gt;&lt;P&gt;and if u want to have multiple slection combination u have to create collective search help which is through se11 &lt;/P&gt;&lt;P&gt;collective in the sense gropu of elementary search help &lt;/P&gt;&lt;P&gt;first u create some elementary search helps and then assign these indiviedual elementary to collective search help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782955#M337382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782956#M337383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select-option s_matnr for mara-matnr matchcode object MAT1_A.&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;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782956#M337383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782957#M337384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have defined select-options.&lt;/P&gt;&lt;P&gt;You can use &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE REQUEST FOR s-matnr. &lt;/P&gt;&lt;P&gt;call function ' '&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this would help in preventing all unwanted values and you can have your own defined values displayed. &lt;/P&gt;&lt;P&gt;Further information can be obtained by using F1 help or at help.sap.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-selection-screen/m-p/1782957#M337384</guid>
      <dc:creator>Sathish</dc:creator>
      <dc:date>2006-12-13T10:23:08Z</dc:date>
    </item>
  </channel>
</rss>

