<?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 scrolling issue in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084795#M731609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your spontaneous reply&lt;/P&gt;&lt;P&gt;Do i need to do while recording itself ? or when i need to do this ? In case if i need to write the logic in the program how i handle it, can you please suggest  me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2007 20:53:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-03T20:53:18Z</dc:date>
    <item>
      <title>Table control scrolling issue in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084793#M731607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    When i was passing less number of records (say 5 records) to table control in BDC call transaction, everything is working fine. But when i was doing more number of records (say 50), i was getting an error - &amp;lt;b&amp;gt;Screen  0000 is too large for internal batch input area&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that i am getting because of overflow in the table control, is it not? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the code as below - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction 'ZZZZ'&lt;/P&gt;&lt;P&gt;     using gt_bdcdata&lt;/P&gt;&lt;P&gt;     options from lv_ctu&lt;/P&gt;&lt;P&gt;     messages into  gt_messages.&lt;/P&gt;&lt;P&gt;but i am not sure how to scrolldown the table control when all visible lines filledout. Can you please suggest me on this. Please dont post materials - i already gone through. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 20:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084793#M731607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T20:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table control scrolling issue in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084794#M731608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you can do for handling table control is, press page down after passing each and every record. This will enable you to put your records in the second line for each records. &lt;/P&gt;&lt;P&gt;So, From the second line onwards you just have to put all your data into the second row of the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 20:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084794#M731608</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-03T20:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table control scrolling issue in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084795#M731609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your spontaneous reply&lt;/P&gt;&lt;P&gt;Do i need to do while recording itself ? or when i need to do this ? In case if i need to write the logic in the program how i handle it, can you please suggest  me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 20:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084795#M731609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T20:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table control scrolling issue in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084796#M731610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table control BDC will act bit differently, Here you need to count how many records are displayed on screen (Count this when you are doing recording, this will be the default size when you run your BDC in backgorund).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume it dispalys 5 records, so for each and every 5 records you need to code for PAGE-DOWN the start again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 20:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084796#M731610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T20:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table control scrolling issue in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084797#M731611</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;    Thanks for your reply, but the visibility of number of records will vary from system to system - right. In that case if i saw 5 records while recording but in other system if it was showing only 4 or 6 then what will happen? I read some where to avoid this issue we need to use CTUparams ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if you have sample code can you send me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 20:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084797#M731611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T20:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table control scrolling issue in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084798#M731612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes . It may be vary from system to system, That's the I mentioned in my previous email to count the visible records when you are doing the recording (in t.code SHDB), and when you are using CALL TRANSACTION, use DEFSIZE option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 21:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084798#M731612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T21:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table control scrolling issue in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084799#M731613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Thanks for your information, i already kept that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 21:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084799#M731613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T21:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table control scrolling issue in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084800#M731614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more option is to press use the "Create Item" button (button with + sign.. underneath the table control).&lt;/P&gt;&lt;P&gt;You can record the recording by pressing this create item button for your each records in the line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 23:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scrolling-issue-in-bdc/m-p/3084800#M731614</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-03T23:01:07Z</dc:date>
    </item>
  </channel>
</rss>

