<?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: Fetching data for multiple POs one by one using BAPI.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-for-multiple-pos-one-by-one-using-bapi/m-p/2159098#M456508</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;&lt;/P&gt;&lt;P&gt;1.Get all the PO Numbers into an internal Table.&lt;/P&gt;&lt;P&gt;2.Loop at the Internal Table.&lt;/P&gt;&lt;P&gt;3.Within the Loop,call the BAPI&lt;/P&gt;&lt;P&gt;4.Pass the Value into an Internal Table got thru BAPi&lt;/P&gt;&lt;P&gt;5.Call the Function Module GUI_DOWNLOAD and Pass the internal Table to that fiunctiona module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sangeetha.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2007 07:24:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-30T07:24:24Z</dc:date>
    <item>
      <title>Fetching data for multiple POs one by one using BAPI..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-for-multiple-pos-one-by-one-using-bapi/m-p/2159096#M456506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have created a custom BAPI which gives all the details regading a &lt;/P&gt;&lt;P&gt;given PO in multiple tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in a report I have to give a range of PO numbers which should be passed to BAPI one by one and then the data that will is fetched in BAPI tables should be transferred to flat file one by one for each PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 00:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-for-multiple-pos-one-by-one-using-bapi/m-p/2159096#M456506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T00:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data for multiple POs one by one using BAPI..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-for-multiple-pos-one-by-one-using-bapi/m-p/2159097#M456507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow below steps.&lt;/P&gt;&lt;P&gt;1. Get the all the PO numbers, based on the range specified, into an internal table (say it_po_no) from PO header EKKO.&lt;/P&gt;&lt;P&gt;2. Loop at it_po_no. &lt;/P&gt;&lt;P&gt;          call the BAPI.&lt;/P&gt;&lt;P&gt;          call the download routines to download the data in flat file.&lt;/P&gt;&lt;P&gt;    endloop.&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;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 01:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-for-multiple-pos-one-by-one-using-bapi/m-p/2159097#M456507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T01:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data for multiple POs one by one using BAPI..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-for-multiple-pos-one-by-one-using-bapi/m-p/2159098#M456508</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;&lt;/P&gt;&lt;P&gt;1.Get all the PO Numbers into an internal Table.&lt;/P&gt;&lt;P&gt;2.Loop at the Internal Table.&lt;/P&gt;&lt;P&gt;3.Within the Loop,call the BAPI&lt;/P&gt;&lt;P&gt;4.Pass the Value into an Internal Table got thru BAPi&lt;/P&gt;&lt;P&gt;5.Call the Function Module GUI_DOWNLOAD and Pass the internal Table to that fiunctiona module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sangeetha.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 07:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-for-multiple-pos-one-by-one-using-bapi/m-p/2159098#M456508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T07:24:24Z</dc:date>
    </item>
  </channel>
</rss>

