<?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 regarding BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329057#M512221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi :&lt;/P&gt;&lt;P&gt;  I uploaded the data using BDC for t.code mmp1.How to see the uploaded text file in sap or how can i find all the data which i uploaded.When i give single material number i can see the data in coresponding screens.&lt;/P&gt;&lt;P&gt;I am wondering to see the text file which i uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Jun 2007 03:44:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-03T03:44:31Z</dc:date>
    <item>
      <title>regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329057#M512221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi :&lt;/P&gt;&lt;P&gt;  I uploaded the data using BDC for t.code mmp1.How to see the uploaded text file in sap or how can i find all the data which i uploaded.When i give single material number i can see the data in coresponding screens.&lt;/P&gt;&lt;P&gt;I am wondering to see the text file which i uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2007 03:44:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329057#M512221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-03T03:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329058#M512222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need check the data using gui_upload,whether you getting data or not into internal table,if it is okay then upload ur data to transaction,see the results into corresponding tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto ur transaction and use f1 ,you will find out table name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2007 03:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329058#M512222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-03T03:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329059#M512223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seshu,&lt;/P&gt;&lt;P&gt;   i uploaded the data using gui_upload and used bdc program for loading the data in to t.code mmp1, if i go to mm02 and if material number is given i can see the data in corresponding screens.I am wondering to know how to capture the data which i uploaded using bdc program call transaction method.Basically i want tp generate a report after executing bdc program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2007 04:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329059#M512223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-03T04:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329060#M512224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After call transaction statement check the sy-subrc value. Based on this value you can add the record to one internal table. Finall display the table like report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2007 04:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329060#M512224</guid>
      <dc:creator>former_member225631</dc:creator>
      <dc:date>2007-06-03T04:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329061#M512225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Check the BDC Message table, if you are not having error message,&lt;/P&gt;&lt;P&gt;Than write the Material, which you just uploaded / changed&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 03:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329061#M512225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T03:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329062#M512226</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; u want check which data is coming from file to transaction in screen ......right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;than write this code which will show u out on foreground&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ME22N' USING BDCDATA&lt;/P&gt;&lt;P&gt;                     MODE 'A' UPDATE 'L'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 07:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2329062#M512226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T07:29:45Z</dc:date>
    </item>
  </channel>
</rss>

