<?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: Re : EKKO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-ekko/m-p/4166584#M996107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use EKPO-PSTYP in where conditon. &lt;/P&gt;&lt;P&gt;and JOIN EKKO and EKPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZTEST_PO.

data: begin of it_po occurs 0,
          eblen type ebeln,
       end of it_po.

select ekko~ebeln
from ekko
join ekpo
on ekko~ebeln = ekpo~ebeln
into table it_po
where ekpo~pstyp = 5.

break-point.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Jul 2008 15:23:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-27T15:23:01Z</dc:date>
    <item>
      <title>Re : EKKO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-ekko/m-p/4166583#M996106</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;I want to fetch the purchase order from EKKO table on PO typewise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, If I want to fetch only third - party PO (which is item category BANC / BANS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I achieve that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raghul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jul 2008 15:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-ekko/m-p/4166583#M996106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-27T15:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re : EKKO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-ekko/m-p/4166584#M996107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use EKPO-PSTYP in where conditon. &lt;/P&gt;&lt;P&gt;and JOIN EKKO and EKPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZTEST_PO.

data: begin of it_po occurs 0,
          eblen type ebeln,
       end of it_po.

select ekko~ebeln
from ekko
join ekpo
on ekko~ebeln = ekpo~ebeln
into table it_po
where ekpo~pstyp = 5.

break-point.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jul 2008 15:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-ekko/m-p/4166584#M996107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-27T15:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re : EKKO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-ekko/m-p/4166585#M996108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 01:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-ekko/m-p/4166585#M996108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T01:52:52Z</dc:date>
    </item>
  </channel>
</rss>

