<?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: Issue on Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602453#M1276775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you have a Page Down / Next Page button on the tool bar. If you have one, hit page down after  populating 4 records while recording the transaction and include the code for that button. Also set the parameter DEFSIZE to 'X'  in opt while using CALL TRANSACTION 'COR2' OPTIONS FROM opt .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 10:57:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T10:57:18Z</dc:date>
    <item>
      <title>Issue on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602452#M1276774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a issue on handling table control with BDC..i am working on RFC's i have incorporated total code but i am able to update at the max 4 line items..more than 4 line items it is not updating..i am working on COR2 transaction...plz hellp me out..&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;Vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 10:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602452#M1276774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T10:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602453#M1276775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you have a Page Down / Next Page button on the tool bar. If you have one, hit page down after  populating 4 records while recording the transaction and include the code for that button. Also set the parameter DEFSIZE to 'X'  in opt while using CALL TRANSACTION 'COR2' OPTIONS FROM opt .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 10:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602453#M1276775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T10:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602454#M1276776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vamsi,&lt;/P&gt;&lt;P&gt; i think your progam is not incrementing the line /row...after each insertion...&lt;/P&gt;&lt;P&gt; this issue is discussed in the forum :&lt;/P&gt;&lt;P&gt;please check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1694850"&gt;&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;safel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 11:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602454#M1276776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T11:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602455#M1276777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to add the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSACTION 'COR2'   | [USING bdc_tab [bdc_options]] . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in wihich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPTIONS FROM opt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFSIZE (Selection as to whether the screens of the called transaction are displayed in the standard screen size.) Values "X" (standard size), " " (current size). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also you have to handle the 'P+'.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*"--------------------------------------------------------------------*
* Structure to hold Parameter string for runtime of CALL TRANSACTION  *
*"--------------------------------------------------------------------*
DATA :
  fs_opt TYPE ctu_params.


*&amp;amp;---------------------------------------------------------------------*
*&amp;amp; Form SETTINGS
*&amp;amp;---------------------------------------------------------------------*
* This Subroutine sets the default size check box to 'X' &amp;amp; Mode as 'N' *
*----------------------------------------------------------------------*
*  There are no interface parameters to be passed to this subroutine
*----------------------------------------------------------------------*
FORM settings .
* Setting the Default size checkbox to 'X' and Mode as 'N'
  fs_opt-defsize = 'X'.
  FS_OPT-DISMODE = 'N'.
ENDFORM.                               " FORM RETRIEVE_SUBSECTION...

After filling your BDC Data.


CALL TRANSACTION 'COR2'  USING t_bdcdata
                           OPTIONS FROM fs_opt
                          MESSAGES INTO t_messages.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;you can see the below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/bdc" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/bdc&lt;/A&gt;&lt;EM&gt;To&lt;/EM&gt;Upload&lt;EM&gt;IT0585&lt;/EM&gt;Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 11:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602455#M1276777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T11:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602456#M1276778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnks for quick response but it is not helping me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using find opiton for searching the fields of the table control which brings the required line option on top and in where i can do the changes...but still it is updating 4 line items...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 11:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-on-table-control/m-p/5602456#M1276778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T11:31:41Z</dc:date>
    </item>
  </channel>
</rss>

