<?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: Module Pool -  input help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050339#M1173898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i did is i retrieve all the numbers in one internal table(Itab3 which is having only one field) , now i want these number to be displayed when i enter network number (itab-network_no) &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, 05 Jan 2009 08:04:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-05T08:04:58Z</dc:date>
    <item>
      <title>Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050330#M1173889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is when i enter network number , at that time on screen i have to display all the network number where the material number (which i have entered before on the same screen ) is used in network.&lt;/P&gt;&lt;P&gt;i retrieve all the network number through query, but my problem is how to display it when i enter network number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 06:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050330#M1173889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T06:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050331#M1173890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u be bit more clear in ur question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean f4 help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 06:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050331#M1173890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T06:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050332#M1173891</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;in that case you need to keep only those Network numbers in the internal table which are using that material number,already entered,you may do it by 'deleting' the not required entries from the internal table and then pass this interbal table in FM 'F4IF_INT_TABLE_VALUE_REQUEST' to provide F4 help in PROCESS ON VALUE-REQUEST of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 06:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050332#M1173891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T06:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050333#M1173892</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;Assign the Function Code for the network number field in the screen.&lt;/P&gt;&lt;P&gt;When you enter the value in this network number field, then Function code get's triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Sy-ucomm to handle the function cade. and write logic for this function code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assing the FctCode in the attribute of the network number field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: avinash kodarapu on Jan 5, 2009 12:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 06:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050333#M1173892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T06:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050334#M1173893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khushi ,&lt;/P&gt;&lt;P&gt;What I suggest is that u go for the drop down in which value can be populated once the material is entered .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sahil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 06:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050334#M1173893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T06:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050335#M1173894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 07:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050335#M1173894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T07:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050336#M1173895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khushi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as my understanding of the problem , you need to get the previous values entered in the selection screen parameter .Getting the entries before attempting to enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell us if this is the correct problem or not as it would be helpful in resolving your query sooner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srikanth.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 07:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050336#M1173895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T07:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050337#M1173896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i did is i select all network number in another int.table(Itab3, having only single field itab3-aufnr), now i want to display all the network numbers when i press F4 on the field itab-network_no.&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, 05 Jan 2009 08:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050337#M1173896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050338#M1173897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050338#M1173897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050339#M1173898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i did is i retrieve all the numbers in one internal table(Itab3 which is having only one field) , now i want these number to be displayed when i enter network number (itab-network_no) &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, 05 Jan 2009 08:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050339#M1173898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050340#M1173899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shrikant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i enter material number on screen then by taking that matnr  i write a query for getting network number,&lt;/P&gt;&lt;P&gt;it retrieves all the network number in another itab (itab3 having single field), now i want to display this numbers when i enter values for network number so that form that numbers i can enter the network number.&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, 05 Jan 2009 08:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050340#M1173899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050341#M1173900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shrikant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i enter a material number on screen , by comparing that matnr, i write a query and retrieves all the network numbers in itab(itab3-aufnr having a single field). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i enter network number (itab-network_no) at that time i have to display all the network number form above query, so that user can select one from the list.&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, 05 Jan 2009 08:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050341#M1173900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050342#M1173901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;thats what i told you to pass the internal table itab3 you have populated to FM at event "Process on Value-request" of the screen.&lt;/P&gt;&lt;P&gt;so when you are entering in Network number by "F4" you can get from these values and if user does not selects from F4 but enters manually still you can validate it from Itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want F4 you can opt for drop down by which user will have to choose from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i made it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050342#M1173901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050343#M1173902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;thats what i told you to pass the internal table itab3 you have populated to FM at event "Process on Value-request" of the screen.&lt;/P&gt;&lt;P&gt;so when you are entering in Network number by "F4" you can get from these values and if user does not selects from F4 but enters manually still you can validate it from Itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want F4 you can opt for drop down by which user will have to choose from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i made it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050343#M1173902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050344#M1173903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;thats what i told you to pass the internal table itab3 you have populated to FM at event "Process on Value-request" of the screen.&lt;/P&gt;&lt;P&gt;so when you are entering in Network number by "F4" you can get from these values and if user does not selects from F4 but enters manually still you can validate it from Itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want F4 you can opt for drop down by which user will have to choose from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i made it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050344#M1173903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050345#M1173904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;thats what i told you to pass the internal table itab3 you have populated to FM at event "Process on Value-request" of the screen.&lt;/P&gt;&lt;P&gt;so when you are entering in Network number by "F4" you can get from these values and if user does not selects from F4 but enters manually still you can validate it from Itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want F4 you can opt for drop down by which user will have to choose from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i made it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050345#M1173904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050346#M1173905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;thats what i told you to pass the internal table itab3 you have populated to FM at event "Process on Value-request" of the screen.&lt;/P&gt;&lt;P&gt;so when you are entering in Network number by "F4" you can get from these values and if user does not selects from F4 but enters manually still you can validate it from Itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want F4 you can opt for drop down by which user will have to choose from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i made it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050346#M1173905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050347#M1173906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;thats what i told you to pass the internal table itab3 you have populated to FM at event "Process on Value-request" of the screen.&lt;/P&gt;&lt;P&gt;so when you are entering in Network number by "F4" you can get from these values and if user does not selects from F4 but enters manually still you can validate it from Itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want F4 you can opt for drop down by which user will have to choose from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i made it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050347#M1173906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050348#M1173907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;thats what i told you to pass the internal table itab3 you have populated to FM at event "Process on Value-request" of the screen.&lt;/P&gt;&lt;P&gt;so when you are entering in Network number by "F4" you can get from these values and if user does not selects from F4 but enters manually still you can validate it from Itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want F4 you can opt for drop down by which user will have to choose from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i made it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050348#M1173907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool -  input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050349#M1173908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;thats what i told you to pass the internal table itab3 you have populated to FM at event "Process on Value-request" of the screen.&lt;/P&gt;&lt;P&gt;so when you are entering in Network number by "F4" you can get from these values and if user does not selects from F4 but enters manually still you can validate it from Itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want F4 you can opt for drop down by which user will have to choose from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i made it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-input-help/m-p/5050349#M1173908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:43:58Z</dc:date>
    </item>
  </channel>
</rss>

