<?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: table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084070#M976542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set tablecontrol lines in pbo up to no of lines you want to copy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg. if you want 10 lines then code should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ln type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ln = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tablectr-lines = ln.&lt;/P&gt;&lt;P&gt;modify screen.&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;&lt;/P&gt;&lt;P&gt;SUDHIR MANJAREKAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2008 05:39:23 GMT</pubDate>
    <dc:creator>Sidh_M</dc:creator>
    <dc:date>2008-07-08T05:39:23Z</dc:date>
    <item>
      <title>table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084068#M976540</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 was using a table control..I have 3 fields in the table control.Only four rows are visible as per the requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i copy 4 rows from excel and paste in that table control means it is pasting correctly..If i copy more than 4 rows (example 10 rows) it is not pasting in the 10 rows..Only 4 rows gets pasted...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to overcome this issue..Is it possible to paste more than 4 rows if only 4 rows are visible in the table control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 05:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084068#M976540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T05:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084069#M976541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is the normal way.... number of visible lins will be copied. You not trying to upload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 05:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084069#M976541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T05:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084070#M976542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set tablecontrol lines in pbo up to no of lines you want to copy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg. if you want 10 lines then code should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ln type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ln = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tablectr-lines = ln.&lt;/P&gt;&lt;P&gt;modify screen.&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;&lt;/P&gt;&lt;P&gt;SUDHIR MANJAREKAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 05:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084070#M976542</guid>
      <dc:creator>Sidh_M</dc:creator>
      <dc:date>2008-07-08T05:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084071#M976543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only visible no of lines will be copied this is the way SAP provides I also tried a lot to overcome this earlier but unfortunetly there is no solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 05:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084071#M976543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T05:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084072#M976544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That part you need to handle it manually using the coding..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find The Transaction Number of Visible lines for that table control and then code it using the number of line&lt;/P&gt;&lt;P&gt;use some PAGE UP or etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow the sample code..&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4084072#M976544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:00:29Z</dc:date>
    </item>
  </channel>
</rss>

