<?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: BDC with table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394328#M1044762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each 2 line you need to Trigger the Page down action, &lt;/P&gt;&lt;P&gt;You have to use some counter, once it reaches 2 then set it to 1 again and add the Okcode for Page down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also when you are doing that you have to pass the tablecontrol index also.&lt;/P&gt;&lt;P&gt;TC-FIELD( indx ) , the index value will be dynamically populate using the increment counter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2008 15:18:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-28T15:18:49Z</dc:date>
    <item>
      <title>BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394327#M1044761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one suggest me how to control visible lines in table control during BDC?&lt;/P&gt;&lt;P&gt;Actual problem is that only 2 lines are visible on screen and i have to go to upto 4 lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 15:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394327#M1044761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T15:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394328#M1044762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each 2 line you need to Trigger the Page down action, &lt;/P&gt;&lt;P&gt;You have to use some counter, once it reaches 2 then set it to 1 again and add the Okcode for Page down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also when you are doing that you have to pass the tablecontrol index also.&lt;/P&gt;&lt;P&gt;TC-FIELD( indx ) , the index value will be dynamically populate using the increment counter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 15:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394328#M1044762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T15:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394329#M1044763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Can any one suggest me how to control visible lines in table control during BDC?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;i think it depends on screen and tcode we are using.but by default it is 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more over you can set your window size while BDC thru CTU_PARAMS.for more info you can open this structure in SE11 and see what parametres you can pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : screenr TYPE ctu_params.

screenr-defsize = 'X'.
screenr-dismode = 'N'.

CALL TRANSACTION tcode USING bdcdata OPTIONS FROM screenr MESSAGES INTO messtab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 15:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394329#M1044763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T15:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394330#M1044764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow Amit point first and check how many are the visible lines .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then apply Vijays logic of page down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 15:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394330#M1044764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T15:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394331#M1044765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TC is MM01 and value for Tax have to be populated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 16:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394331#M1044765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T16:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394332#M1044766</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;It depends on the transaction. When you do the recording through SHDB, the time you your table control is shown, just check how many lines are displayed at that time.&lt;/P&gt;&lt;P&gt;That is the default number of lines (that can be used for page down) for the transaction.&lt;/P&gt;&lt;P&gt;Use that number of lines in ur code to scroll down and add new records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the transaction have + (add single entry) button, use add single entry button if that is present else you have to go with the above logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kartavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 16:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4394332#M1044766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T16:55:48Z</dc:date>
    </item>
  </channel>
</rss>

