<?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: ALV and Dynpro-Fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-and-dynpro-fields/m-p/1357567#M178186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;This is the dynpro-logic:&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;  module status_9210.&lt;/P&gt;&lt;P&gt;  module vorschlag_9210.&lt;/P&gt;&lt;P&gt;  call subscreen g_buch_button&lt;/P&gt;&lt;P&gt;    including sy-repid g_buch_button_subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;  chain.&lt;/P&gt;&lt;P&gt;    field: zhrtv_planzusatz-buch_status,&lt;/P&gt;&lt;P&gt;           zhrtv_planzusatz-buchungscode.&lt;/P&gt;&lt;P&gt;  endchain.&lt;/P&gt;&lt;P&gt;  chain.&lt;/P&gt;&lt;P&gt;    field: zhrtv_planzusatz-betrg,&lt;/P&gt;&lt;P&gt;           zhrtv_planzusatz-waers.&lt;/P&gt;&lt;P&gt;  endchain.&lt;/P&gt;&lt;P&gt;  module save_data_9210.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PBO-Coding is just do fill the ALV-Grid and switch some dynpo-fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the module save_data_9210 the entered data is saved to the corresponding structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help!&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2006 12:12:56 GMT</pubDate>
    <dc:creator>Peter_Lintner</dc:creator>
    <dc:date>2006-05-22T12:12:56Z</dc:date>
    <item>
      <title>ALV and Dynpro-Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-and-dynpro-fields/m-p/1357565#M178184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I've created a dynpro with an ALV-Grid for Data-Overview and a lot of fields on the dynpro to change/insert additional data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I read data back from the dynpro fields when changing the selected row at the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the time of handling the event, the data entered on the dynpro isn't actual available in my coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any hints!&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 06:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-and-dynpro-fields/m-p/1357565#M178184</guid>
      <dc:creator>Peter_Lintner</dc:creator>
      <dc:date>2006-05-19T06:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: ALV and Dynpro-Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-and-dynpro-fields/m-p/1357566#M178185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need an event for SAP send you data into your program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you send the peace of code of the PAI and PBO ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 07:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-and-dynpro-fields/m-p/1357566#M178185</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-05-19T07:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: ALV and Dynpro-Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-and-dynpro-fields/m-p/1357567#M178186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;This is the dynpro-logic:&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;  module status_9210.&lt;/P&gt;&lt;P&gt;  module vorschlag_9210.&lt;/P&gt;&lt;P&gt;  call subscreen g_buch_button&lt;/P&gt;&lt;P&gt;    including sy-repid g_buch_button_subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;  chain.&lt;/P&gt;&lt;P&gt;    field: zhrtv_planzusatz-buch_status,&lt;/P&gt;&lt;P&gt;           zhrtv_planzusatz-buchungscode.&lt;/P&gt;&lt;P&gt;  endchain.&lt;/P&gt;&lt;P&gt;  chain.&lt;/P&gt;&lt;P&gt;    field: zhrtv_planzusatz-betrg,&lt;/P&gt;&lt;P&gt;           zhrtv_planzusatz-waers.&lt;/P&gt;&lt;P&gt;  endchain.&lt;/P&gt;&lt;P&gt;  module save_data_9210.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PBO-Coding is just do fill the ALV-Grid and switch some dynpo-fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the module save_data_9210 the entered data is saved to the corresponding structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help!&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 12:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-and-dynpro-fields/m-p/1357567#M178186</guid>
      <dc:creator>Peter_Lintner</dc:creator>
      <dc:date>2006-05-22T12:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: ALV and Dynpro-Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-and-dynpro-fields/m-p/1357568#M178187</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 your PAI put these code  in the Very Beginning.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL METHOD G_GRID-&amp;gt;CHECK_CHANGED_DATA
    IMPORTING
      E_VALID = L_VALID.
  CALL METHOD CL_GUI_CFW=&amp;gt;FLUSH.
  CALL METHOD CL_GUI_CFW=&amp;gt;DISPATCH.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and this will update the changed data to your Itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 12:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-and-dynpro-fields/m-p/1357568#M178187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T12:31:05Z</dc:date>
    </item>
  </channel>
</rss>

