<?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 Problem with reading Dynpro fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-dynpro-fields/m-p/1577717#M260828</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 some tabstrips. On each tabstrip, I have a&lt;/P&gt;&lt;P&gt;container for an ALV and on the bottom I have another&lt;/P&gt;&lt;P&gt;subscreen for some input fields.&lt;/P&gt;&lt;P&gt;Under the subscreen I have some buttons to insert, delete&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;The fields in my subscreen I have bound to DDIC table&lt;/P&gt;&lt;P&gt;fields and I have defined that in my program under TABLES&lt;/P&gt;&lt;P&gt;in my declaration.&lt;/P&gt;&lt;P&gt;So when I write something in the fields, their content&lt;/P&gt;&lt;P&gt;has been written to my table-structure defined in TABLES.&lt;/P&gt;&lt;P&gt;If you double click on a line in the alv, the content of&lt;/P&gt;&lt;P&gt;the line has been written to my dynpro fields in the&lt;/P&gt;&lt;P&gt;subscreen.&lt;/P&gt;&lt;P&gt;My problem now is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When You have double clicked a line and the content was&lt;/P&gt;&lt;P&gt;filled in my dynpro fields and I change the values after-&lt;/P&gt;&lt;P&gt;wards, I do not have the changed field content in my &lt;/P&gt;&lt;P&gt;TABLES structure. It´s because, the framework isn´t&lt;/P&gt;&lt;P&gt;processing my PBO of the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I call the pbo manually to get the new field&lt;/P&gt;&lt;P&gt;content, when I´m pressing the button on the parent&lt;/P&gt;&lt;P&gt;dynpro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it´s possible to understand my problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Arne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 10:34:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-12T10:34:56Z</dc:date>
    <item>
      <title>Problem with reading Dynpro fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-dynpro-fields/m-p/1577717#M260828</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 some tabstrips. On each tabstrip, I have a&lt;/P&gt;&lt;P&gt;container for an ALV and on the bottom I have another&lt;/P&gt;&lt;P&gt;subscreen for some input fields.&lt;/P&gt;&lt;P&gt;Under the subscreen I have some buttons to insert, delete&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;The fields in my subscreen I have bound to DDIC table&lt;/P&gt;&lt;P&gt;fields and I have defined that in my program under TABLES&lt;/P&gt;&lt;P&gt;in my declaration.&lt;/P&gt;&lt;P&gt;So when I write something in the fields, their content&lt;/P&gt;&lt;P&gt;has been written to my table-structure defined in TABLES.&lt;/P&gt;&lt;P&gt;If you double click on a line in the alv, the content of&lt;/P&gt;&lt;P&gt;the line has been written to my dynpro fields in the&lt;/P&gt;&lt;P&gt;subscreen.&lt;/P&gt;&lt;P&gt;My problem now is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When You have double clicked a line and the content was&lt;/P&gt;&lt;P&gt;filled in my dynpro fields and I change the values after-&lt;/P&gt;&lt;P&gt;wards, I do not have the changed field content in my &lt;/P&gt;&lt;P&gt;TABLES structure. It´s because, the framework isn´t&lt;/P&gt;&lt;P&gt;processing my PBO of the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I call the pbo manually to get the new field&lt;/P&gt;&lt;P&gt;content, when I´m pressing the button on the parent&lt;/P&gt;&lt;P&gt;dynpro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it´s possible to understand my problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Arne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 10:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-dynpro-fields/m-p/1577717#M260828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T10:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with reading Dynpro fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-dynpro-fields/m-p/1577718#M260829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the FM &amp;lt;b&amp;gt;DYNP_VALUES_READ&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: repid LIKE sy-repid.&lt;/P&gt;&lt;P&gt;  dynpfields-fieldname  = p_field.&lt;/P&gt;&lt;P&gt;  APPEND dynpfields.&lt;/P&gt;&lt;P&gt;  repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_READ'                        "#EC *&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            dyname     = repid&lt;/P&gt;&lt;P&gt;            dynumb     = sy-dynnr&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            dynpfields = dynpfields&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            OTHERS.&lt;/P&gt;&lt;P&gt;  READ TABLE dynpfields INDEX 1.&lt;/P&gt;&lt;P&gt;  lws_object_name = dynpfields-fieldvalue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 10:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-dynpro-fields/m-p/1577718#M260829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T10:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with reading Dynpro fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-dynpro-fields/m-p/1577719#M260830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    use FM dynpro_values_update  &lt;/P&gt;&lt;P&gt;           Dynpro_values_read &lt;/P&gt;&lt;P&gt;           DYNPRO_FIELD_GET &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       or use field-symbols &amp;lt;fs&amp;gt;&lt;/P&gt;&lt;P&gt;          assign 'itab-fld1' to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 10:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-dynpro-fields/m-p/1577719#M260830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T10:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with reading Dynpro fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-dynpro-fields/m-p/1577720#M260831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried both functions Dynpro_field_get and read_values, but I´m not getting any content. With dynpro_field_get, I´m getting the fieldnames, but not the values! &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen, when I´m pressing enter, after I have typed in the new field values, my TABLES structure has been updated. But I think, it´s not very user friendly, if You have to pay attention to press enter before pressing the "add" button...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other idea? Or do You know why I´m not getting any content?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Arne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Arne Hein&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 11:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-dynpro-fields/m-p/1577720#M260831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T11:34:13Z</dc:date>
    </item>
  </channel>
</rss>

