<?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 controls in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040974#M419631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2007 13:00:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-02T13:00:51Z</dc:date>
    <item>
      <title>Table controls in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040970#M419627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying a custom program  for data migration of VA01. I am facing problems here entering item datas into the table control. &lt;/P&gt;&lt;P&gt;Could anybody help me out to handle this situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 08:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040970#M419627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T08:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040971#M419628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;//I am facing problems here entering item datas into the table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
still not clear on ur query but make use of the +sign(create line)&amp;lt;u&amp;gt; During the recording&amp;lt;/u&amp;gt;  button at the bottom of the table control for hte feed of items in to the table control .
Main problems will be in the scrolling when items are more for the order.

Create line will allow the recording in context and u can handle this in Va01 .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 08:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040971#M419628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T08:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040972#M419629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the second screen of VA01 i am entering the item details for each sales order. &lt;/P&gt;&lt;P&gt;while entering i need to scroll it horizontally for the other fields also.And entering &lt;/P&gt;&lt;P&gt;more number of rows (around 8 to 10) in the table for each order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have some specific codes for this will be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 09:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040972#M419629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040973#M419630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;//while entering i need to scroll it horizontally for the other fields also.And entering &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats what im telling u use the create item button in the  recording .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will make the code easy to handle for the table control scrolling . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just do one or two recordings with three items in the flat file and arrange the screen .. populate teh item numbers into the same . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some of sdn members will give u some code but it will not cover the concept i suggest you be on ur own ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the recording and look at the code by urself  .. you will get it ..&lt;/P&gt;&lt;P&gt;just do a careful recording ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 09:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040973#M419630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T09:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040974#M419631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 13:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-in-bdc/m-p/2040974#M419631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T13:00:51Z</dc:date>
    </item>
  </channel>
</rss>

