<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751090#M639860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mithun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         When you would like to refer the field in the table control you need to identify which record that you want . &lt;/P&gt;&lt;P&gt;Example 'ACGL_ITEM-HKONT(1)' &lt;/P&gt;&lt;P&gt;              'ACGL_ITEM-HKONT(2)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can follow this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP AT itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'ACGL_ITEM-HKONT(' W_I ')' INTO X1.&lt;/P&gt;&lt;P&gt;CONCATENATE 'ACGL_ITEM-SHKZG(' W_I ')' INTO X2.&lt;/P&gt;&lt;P&gt;CONCATENATE 'ACGL_ITEM-WRBTR(' W_I ')' INTO X3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using  X1&lt;/P&gt;&lt;P&gt;                               itab-field1.&lt;/P&gt;&lt;P&gt;perform bdc_field       using  X2&lt;/P&gt;&lt;P&gt;                               itab-field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_i = w_i + 1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wiboon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2007 07:59:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-14T07:59:35Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751089#M639859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In BDC if in a recording, thr is a table-control &amp;amp;&lt;/P&gt;&lt;P&gt;data to be uploaded goes beyond screen &amp;amp; it gives &lt;/P&gt;&lt;P&gt;   error. How will u solve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 07:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751089#M639859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T07:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751090#M639860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mithun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         When you would like to refer the field in the table control you need to identify which record that you want . &lt;/P&gt;&lt;P&gt;Example 'ACGL_ITEM-HKONT(1)' &lt;/P&gt;&lt;P&gt;              'ACGL_ITEM-HKONT(2)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can follow this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP AT itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'ACGL_ITEM-HKONT(' W_I ')' INTO X1.&lt;/P&gt;&lt;P&gt;CONCATENATE 'ACGL_ITEM-SHKZG(' W_I ')' INTO X2.&lt;/P&gt;&lt;P&gt;CONCATENATE 'ACGL_ITEM-WRBTR(' W_I ')' INTO X3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using  X1&lt;/P&gt;&lt;P&gt;                               itab-field1.&lt;/P&gt;&lt;P&gt;perform bdc_field       using  X2&lt;/P&gt;&lt;P&gt;                               itab-field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_i = w_i + 1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wiboon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 07:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751090#M639860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T07:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751091#M639861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mithun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the  all the records into the file or an seperate internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then upload it by offset caluculation.....using the table control index of the each record&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 08:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751091#M639861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T08:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751092#M639862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mithun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While recording using SHDB, in the initial screen of SHDB there is a check box called 'Default Size', you need to check this to get the default size for the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the default size you can do a page down, if the no of records exceed the no of lines displayed in the table control.&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;Reward if helpful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 08:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751092#M639862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T08:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751093#M639863</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;for table control u had to loop while recording, there is option edit insert line&lt;/P&gt;&lt;P&gt;and  enter 1st   records in table control and again go for edit insert line and then save, it will take it as loop. &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;siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 08:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2751093#M639863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T08:10:24Z</dc:date>
    </item>
  </channel>
</rss>

