<?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: BADI while PO Creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946413#M1488013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this BADi  ME_PROCESS_PO_CUST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jun 2010 11:55:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-14T11:55:52Z</dc:date>
    <item>
      <title>BADI while PO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946409#M1488009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Freinds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Freinds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BADI ME_PURCHDOC_POSTED method Posted for &lt;U&gt;updating a ztable&lt;/U&gt; for the PO. &lt;/P&gt;&lt;P&gt;This BADI is getting called through ME21N and ME22N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that when it gets called from ME21N, all the internal tables of EKKO, EKPO does not have PO numbers as it has not yet got created. &lt;U&gt;I need to update the Ztable and hence I need the PO number&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with a BADI which can give me the value of PO number in the creation mode itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 10:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946409#M1488009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T10:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: BADI while PO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946410#M1488010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;parameter im_ekko will have the PO number.&lt;/P&gt;&lt;P&gt;did you check with a breakpoint ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keshav.T on Jun 14, 2010 3:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 10:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946410#M1488010</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-06-14T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: BADI while PO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946411#M1488011</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;Please check the parameter im_ekko .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For BADI , ME_PURCHDOC_POSTED , As the name of the BAdI  method implies we have already passed the posting of the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you requirement is to modify the purchase order BEFORE posting then you should have a look at BAdI ME_PROCESS_PO_CUST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;P.Bharadwaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bharadwaj p on Jun 14, 2010 1:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 11:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946411#M1488011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T11:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: BADI while PO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946412#M1488012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the structure within the BADI, IM_EKKO will contain the details which you can use for getting the PO Number. Check in debugging if you could get PO number from IM_EKKO-EBELN.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 11:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946412#M1488012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T11:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: BADI while PO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946413#M1488013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this BADi  ME_PROCESS_PO_CUST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 11:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946413#M1488013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T11:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: BADI while PO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946414#M1488014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the value of EKKO-EBELN in one field but I want data in table EKET and EKES too. right now only, ekko-ebeln is available and these two tables remain empty. Once the process is over then the data gets available in tables EKET and EKES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure which BADI would give me data in all the tables viz EKKO,EKPO,EKES and EKET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 13:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946414#M1488014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T13:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: BADI while PO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946415#M1488015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the value of EKKO-EBELN in one field but I want data in table EKET and EKES too. right now only, ekko-ebeln is available and these two tables remain empty. Once the process is over then the data gets available in tables EKET and EKES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure which BADI would give me data in all the tables viz EKKO,EKPO,EKES and EKET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 13:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946415#M1488015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T13:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: BADI while PO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946416#M1488016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the value of EKKO-EBELN in one field but I want data in table EKET and EKES too. right now only, ekko-ebeln is available and these two tables remain empty. Once the process is over then the data gets available in tables EKET and EKES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure which BADI would give me data in all the tables viz EKKO,EKPO,EKET and EKES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 13:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946416#M1488016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T13:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: BADI while PO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946417#M1488017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the value of EKKO-EBELN in one field but I want data in table EKET and EKES too. right now only, ekko-ebeln is available and these two tables remain empty. Once the process is over then the data gets available in tables EKET and EKES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure which BADI would give me data in all the tables viz EKKO,EKPO,EKET and EKES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 05:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946417#M1488017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-15T05:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: BADI while PO Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946418#M1488018</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;Use the structures IM_EKPO - Line items, IM_EKET - Schedule LInes, IM_EKES - Confirmation Data in the BADI Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 05:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-while-po-creation/m-p/6946418#M1488018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-15T05:31:07Z</dc:date>
    </item>
  </channel>
</rss>

