<?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: New button in MIGO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4873001#M1139158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May i know how to add new button in migo screen in apllication toolbar? Actually i want to add new button in MIGO screen &amp;amp; on clicking that button one new pop up screen should be open.. Please help me if any one can. Actually i hv less knowledge of screen exit in ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2009 04:37:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-29T04:37:24Z</dc:date>
    <item>
      <title>New button in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4872995#M1139152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add a button on MIGO_STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put it but it appears in MIGO  inactively.&lt;/P&gt;&lt;P&gt;I do not know why it sees like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen that in the LMIGOST2 include in the  'METHOD constructor' there are several APPEND 'OK_CODE' TO lt_okcodes. I put a ENHANCEMENT-POINT with the code of my button but it continues being seen inactive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know why it sees so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 17:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4872995#M1139152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T17:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: New button in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4872996#M1139153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go this program LMIGOST2 and click on enhacement button and create ENHANCEMENT-SPOT there.You get chance to write code in that include&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 06:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4872996#M1139153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T06:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: New button in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4872997#M1139154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already I have the ENHANCEMENT-SPOT put.&lt;/P&gt;&lt;P&gt;But it does not do anything. The button continues inactive.&lt;/P&gt;&lt;P&gt;What I want to know is if it is there where place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 08:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4872997#M1139154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T08:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: New button in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4872998#M1139155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use SCCRFIELDS structure for showing push button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 10:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4872998#M1139155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T10:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: New button in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4872999#M1139156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Flavya, &lt;/P&gt;&lt;P&gt;I don't find this structure in the dictionary, neither in the program SAPLMIGO. How and where I should use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen in the program SAPLMIGO in the METHOD status_set that puts the following commentary; that says how to deactivate a button in concretly;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;2.BAdI MB_MIGO_BADI: parameter s_status-no_predoc can be set in order&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  to disable the 'Hold Data'-function.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But already I have an implementation of this badi and do not find this parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea will be received well.  Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4872999#M1139156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T11:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: New button in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4873000#M1139157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was so simple as to hit to the button to activate the code of function in the GUI status...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 12:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4873000#M1139157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T12:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: New button in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4873001#M1139158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May i know how to add new button in migo screen in apllication toolbar? Actually i want to add new button in MIGO screen &amp;amp; on clicking that button one new pop up screen should be open.. Please help me if any one can. Actually i hv less knowledge of screen exit in ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 04:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-button-in-migo/m-p/4873001#M1139158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T04:37:24Z</dc:date>
    </item>
  </channel>
</rss>

