<?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: Reg DYNP_VALUES_UPDATE. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynp-values-update/m-p/1670176#M296270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjaly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nomally this function module uses to update same screen.&lt;/P&gt;&lt;P&gt;if you want to change values in other screen, directly change the values of the variable it self.it will do.&lt;/P&gt;&lt;P&gt;and assign the sceen field to the program variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2006 12:20:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-27T12:20:58Z</dc:date>
    <item>
      <title>Reg DYNP_VALUES_UPDATE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynp-values-update/m-p/1670174#M296268</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;      Does the FM DYNP_VALUES_UPDATE work only with the same screen?My requirement is to update the field values of a main screen according to the value selected from a drop-down in a subscreen.I am able to update values of the same subscreen using this FM but not other screens.Can anyone tell me whether it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;  Anjaly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 15:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynp-values-update/m-p/1670174#M296268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-26T15:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reg DYNP_VALUES_UPDATE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynp-values-update/m-p/1670175#M296269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anjaly,&lt;/P&gt;&lt;P&gt;    I think it should work.But if it is not then u can use another method.&lt;/P&gt;&lt;P&gt;  eg : ur main Program is ZMAIN_PGROGRAM.&lt;/P&gt;&lt;P&gt;       And the field u want to update is MYFIELD.&lt;/P&gt;&lt;P&gt;       MY_VALUE is the value u need to assign to MYFIELD.  &lt;/P&gt;&lt;P&gt;so u can use .&lt;/P&gt;&lt;P&gt;  DATA : FLD_NAME(60).&lt;/P&gt;&lt;P&gt;  FIELD-SYMBOLS : &amp;lt;FS&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;  FLD_NAME = '(ZMAIN_PGROGRAM)MYFIELD' .&lt;/P&gt;&lt;P&gt;  ASSIGN (FLD_NAME) TO &amp;lt;FS&amp;gt;.&lt;/P&gt;&lt;P&gt;  IF SY-SYBRC EQ 0.&lt;/P&gt;&lt;P&gt;    &amp;lt;FS&amp;gt; = MY_VALUE.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 10:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynp-values-update/m-p/1670175#M296269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T10:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reg DYNP_VALUES_UPDATE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynp-values-update/m-p/1670176#M296270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjaly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nomally this function module uses to update same screen.&lt;/P&gt;&lt;P&gt;if you want to change values in other screen, directly change the values of the variable it self.it will do.&lt;/P&gt;&lt;P&gt;and assign the sceen field to the program variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 12:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynp-values-update/m-p/1670176#M296270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T12:20:58Z</dc:date>
    </item>
  </channel>
</rss>

