<?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: Using DYNP_VALUES_UPDATE with a Maintenance View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028148#M962625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried both the options suggested by you.&lt;/P&gt;&lt;P&gt;I am updating the underlying structure, still its not visible when the screen loads again. But if you see the same field gets filled with DYNP_VALUES_UPDATE if an F4 help is used for teh first(editable) field and then my read-only field is also filled in the PROCESS ON VALUE REQUEST module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my guess is that, since it is a table control, it loops through the rest of the table control which is empty and my underlying structure gets cleared. So the problem could be where I am actually filling the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to somehow fill the &amp;lt;EXTRACT&amp;gt; table so that teh value is not lost?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rachana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 11:28:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-20T11:28:01Z</dc:date>
    <item>
      <title>Using DYNP_VALUES_UPDATE with a Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028146#M962623</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 am using a maintenance view to insert values into a table. When user creates a new entry, based on the value provided for a field,I need to fill a read-only field. In PAI, when user enters a value for one field, I am using FM 'DYNP_GET_STEPL' to  get the current line and then DYNP_VALUES_UPDATE to fill the contents to the read-only field. But this does not seem to work. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rachana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028146#M962623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using DYNP_VALUES_UPDATE with a Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028147#M962624</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;You can't enter values into a read-only field, using DYNP_VALUES_UPDATE fm. &lt;/P&gt;&lt;P&gt;However you have 2 choices:&lt;/P&gt;&lt;P&gt;- you have to enter the value into the structure behind the dynpro field&lt;/P&gt;&lt;P&gt;- you have to remove the read-only attribute from the field (using LOOP AT SCREEN statement), then set the value and set the read-only status back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028147#M962624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using DYNP_VALUES_UPDATE with a Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028148#M962625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried both the options suggested by you.&lt;/P&gt;&lt;P&gt;I am updating the underlying structure, still its not visible when the screen loads again. But if you see the same field gets filled with DYNP_VALUES_UPDATE if an F4 help is used for teh first(editable) field and then my read-only field is also filled in the PROCESS ON VALUE REQUEST module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my guess is that, since it is a table control, it loops through the rest of the table control which is empty and my underlying structure gets cleared. So the problem could be where I am actually filling the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to somehow fill the &amp;lt;EXTRACT&amp;gt; table so that teh value is not lost?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rachana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 11:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028148#M962625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T11:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using DYNP_VALUES_UPDATE with a Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028149#M962626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachana , &lt;/P&gt;&lt;P&gt; You dont need to use the FM ,  you will have to implement the event NEW_ENTRY in the table maintenance ,please check the help on events in table maintenace .&lt;/P&gt;&lt;P&gt;In the subroutine you create , you will have the values enetred by the user in the work area of the table which has the same name as the table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do revert back in case of further queries.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 11:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028149#M962626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T11:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using DYNP_VALUES_UPDATE with a Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028150#M962627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After updating the structure, update the internal table values for the current row. I think you are not updating internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 11:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-dynp-values-update-with-a-maintenance-view/m-p/4028150#M962627</guid>
      <dc:creator>sivasatyaprasad_yerra</dc:creator>
      <dc:date>2008-06-20T11:37:31Z</dc:date>
    </item>
  </channel>
</rss>

