<?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 Function module for multiple selection. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126102#M110319</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 have three parameters on selection screen 1. Process order number, 2.Order category and 3. order type.&lt;/P&gt;&lt;P&gt;My requirement is:&lt;/P&gt;&lt;P&gt;As i press F4 on order number and select one of the available orders, the other two fields should populate automatically with their correnponding values.&lt;/P&gt;&lt;P&gt;Is there any Function module for this purpose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2005 07:42:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-29T07:42:52Z</dc:date>
    <item>
      <title>Function module for multiple selection.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126102#M110319</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 have three parameters on selection screen 1. Process order number, 2.Order category and 3. order type.&lt;/P&gt;&lt;P&gt;My requirement is:&lt;/P&gt;&lt;P&gt;As i press F4 on order number and select one of the available orders, the other two fields should populate automatically with their correnponding values.&lt;/P&gt;&lt;P&gt;Is there any Function module for this purpose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 07:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126102#M110319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T07:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for multiple selection.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126103#M110320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no function module, I think for this. You can handle it programmatically in the event at-selection-screen on value-request for ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 07:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126103#M110320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T07:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for multiple selection.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126104#M110321</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 this FM F4IF_INT_TABLE_VALUE_REQUEST and on pressing &lt;/P&gt;&lt;P&gt;f4 for that field you will find the popup to select &lt;/P&gt;&lt;P&gt;and from there you will get the selected values..&lt;/P&gt;&lt;P&gt;populate the other fileds from the values which you have selected..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 07:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126104#M110321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T07:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for multiple selection.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126105#M110322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;u can do like this.&lt;/P&gt;&lt;P&gt;after u got the f4 help on the first field and got the contents of the first field..then&lt;/P&gt;&lt;P&gt;first using this FM DYNP_VALUES_READ u can see wat are the contents of the parameters entered by the user..then using FM DYNP_VALUES_UPDATE  u can set the contents of the otehr fields with the values as per ur wish.&lt;/P&gt;&lt;P&gt;boht the things shld not be written  in START-OF-SELECTION. &lt;/P&gt;&lt;P&gt;i hope this will soLve ur pbm as i had simliar requrement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 08:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126105#M110322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T08:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for multiple selection.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126106#M110323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alok..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;This FM is used to dsiplay values stored in an internal table as input help.&lt;/P&gt;&lt;P&gt;This FM is used to program our own custom help if no such input help exists in ABAP dictionary for a particular field. &lt;/P&gt;&lt;P&gt;The parameter VALUE_TAB is used to pass the internal table containing input values.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The parameter RETFIELD is used to specify the internal table field whose value will be returned to the screen field or RETURN_TAB. &lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;   &lt;/P&gt;&lt;P&gt;If DYNPNR,DYNPPROG and DYNPROFIELD are specified than the user selection is passed to the screen field specified in the DYNPROFIELD. If RETURN_TAB is specified the selectionis returned in a table.&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;P&gt;            RETFIELD           = field from int table whose value will be returned &lt;/P&gt;&lt;P&gt;            DYNPPROG        = SY-CPROG&lt;/P&gt;&lt;P&gt;            DYNPNR             = SY-DYNNR&lt;/P&gt;&lt;P&gt;            DYNPROFIELD    = 'screen field'&lt;/P&gt;&lt;P&gt;            VALUE_ORG       = 'S'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            VALUE_TAB        = internal table whose values will be shown.&lt;/P&gt;&lt;P&gt;            RETURN_TAB      = internal table of type DDSHRETVAL &lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            parameter_error    = 1&lt;/P&gt;&lt;P&gt;            no_values_found   = 2&lt;/P&gt;&lt;P&gt;            others                  = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 08:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126106#M110323</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-01T08:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for multiple selection.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126107#M110324</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 these fields are in your customized table,You can use search help in se11 without any function module.&lt;/P&gt;&lt;P&gt;Create search help for each field you want to display. choose import and export.&lt;/P&gt;&lt;P&gt;at last add search help in your table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 09:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multiple-selection/m-p/1126107#M110324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T09:07:01Z</dc:date>
    </item>
  </channel>
</rss>

