<?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: How to use BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776742#M647221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make the BDC in call transaction method and upload the data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2007 08:55:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-13T08:55:05Z</dc:date>
    <item>
      <title>How to use BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776741#M647220</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 have some data in the Legacy file and i have to update in SAP. For that I have to use BAPI, which is ME_DIRECT_INPUT_SOURCE_LIST in the program not in LSMW.&lt;/P&gt;&lt;P&gt;so i have to use&lt;/P&gt;&lt;P&gt;Function ME_INITIALIZE_SOURCE_LIST to initialize the structures and tables&lt;/P&gt;&lt;P&gt;Function ME_DIRECT_INPUT_SOURCE_LIST to enter the data (see data mapping below)&lt;/P&gt;&lt;P&gt;Function ME_POST_SOURCE_LIST_NEW to save the source list.&lt;/P&gt;&lt;P&gt;But i don't know how to use this in the program.&lt;/P&gt;&lt;P&gt;Please help me to solve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 08:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776741#M647220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T08:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776742#M647221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make the BDC in call transaction method and upload the data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 08:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776742#M647221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T08:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776743#M647222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh,&lt;/P&gt;&lt;P&gt;I am not getting, can you explain again.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 08:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776743#M647222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776744#M647223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;first get the data from Legacy file using open_Dataset/ Gui_upload.&lt;/P&gt;&lt;P&gt;Use dataset if the fiel is in application serever, use Gui_download if on the presentation serever.&lt;/P&gt;&lt;P&gt;Then populate the parameters of the Function mOdule / Bapi, which will upload the data to R/3 database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revert back if any issues,&lt;/P&gt;&lt;P&gt;Reward with points if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 09:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776744#M647223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T09:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776745#M647224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;I have to use that three functions which i had mentioned earlier.&lt;/P&gt;&lt;P&gt;It is fine of getting data from GUI_download.&lt;/P&gt;&lt;P&gt;Can you tell me how to use that functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 10:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi/m-p/2776745#M647224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T10:25:23Z</dc:date>
    </item>
  </channel>
</rss>

