<?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/3272126#M782208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is BDC done? I know all about development server.&lt;/P&gt;&lt;P&gt;My question is that like abap programs(reports etc) is the BDC program transported to the production server?&lt;/P&gt;&lt;P&gt; And if so what is done on the production server with the program?&lt;/P&gt;&lt;P&gt;how is the data transported to the &lt;/P&gt;&lt;P&gt;database in the whole process?&lt;/P&gt;&lt;P&gt;And how is the database related to the three servers i.e, development, testing and production?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 14:49:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-03T14:49:55Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3272126#M782208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is BDC done? I know all about development server.&lt;/P&gt;&lt;P&gt;My question is that like abap programs(reports etc) is the BDC program transported to the production server?&lt;/P&gt;&lt;P&gt; And if so what is done on the production server with the program?&lt;/P&gt;&lt;P&gt;how is the data transported to the &lt;/P&gt;&lt;P&gt;database in the whole process?&lt;/P&gt;&lt;P&gt;And how is the database related to the three servers i.e, development, testing and production?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 14:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3272126#M782208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3272127#M782209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The databases in the three sistems are independent.&lt;/P&gt;&lt;P&gt;The BDC program is crated in the devolopment system, and in there you should make some simple tests to correct the major bugs.&lt;/P&gt;&lt;P&gt;Then you transport it to quality, in there you should do a test with the same data that you will use in the productive system.&lt;/P&gt;&lt;P&gt;When all is ok, transport the report to productive system and import the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BDC report readd the data to import in a file, a table, by RFC, or other method. Then it work the data in a way to populate the screens of the transaction that you want to run.&lt;/P&gt;&lt;P&gt;If you use a standard BDC report you just have to create a file with the structures defined for that report and run it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 15:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3272127#M782209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T15:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3272128#M782210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The main purpose of BDC is UPLOAD THE DATA into SAP from other tools. If customer  start implementing SAP now, then they should upload their old data into SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So once you done the BDC in development server you will test this by uploading some dummy files (from notepad etc) into SAP. So if it is successfully tested in development server and also in quality server finally moved into production server. Here real time data will be uploaded into SAP. End user can do this by taking small training. They can run this everyday or upload all files in background as per the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF IT IS USEFUL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siva kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 15:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3272128#M782210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T15:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3272129#M782211</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;Go to t-Code Se-38 and  Create a Progarm for Which U want to Upload the Data. While Creating the BDC Program Please save the Program some Transport Request No.So That u can Transport this Object to QN Server and then PN Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Gagan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please gives some points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 16:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3272129#M782211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T16:05:10Z</dc:date>
    </item>
  </channel>
</rss>

