<?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: MIGO BADI IMPLEMENTATION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-badi-implementation/m-p/4275476#M1020066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;As far as i know i think Migo Badi has given the functionality to just implement one tab with the screen,&lt;/P&gt;&lt;P&gt;What i had suggest you place a subscreen with 2 tabs  in the screen that you specify in MIGO Badi  ( the first screen) and then control it at the Function group level by creating 2 more screens and calling them appropriately b ut the problem here is the tabs might appear a liitle lower .This might solve your problem.&lt;/P&gt;&lt;P&gt;I think there is another way also where you can just create your own BADI from the scratch but that involves a lot of procedure which i too am not familiar.&lt;/P&gt;&lt;P&gt;I had suggest you try the first option itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;reward point if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2008 06:17:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-05T06:17:30Z</dc:date>
    <item>
      <title>MIGO BADI IMPLEMENTATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-badi-implementation/m-p/4275475#M1020065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I have implemented single subscreen in migo badI in one tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what i want to apply another tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that i have created screen and every thing required&lt;/P&gt;&lt;P&gt;Now what it is doing is when i apply a second scrren it &lt;STRONG&gt;overwrites the first one&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want both at the same time as two different tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 06:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-badi-implementation/m-p/4275475#M1020065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T06:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO BADI IMPLEMENTATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-badi-implementation/m-p/4275476#M1020066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;As far as i know i think Migo Badi has given the functionality to just implement one tab with the screen,&lt;/P&gt;&lt;P&gt;What i had suggest you place a subscreen with 2 tabs  in the screen that you specify in MIGO Badi  ( the first screen) and then control it at the Function group level by creating 2 more screens and calling them appropriately b ut the problem here is the tabs might appear a liitle lower .This might solve your problem.&lt;/P&gt;&lt;P&gt;I think there is another way also where you can just create your own BADI from the scratch but that involves a lot of procedure which i too am not familiar.&lt;/P&gt;&lt;P&gt;I had suggest you try the first option itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;reward point if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 06:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-badi-implementation/m-p/4275476#M1020066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T06:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO BADI IMPLEMENTATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-badi-implementation/m-p/4275477#M1020067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BADI 'MB_MIGO_BADI' is a mutliple implementation one.So if we create multiple implementations and with each implementation calling the required tab will give us non-overlapping or non-overwriting tabs.Please make sure you try with 2 different modulepool names for creating the tab and probably different screen numbers in these progreams to avoid confusions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first go to se18 -&amp;gt; click on Badi definition -&amp;gt; enter "MB_MIGO_BADI" -&amp;gt; click on display&lt;/P&gt;&lt;P&gt;Here click on documentation tab&lt;/P&gt;&lt;P&gt;Please go through it and read the part marked in bold &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Create Implementations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAdI definition MB_MIGO_BADI was created with transaction SE18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using transaction SE19, you can create an implementation for this BAdI. You can provide the methods with customer-defined code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The BAdI definition can be used several times. In MIGO, five additional tabstrip control were defined for the detail screen, and five additional tabstrip controls for the header information. In other words, up to five different implementations can be created.&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Pls check and revert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 11:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-badi-implementation/m-p/4275477#M1020067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T11:04:53Z</dc:date>
    </item>
  </channel>
</rss>

