<?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 Problem is Module pool custom F4 help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231914#M480303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In module pool selection screen . I have defined vendor field as a select option and attached a custom search help to it . Now the problem is that when i press F4 on that field and select a value from the help , that value is not populated in the input field . &lt;/P&gt;&lt;P&gt;The other problem is that if we keep this vendor select option as blank , then in the select statement using " IN S_lifnr " gives a dump as it treats the field as blank .( does not function as standard) . does this have anything to do with the custom search help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be appreciated .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2007 11:53:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-03T11:53:57Z</dc:date>
    <item>
      <title>Problem is Module pool custom F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231914#M480303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In module pool selection screen . I have defined vendor field as a select option and attached a custom search help to it . Now the problem is that when i press F4 on that field and select a value from the help , that value is not populated in the input field . &lt;/P&gt;&lt;P&gt;The other problem is that if we keep this vendor select option as blank , then in the select statement using " IN S_lifnr " gives a dump as it treats the field as blank .( does not function as standard) . does this have anything to do with the custom search help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be appreciated .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 11:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231914#M480303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T11:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem is Module pool custom F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231915#M480304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm when designing your search help, for every Parameter there are two checkboxes. I think their name is input &amp;amp; output, maybe you forgot to tag output at your parameter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 11:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231915#M480304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T11:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem is Module pool custom F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231916#M480305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Few things are not clear!&lt;/P&gt;&lt;P&gt;1)How you designed the Select-options in Module pool program?because we can't use them in Module pools, like in report programs, we have to use RANGES instead of them&lt;/P&gt;&lt;P&gt;2) Where you attached the search help for that field.&lt;/P&gt;&lt;P&gt;   In the attributes, you have to assign that search help?&lt;/P&gt;&lt;P&gt;3) is it a elementary search help or cumulative search help you created?&lt;/P&gt;&lt;P&gt;there is a Std elementary search help for vendor, use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) if it is declared as select options, it won't give dump, even if you give IN S_LIFNR in where condition?&lt;/P&gt;&lt;P&gt;only for paramters it give dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;paste the code, it is better to see in code.&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>Thu, 03 May 2007 12:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231916#M480305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T12:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem is Module pool custom F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231917#M480306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry for the mistake .Its a normal selection screen and i am using F4_INT_value _request FM for search help on a Ztable which we have defined . The F4 is coming properly but when i select a record from the F4 list , it does not get inputted in the field on the screen .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 12:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231917#M480306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T12:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem is Module pool custom F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231918#M480307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean that u created a custom cearch help using se11 and attached that using F4IF_INT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think that is possible.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST is used to programmatically create an f4 help, fetching data from an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is an eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF VALUE_ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;      moldno TYPE zqmrr-zzmoldno,&lt;/P&gt;&lt;P&gt;      END OF VALUE_ITAB.&lt;/P&gt;&lt;P&gt;DATA: FIELD_TAB LIKE DFIES OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA: RETURN_TAB LIKE DDSHRETVAL OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options :           s_moldno  for zqmrr-zzmoldno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_MOLDNO-LOW.&lt;/P&gt;&lt;P&gt;  REFRESH VALUE_ITAB[].&lt;/P&gt;&lt;P&gt;  REFRESH FIELD_TAB[].&lt;/P&gt;&lt;P&gt;  REFRESH RETURN_TAB[].&lt;/P&gt;&lt;P&gt;  SELECT ZZMOLDNO FROM ZQMRR INTO table VALUE_ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FIELD_TAB-FIELDNAME = 'ZZMOLDNO'.&lt;/P&gt;&lt;P&gt;  FIELD_TAB-TABNAME   = 'ZQMRR'.&lt;/P&gt;&lt;P&gt;  APPEND FIELD_TAB.&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   DDIC_STRUCTURE         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      RETFIELD               =  FIELD_TAB-FIELDNAME&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      VALUE_TAB              = VALUE_ITAB&lt;/P&gt;&lt;P&gt;     FIELD_TAB              = FIELD_TAB&lt;/P&gt;&lt;P&gt;     RETURN_TAB             = RETURN_TAB&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   DYNPFLD_MAPPING        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   PARAMETER_ERROR        = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NO_VALUES_FOUND        = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   OTHERS                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;    S_MOLDNO-LOW = RETURN_TAB-FIELDVAL.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compare and try to find  what u are doing wrong,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 12:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-is-module-pool-custom-f4-help/m-p/2231918#M480307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T12:25:50Z</dc:date>
    </item>
  </channel>
</rss>

