<?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: Calling BAPI_INCOMINGINVOICE_CREATE in MIGO t-code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530984#M1426573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shailaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done a new implementation called ZMB_MIGO_BADI for the badi MB_MIGO_BADI. Now while writing code in the method IF_EX_MB_MIGO_BADI~POST_DOCUMENT, shall i call the bapi BAPI_INCOMINGINVOICE_CREATE directly from the method itself or should i go for SUBMIT statement &amp;amp; then call the bapi from that z-program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Varadharajan S on Jan 29, 2010 4:19 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2010 22:48:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-28T22:48:28Z</dc:date>
    <item>
      <title>Calling BAPI_INCOMINGINVOICE_CREATE in MIGO t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530980#M1426569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility to call the bapi BAPI_INCOMINGINVOICE_CREATE while creating GR(using MIGO t-code)? If yes then at which place can i call that BAPI? Is there any other function available to do this task? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to create invoice automatically when a GR is created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know in case of any clarifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Varadharajan.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 18:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530980#M1426569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T18:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calling BAPI_INCOMINGINVOICE_CREATE in MIGO t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530981#M1426570</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 badi &lt;STRONG&gt;MB_MIGO_BADI&lt;/STRONG&gt; method &lt;STRONG&gt;IF_EX_MB_MIGO_BADI~POST_DOCUMENT&lt;/STRONG&gt; ...in this method call the program using the statement&lt;STRONG&gt;.....SUBMIT &amp;lt;prg name &amp;gt;   WITH  &amp;lt;field values&amp;gt;    AND RETURN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write the logic inside the program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja Ainala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 15:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530981#M1426570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T15:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calling BAPI_INCOMINGINVOICE_CREATE in MIGO t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530982#M1426571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shailaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to edit the method IF_EX_MB_MIGO_BADI~POST_DOCUMENT in the class CL_EX_MB_MIGO_BADI to insert the SUBMIT statement. Is there any other alternative to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 18:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530982#M1426571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T18:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calling BAPI_INCOMINGINVOICE_CREATE in MIGO t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530983#M1426572</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;You need to implement the badi then ......write the code in the method...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja Ainala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 04:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530983#M1426572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-28T04:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calling BAPI_INCOMINGINVOICE_CREATE in MIGO t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530984#M1426573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shailaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done a new implementation called ZMB_MIGO_BADI for the badi MB_MIGO_BADI. Now while writing code in the method IF_EX_MB_MIGO_BADI~POST_DOCUMENT, shall i call the bapi BAPI_INCOMINGINVOICE_CREATE directly from the method itself or should i go for SUBMIT statement &amp;amp; then call the bapi from that z-program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Varadharajan S on Jan 29, 2010 4:19 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 22:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530984#M1426573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-28T22:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calling BAPI_INCOMINGINVOICE_CREATE in MIGO t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530985#M1426574</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;Directly you can create but the thing is that if at all you are using the document number just create from migo .....then you cant use that directly because the commit for migo does not happen still..then go for submit..else if its just another data which is been send to the bapi you can use...in the method ...directly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja Ainala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 03:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-bapi-incominginvoice-create-in-migo-t-code/m-p/6530985#M1426574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-29T03:50:39Z</dc:date>
    </item>
  </channel>
</rss>

