<?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 How to display data using table control in dialog programming? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-data-using-table-control-in-dialog-programming/m-p/8978964#M1696320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would like to seek for your help and guidance. I've a requirement whereby to display the records in a table &lt;/P&gt;&lt;P&gt;on the screen '0200' via dialog programming. Please guide me. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Scenario:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;After the program has retrieve from the database and there are total of 9 records. In the screen '0200', the table are&lt;/P&gt;&lt;P&gt;only allow to view 6 records maximum at a time. The program should display 3 records and user need to use the&lt;/P&gt;&lt;P&gt;scroll bar to scroll up to view the remaining 6 records.&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;Shawn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Moderator message: "spec dumping", please work yourself first on your requirement.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2012 02:47:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-09-03T02:47:59Z</dc:date>
    <item>
      <title>How to display data using table control in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-data-using-table-control-in-dialog-programming/m-p/8978964#M1696320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would like to seek for your help and guidance. I've a requirement whereby to display the records in a table &lt;/P&gt;&lt;P&gt;on the screen '0200' via dialog programming. Please guide me. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Scenario:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;After the program has retrieve from the database and there are total of 9 records. In the screen '0200', the table are&lt;/P&gt;&lt;P&gt;only allow to view 6 records maximum at a time. The program should display 3 records and user need to use the&lt;/P&gt;&lt;P&gt;scroll bar to scroll up to view the remaining 6 records.&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;Shawn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Moderator message: "spec dumping", please work yourself first on your requirement.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 02:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-data-using-table-control-in-dialog-programming/m-p/8978964#M1696320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-03T02:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data using table control in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-data-using-table-control-in-dialog-programming/m-p/8978965#M1696321</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; Use table control&amp;nbsp; in menu painter. design the layout &lt;/P&gt;&lt;P&gt;&amp;nbsp; declare table control using below&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CONTROLS tc1 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;TABLEVIEW &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;200&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S32"&gt;declare internal table for records u want display&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S32"&gt;design the table control using the dictionary/program fields. select the fields u want drag in table control.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S32"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S32"&gt;fill the internal table in the program.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S32"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S32"&gt;loop at internal table in PBO as well as PAI as below.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S32"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;* MODULE INITIALIZATION_0101.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;STATUS_0101.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;IT_DATA_ITEM &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;T_DATA_ITEM&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CONTROL &lt;/SPAN&gt;TC1 &lt;SPAN class="L0S52"&gt;CURSOR &lt;/SPAN&gt;TC1-CURRENT_LINE.&lt;BR /&gt;&lt;BR /&gt;ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;for scrolling &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;use tc-lines = tc-lines + sy-tabix.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 04:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-data-using-table-control-in-dialog-programming/m-p/8978965#M1696321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-03T04:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data using table control in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-data-using-table-control-in-dialog-programming/m-p/8978966#M1696322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is very basic Module Pool Programming.&lt;/P&gt;&lt;P&gt;Please search the forum before posting a question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 04:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-data-using-table-control-in-dialog-programming/m-p/8978966#M1696322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-03T04:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data using table control in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-data-using-table-control-in-dialog-programming/m-p/8978967#M1696323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just do 1 thing create table control with wizard and adjust table control size to allow 6 records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 05:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-data-using-table-control-in-dialog-programming/m-p/8978967#M1696323</guid>
      <dc:creator>bharat_rathod2</dc:creator>
      <dc:date>2012-09-03T05:38:34Z</dc:date>
    </item>
  </channel>
</rss>

