<?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 BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1778470#M335629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Suppose if we do BDC for tcode ca02, in one of the screens i find a table control containing some data. here i want to insert data into that table control. the data (value) that i want to insert into table control from internal table needs to be checked . if it contains value already, then give an error message. how to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next question is how can we get the records from the table control in the screen into internal table while doing BDC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Kranthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Dec 2006 06:45:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-16T06:45:19Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1778470#M335629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Suppose if we do BDC for tcode ca02, in one of the screens i find a table control containing some data. here i want to insert data into that table control. the data (value) that i want to insert into table control from internal table needs to be checked . if it contains value already, then give an error message. how to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next question is how can we get the records from the table control in the screen into internal table while doing BDC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Kranthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 06:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1778470#M335629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T06:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1778471#M335630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is no way you can get the data dynamically from a screen while running BDC. Check the DB table from which the table control in CA02 is getting populated. Get all the data before running BDC, &amp;amp; then decide about the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 07:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1778471#M335630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T07:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1778472#M335631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is no way to validate the fields dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second query, .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare itab1 like same structure of itab. and code as follows....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;module transferdata.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module transferdata code:&lt;/P&gt;&lt;P&gt;module transferdata input.&lt;/P&gt;&lt;P&gt;append itab to itab1.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 10:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1778472#M335631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T10:17:03Z</dc:date>
    </item>
  </channel>
</rss>

