<?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 dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/3334758#M799169</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 working on a dialog program.Here in the o/p there are many records.Beside each record,there is a checkbox.When the user clicks a checkbox beside a particular record of which he wants to change some fields data and click on the change button which is present on top of the o/p screen,the control should should go to the update screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the control is going to the update screen.But the values of the selected record are not getting displayed.What can I do for the values to get displayed in the update screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 11:05:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-30T11:05:29Z</dc:date>
    <item>
      <title>dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/3334758#M799169</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 working on a dialog program.Here in the o/p there are many records.Beside each record,there is a checkbox.When the user clicks a checkbox beside a particular record of which he wants to change some fields data and click on the change button which is present on top of the o/p screen,the control should should go to the update screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the control is going to the update screen.But the values of the selected record are not getting displayed.What can I do for the values to get displayed in the update screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 11:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/3334758#M799169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T11:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/3334759#M799170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you displaying the data in Table control?? if yes u need to change the Internal table values in PAI : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the code which I used:&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT gt_scr200.&lt;/P&gt;&lt;P&gt;    CHAIN.&lt;/P&gt;&lt;P&gt;         MODULE tc_scr200_modify ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;    ENDCHAIN.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module tc_scr200_modify input.&lt;/P&gt;&lt;P&gt;  MODIFY gt_scr200&lt;/P&gt;&lt;P&gt;    FROM wa_scr200&lt;/P&gt;&lt;P&gt;    INDEX tc_scr200-current_line.&lt;/P&gt;&lt;P&gt;endmodule.                 " tc_scr200_modify  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gt_scr200 is the internal table which is used to display the data in table control (tc_scr200) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 11:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/3334759#M799170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T11:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/3334760#M799171</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;No.I am not displaying the data in the table control.I am displaying the data in the classical report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 12:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/3334760#M799171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T12:51:22Z</dc:date>
    </item>
  </channel>
</rss>

