<?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: reg:function module to retrive the ekko table data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014634#M959249</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 think you are trying to fetch PO related data. If the case is like that why don't you gor for BAPI related to related to PO.&lt;/P&gt;&lt;P&gt;for e.g.&lt;/P&gt;&lt;P&gt;BAPI_PO_GETDETAIL&lt;/P&gt;&lt;P&gt;BAPI_PO_GETITEMS&lt;/P&gt;&lt;P&gt;BAPI_PO_GETITEMSREL&lt;/P&gt;&lt;P&gt;BAPI_PO_GETRELINFO&lt;/P&gt;&lt;P&gt;BAPI_PO_GET_LIST&lt;/P&gt;&lt;P&gt;The best thing is to use select query . &lt;/P&gt;&lt;P&gt;Say, S_EBELN is the select option. Then you can use select query as:&lt;/P&gt;&lt;P&gt;select * from ekko into table it_ekko where ebeln in S_EBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2008 06:04:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-18T06:04:25Z</dc:date>
    <item>
      <title>reg:function module to retrive the ekko table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014630#M959245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module to retrive the ekko table data for the given select-options and parametrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you provide that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;S.chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 18:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014630#M959245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T18:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: reg:function module to retrive the ekko table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014631#M959246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no specific function module fo EKKO, but you can use the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_READ_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 18:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014631#M959246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T18:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: reg:function module to retrive the ekko table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014632#M959247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear chaitanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you can use this function module ME_READ_EKKO_MULTIPLE which can be used to pass the select options to retrieve the desired EKKO data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR the best way would be to do a SELECT Query which would retrieve the data faster and in an effective manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help Children of U.N World Food Program by rewarding and enocourage others to answer your queries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venugopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014632#M959247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T05:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: reg:function module to retrive the ekko table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014633#M959248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AC_DOCUMENT_RECORD u can get all kind of data related to purchase order. i mean upto accounting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014633#M959248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T05:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: reg:function module to retrive the ekko table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014634#M959249</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 think you are trying to fetch PO related data. If the case is like that why don't you gor for BAPI related to related to PO.&lt;/P&gt;&lt;P&gt;for e.g.&lt;/P&gt;&lt;P&gt;BAPI_PO_GETDETAIL&lt;/P&gt;&lt;P&gt;BAPI_PO_GETITEMS&lt;/P&gt;&lt;P&gt;BAPI_PO_GETITEMSREL&lt;/P&gt;&lt;P&gt;BAPI_PO_GETRELINFO&lt;/P&gt;&lt;P&gt;BAPI_PO_GET_LIST&lt;/P&gt;&lt;P&gt;The best thing is to use select query . &lt;/P&gt;&lt;P&gt;Say, S_EBELN is the select option. Then you can use select query as:&lt;/P&gt;&lt;P&gt;select * from ekko into table it_ekko where ebeln in S_EBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 06:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-function-module-to-retrive-the-ekko-table-data/m-p/4014634#M959249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T06:04:25Z</dc:date>
    </item>
  </channel>
</rss>

