<?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: Display Data in an Table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068610#M428199</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;Plz go through the code-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   MODULE populateUser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT itab&lt;/P&gt;&lt;P&gt;       WITH CONTROL t300&lt;/P&gt;&lt;P&gt;       CURSOR t300-current_line.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab.&lt;/P&gt;&lt;P&gt;    MODULE modify_internal_table.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE  modify_internal_table INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODIFY itab index t300-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE populateUser output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mara into table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                " populateUser  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basically the syntax we follow for the table control.&lt;/P&gt;&lt;P&gt;t300 is the name of the table control and itab is the internal&lt;/P&gt;&lt;P&gt;table. Also if u hv any doubt just create a table control with&lt;/P&gt;&lt;P&gt;wizard all the coding for table control will get displayed &lt;/P&gt;&lt;P&gt;automatically in ur prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Seema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2007 07:53:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-19T07:53:04Z</dc:date>
    <item>
      <title>Display Data in an Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068605#M428194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In a module pool program I am having data in an internal table.&lt;/P&gt;&lt;P&gt;But I am not able to display the data when the &amp;lt;b&amp;gt;table control&amp;lt;/b&amp;gt; is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please any one give me code or explain clearly how to display data in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;promise to reward points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 07:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068605#M428194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T07:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display Data in an Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068606#M428195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;in d layout editor u should click get data from table which will der on the right hand side of the layout...hope it will b helpful...please reward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 07:45:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068606#M428195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T07:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display Data in an Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068607#M428196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In PBO: in the Loop, write a module and&lt;/P&gt;&lt;P&gt;Assign all the Internal table fields(which you fetch from database) to the Screen fields(which you kept on the screen) of that table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will display the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 07:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068607#M428196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T07:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Display Data in an Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068608#M428197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer these programs&lt;/P&gt;&lt;P&gt;RSDEMO_TABLE_CONTROL&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_1&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_2&lt;/P&gt;&lt;P&gt;RSDEMO02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 07:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068608#M428197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T07:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display Data in an Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068609#M428198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please give me the code how to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 07:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068609#M428198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T07:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display Data in an Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068610#M428199</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;Plz go through the code-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   MODULE populateUser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT itab&lt;/P&gt;&lt;P&gt;       WITH CONTROL t300&lt;/P&gt;&lt;P&gt;       CURSOR t300-current_line.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab.&lt;/P&gt;&lt;P&gt;    MODULE modify_internal_table.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE  modify_internal_table INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODIFY itab index t300-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE populateUser output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mara into table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                " populateUser  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basically the syntax we follow for the table control.&lt;/P&gt;&lt;P&gt;t300 is the name of the table control and itab is the internal&lt;/P&gt;&lt;P&gt;table. Also if u hv any doubt just create a table control with&lt;/P&gt;&lt;P&gt;wizard all the coding for table control will get displayed &lt;/P&gt;&lt;P&gt;automatically in ur prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Seema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 07:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-data-in-an-table-control/m-p/2068610#M428199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T07:53:04Z</dc:date>
    </item>
  </channel>
</rss>

