<?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: How can we get a Scrolling in Table Control while data uploading?. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-get-a-scrolling-in-table-control-while-data-uploading/m-p/1816121#M349395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this thread &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;P&gt;&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>Wed, 24 Jan 2007 07:39:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-24T07:39:29Z</dc:date>
    <item>
      <title>How can we get a Scrolling in Table Control while data uploading?.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-get-a-scrolling-in-table-control-while-data-uploading/m-p/1816120#M349394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody suggest me the way to put a scrolling in a table control while uploading the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 07:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-get-a-scrolling-in-table-control-while-data-uploading/m-p/1816120#M349394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T07:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get a Scrolling in Table Control while data uploading?.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-get-a-scrolling-in-table-control-while-data-uploading/m-p/1816121#M349395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this thread &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;P&gt;&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>Wed, 24 Jan 2007 07:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-get-a-scrolling-in-table-control-while-data-uploading/m-p/1816121#M349395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T07:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get a Scrolling in Table Control while data uploading?.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-get-a-scrolling-in-table-control-while-data-uploading/m-p/1816122#M349396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF  w_count GE 1.&lt;/P&gt;&lt;P&gt;        PERFORM bdc_dynpro      USING 'SAPMV45A' '4001'.&lt;/P&gt;&lt;P&gt;        PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                        '=POAN'.&lt;/P&gt;&lt;P&gt;        w_count = 2.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 07:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-get-a-scrolling-in-table-control-while-data-uploading/m-p/1816122#M349396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T07:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get a Scrolling in Table Control while data uploading?.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-get-a-scrolling-in-table-control-while-data-uploading/m-p/1816123#M349397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think it is possible, anyways dont do it. It will make the program perfomance very bad. There is an indicator (little watch on the left hand side), that you can use, but it is better to dont do it. As I have told you the perfomance will be very bad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      percentage = 20&lt;/P&gt;&lt;P&gt;      text       = 'Uploading data'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THAT IS THE FM. Use it after and before the upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 07:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-get-a-scrolling-in-table-control-while-data-uploading/m-p/1816123#M349397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T07:43:00Z</dc:date>
    </item>
  </channel>
</rss>

