<?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: adding new tab in MIGO Tcode at item leveli in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061227#M1612792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the BADI MB_MIGO_BADI as described here : &lt;A href="http://www.palas.fr/blog/?p=154&amp;amp;lang=en"&gt;http://www.palas.fr/blog/?p=154&amp;amp;lang=en&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Oct 2013 14:22:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-06T14:22:46Z</dc:date>
    <item>
      <title>adding new tab in MIGO Tcode at item leveli</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061220#M1612785</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;My requirement is to create a new tab at item level in MIGO Tcode. In that tab I have to add some z-fields, &lt;STRONG&gt;here the point to be noted is these custom fields data needs to be saved into a Z-table along with the goods receipt number which is generated whenever we post the GR.&lt;/STRONG&gt; So I searched for screen exits for this. I was not able to found this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I was able to find out a BADI "MB_MIGO_BADI". Is this the right BADI, if so could you let me know in which method I could be able to get the saved GRN number for that posted document. How could I call my custom tab in this BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is any alternate method also, could you please let me know.&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;Srinivas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Kumar on Jul 7, 2011 10:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 16:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061220#M1612785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: adding new tab in MIGO Tcode at item leveli</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061221#M1612786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Test POST_DOCUMENT method by writing test code and if it's saved in ZTABLE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 16:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061221#M1612786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T16:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: adding new tab in MIGO Tcode at item leveli</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061222#M1612787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gvsastry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt response, I should save ztable data along with the GRN number which is generated when we post data.&lt;/P&gt;&lt;P&gt;means if the GR posting fails the Z-table data should not be saved. So is that method which you said, will be triggred after the GR posting itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 16:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061222#M1612787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T16:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: adding new tab in MIGO Tcode at item leveli</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061223#M1612788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think GR number will be available in this method. Put a break point and debug your implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to: CL_EXM_IM_MB_MIGO_BADI for reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 16:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061223#M1612788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T16:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: adding new tab in MIGO Tcode at item leveli</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061224#M1612789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use BADI MB_MIGO_BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the example in class CL_EXM_IM_MB_MIGO_BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;P&gt;Rafael Sá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 17:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061224#M1612789</guid>
      <dc:creator>RJSA</dc:creator>
      <dc:date>2011-07-07T17:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: adding new tab in MIGO Tcode at item leveli</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061225#M1612790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You solve your problem or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;P&gt;Rafael Sá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 16:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061225#M1612790</guid>
      <dc:creator>RJSA</dc:creator>
      <dc:date>2011-07-12T16:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: adding new tab in MIGO Tcode at item leveli</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061226#M1612791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rafael Sá,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At present that object is in pending, as I'm busy with other deliverables. I have to check the method post_document by debugging it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 04:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061226#M1612791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-13T04:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: adding new tab in MIGO Tcode at item leveli</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061227#M1612792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the BADI MB_MIGO_BADI as described here : &lt;A href="http://www.palas.fr/blog/?p=154&amp;amp;lang=en"&gt;http://www.palas.fr/blog/?p=154&amp;amp;lang=en&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 14:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-tab-in-migo-tcode-at-item-leveli/m-p/8061227#M1612792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-06T14:22:46Z</dc:date>
    </item>
  </channel>
</rss>

