<?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: Getting data from table control to the report program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-table-control-to-the-report-program/m-p/4422837#M1050408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First Check the Demo programs on Table Controls..&lt;/P&gt;&lt;P&gt;RSDEMO_TABLE_CONTROL&lt;/P&gt;&lt;P&gt;RSDEMO02&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABCONT_LOOP&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABCONT_LOOP_AT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 09:46:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-17T09:46:09Z</dc:date>
    <item>
      <title>Getting data from table control to the report program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-table-control-to-the-report-program/m-p/4422835#M1050406</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 created a table control using report program and i am trying to enter data in the table control which i want to update in the DB table. How can i get the data entered in table control to the report program, so that i can update the DB table.&lt;/P&gt;&lt;P&gt;Please help me finding out which variable will hold the data entered in table control(dynamically).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 09:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-table-control-to-the-report-program/m-p/4422835#M1050406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T09:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from table control to the report program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-table-control-to-the-report-program/m-p/4422836#M1050407</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 table control you give some name to that table control say it_cntrl.&lt;/P&gt;&lt;P&gt;this only serves as the internal table to process the table control data.&lt;/P&gt;&lt;P&gt;like u can write like this.&lt;/P&gt;&lt;P&gt;loop at it_cntrl into wa_cntrl.   "wa_cntrl is work area of type it_cntrl table type&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;.........        "do your functining&lt;/P&gt;&lt;P&gt;end loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any clarification get in touch&lt;/P&gt;&lt;P&gt;thnks &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 09:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-table-control-to-the-report-program/m-p/4422836#M1050407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T09:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from table control to the report program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-table-control-to-the-report-program/m-p/4422837#M1050408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First Check the Demo programs on Table Controls..&lt;/P&gt;&lt;P&gt;RSDEMO_TABLE_CONTROL&lt;/P&gt;&lt;P&gt;RSDEMO02&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABCONT_LOOP&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABCONT_LOOP_AT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 09:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-table-control-to-the-report-program/m-p/4422837#M1050408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from table control to the report program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-table-control-to-the-report-program/m-p/4422838#M1050409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goutham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare the Table Control with internal table instead of using the standard field names. You will get the value stored in the internal table.&lt;/P&gt;&lt;P&gt;Then use the Loop statement by looping at that internal table and apply the logic you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi Kanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 14:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-table-control-to-the-report-program/m-p/4422838#M1050409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T14:04:39Z</dc:date>
    </item>
  </channel>
</rss>

