<?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 - ON VALUE REQUEST updating a second field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792165#M1466109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Poornima, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link below:&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;regards, Sebastiá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Apr 2010 17:17:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-01T17:17:40Z</dc:date>
    <item>
      <title>Module pool - ON VALUE REQUEST updating a second field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792161#M1466105</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;I have two fields F1 and F2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a ON VALUE REQUEST on F1 to populate it. Which is working perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've written logic to update F2 right below the ON VALUE request so that once I execute the ON VALUE request on F1, it should populate both F1 and F2. But, it doesnt seem to populate F2 at all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the ON VALUE request, only when I press the RETURN key, the field F2 is populated. Is there an event which could be used to populate other fields (in my case F2) apart from the one on which ON VALUE REQUEST is done?&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;Tabraiz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 14:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792161#M1466105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T14:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool - ON VALUE REQUEST updating a second field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792162#M1466106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand what you're asking (populate two fields from one search help), search for posts that mention function module: F4IF_INT_TABLE_VALUE_REQUEST..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow you to construct a table containing various values and populate more than one screen field upon function module call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 15:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792162#M1466106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T15:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool - ON VALUE REQUEST updating a second field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792163#M1466107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use a customized FM to popup a screen to display the internal table populated. So, i do not need the standard FM's to populate my fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 15:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792163#M1466107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T15:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool - ON VALUE REQUEST updating a second field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792164#M1466108</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;For populating the data into 2nd field i feel that you can use the below FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DYNP_VALUES_UPDATE'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          DYNAME     = SY-CPROG&lt;/P&gt;&lt;P&gt;          DYNUMB     = SY-DYNNR&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          dynpfields = DYFIELDS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 16:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792164#M1466108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T16:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool - ON VALUE REQUEST updating a second field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792165#M1466109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Poornima, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link below:&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;regards, Sebastiá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 17:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792165#M1466109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T17:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool - ON VALUE REQUEST updating a second field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792166#M1466110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Bose - Thanks mate. Works like a charm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 17:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792166#M1466110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T17:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool - ON VALUE REQUEST updating a second field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792167#M1466111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first part worked. Now, I have another issue. I need to make a single text field visible/invisible based on the ON VALUE REQUEST event. The FM 'DYNP_VALUES_UPDATE' cannot be used here as I do not have any values to update to the field, except that i just need to make to toggle visible/invisible switch on a text field. How do I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 11:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792167#M1466111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-05T11:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool - ON VALUE REQUEST updating a second field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792168#M1466112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found a way. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 11:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792168#M1466112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-05T11:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool - ON VALUE REQUEST updating a second field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792169#M1466113</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 below code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
at selection-screen.
LOOP at screen.
if screen-name = 'textfield'  .  "---&amp;gt;Pass the name of screen field which you want to make invisible.
screen-invisible = 1.
endif.
modify screen.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 11:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-on-value-request-updating-a-second-field/m-p/6792169#M1466113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-05T11:51:10Z</dc:date>
    </item>
  </channel>
</rss>

