<?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 tcode enhancement problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-tcode-enhancement-problem/m-p/5715302#M1297249</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;there is a BADI MB_MIGO_BADI for adding tab on header level as well as on item level. This BADI has nice code sample which you can check in SE18. This should help you with implementing this BADI. Basically you need to define your sub screen in custom function group and register this screen. Registration and passing data to/from screen have to be implemented in methods of BADI. Check code sample with examples how to do it. There are many question about this BADI so please use search functionality on this forum as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Jun 2009 12:12:14 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2009-06-14T12:12:14Z</dc:date>
    <item>
      <title>migo tcode enhancement problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-tcode-enhancement-problem/m-p/5715301#M1297248</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;There is a requirement in MIGO tcode where if movement type 101 and the doc. is of purchase order then there is a tab at header level for transport where i need to mandatory few field?&lt;/P&gt;&lt;P&gt;How would i proceed with this problem? I have few details of that MIGO tcode&lt;/P&gt;&lt;P&gt;Program for subscreen where transport tab is there is SAPLZMIGO_BADI&lt;/P&gt;&lt;P&gt;Program (Screen) : SAPLMIGO&lt;/P&gt;&lt;P&gt;Program (Subscreen ) : SAPLZMIGO_BADI.&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Parag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2009 11:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-tcode-enhancement-problem/m-p/5715301#M1297248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-13T11:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: migo tcode enhancement problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-tcode-enhancement-problem/m-p/5715302#M1297249</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;there is a BADI MB_MIGO_BADI for adding tab on header level as well as on item level. This BADI has nice code sample which you can check in SE18. This should help you with implementing this BADI. Basically you need to define your sub screen in custom function group and register this screen. Registration and passing data to/from screen have to be implemented in methods of BADI. Check code sample with examples how to do it. There are many question about this BADI so please use search functionality on this forum as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2009 12:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-tcode-enhancement-problem/m-p/5715302#M1297249</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2009-06-14T12:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: migo tcode enhancement problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-tcode-enhancement-problem/m-p/5715303#M1297250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That BADI is there but my requirement bit different. The tab TRANSPORT DETAIL at header level is already there but what is my req. is that whenever goods movement type is 101, the fields on tab TRANSPORT DETAILS should become mandatory.&lt;/P&gt;&lt;P&gt;Please suggest me solution.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Parag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 06:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-tcode-enhancement-problem/m-p/5715303#M1297250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T06:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: migo tcode enhancement problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-tcode-enhancement-problem/m-p/5715304#M1297251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parag,&lt;/P&gt;&lt;P&gt;To get the value of the movement type capture the value from runtime structure GOITEM.&lt;/P&gt;&lt;P&gt;GOITEM-BWART  is the movement type.&lt;/P&gt;&lt;P&gt;You can move the whole structure to a field symbol like ASSIGN ('(SAPLMIGO)GOITEM') TO &amp;lt;FS_***&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  &amp;lt;FS_***&amp;gt;-BWART = 'so and so'&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-fieldname  = the field u wish to make mandatory.&lt;/P&gt;&lt;P&gt;screen-REQUIRED  = 1.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya Kota.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Priya Kota on Jun 15, 2009 1:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 11:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-tcode-enhancement-problem/m-p/5715304#M1297251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T11:20:45Z</dc:date>
    </item>
  </channel>
</rss>

