<?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 ABAP Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/6041272#M1350887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Abap Experts. FYI, i am not a ABAPer.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Business owner needs a report of PO Delivery Date Vs Actual Delivery Date.&lt;/P&gt;&lt;P&gt;In additon, he requires a fields like PO Line Items, Material, Material description, Vendor code with Description, GRN document Date and Refernce number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i tried my best, through ABAP Query.&lt;/P&gt;&lt;P&gt;So i am using tables like EKPO, EKET, EKKO,MAKT, MSEG, MKPF,  and LFA1&lt;/P&gt;&lt;P&gt;Finally i executed the Report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I also used Left Outer Join between EKPO and EKET,   EKET and MSEG,    EKKO and LFA1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my Business owner need, if the GR is not made for particular PO, then that Particular PO also should be displayed, with field Null for GRN. This is not happening in my Report i created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please some one help me out of this issue, by giving pristine steps, so as to understand and follow the same.&lt;/P&gt;&lt;P&gt;If any coding has to be written, what, how, where to be use.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any document is there, please do attach that also. I wil be really grateful to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2009 08:43:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-17T08:43:22Z</dc:date>
    <item>
      <title>ABAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/6041272#M1350887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Abap Experts. FYI, i am not a ABAPer.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Business owner needs a report of PO Delivery Date Vs Actual Delivery Date.&lt;/P&gt;&lt;P&gt;In additon, he requires a fields like PO Line Items, Material, Material description, Vendor code with Description, GRN document Date and Refernce number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i tried my best, through ABAP Query.&lt;/P&gt;&lt;P&gt;So i am using tables like EKPO, EKET, EKKO,MAKT, MSEG, MKPF,  and LFA1&lt;/P&gt;&lt;P&gt;Finally i executed the Report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I also used Left Outer Join between EKPO and EKET,   EKET and MSEG,    EKKO and LFA1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my Business owner need, if the GR is not made for particular PO, then that Particular PO also should be displayed, with field Null for GRN. This is not happening in my Report i created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please some one help me out of this issue, by giving pristine steps, so as to understand and follow the same.&lt;/P&gt;&lt;P&gt;If any coding has to be written, what, how, where to be use.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any document is there, please do attach that also. I wil be really grateful to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 08:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/6041272#M1350887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T08:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/6041273#M1350888</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;It is easy to get po details by using BAPIs,but for this you need to take ABAPer help.The function module below will give you the po details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PO_GETDETAIL1             Detail Information for a Purchase Order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEWP                           BAPIs Purchase order&lt;/P&gt;&lt;P&gt;BAPI_PO_GETDETAIL              Display Purchase Order Details&lt;/P&gt;&lt;P&gt;BAPI_PO_GETITEMS               List Purchase Order Items&lt;/P&gt;&lt;P&gt;BAPI_PO_GETITEMSREL            List Purchase Orders for Release (Approval): New as of 4.0A&lt;/P&gt;&lt;P&gt;BAPI_PO_GETRELINFO             Display Detailed Release (Approval) Information on Purchase Order&lt;/P&gt;&lt;P&gt;BAPI_PO_GET_LIST               List Purchase Orders - Only up to 4.0A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 08:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/6041273#M1350888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T08:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/6041274#M1350889</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;Filter the GRN by using field: BWART &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BWART = 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shamma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 09:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/6041274#M1350889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T09:16:52Z</dc:date>
    </item>
  </channel>
</rss>

