<?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 fields in MIGO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818294#M350052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB_MIGO_BADI&lt;/P&gt;&lt;P&gt;use this method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF_EX_MB_MIGO_BADI~PBO_HEADER&lt;/P&gt;&lt;P&gt;use this &lt;/P&gt;&lt;P&gt; IF g_no_input IS INITIAL.&lt;/P&gt;&lt;P&gt;    e_cprog   = 'ZSAPLMIGO_BADI_EXAMPLE'.&lt;/P&gt;&lt;P&gt;    e_dynnr   = '0003'.                     "External fields: Input&lt;/P&gt;&lt;P&gt;    e_heading  = GIVE UR HEADING HERE .&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE 'ZSAPLMIGO_BADI_EXAMPLE' PROGRAM IN se51&lt;/P&gt;&lt;P&gt;and define ur screen with ur fields in layout.&lt;/P&gt;&lt;P&gt;and activate &lt;/P&gt;&lt;P&gt;u wil see it in header,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont forget to give&lt;/P&gt;&lt;P&gt;data : GF_CLASS_ID type MIGO_CLASS_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; gf_class_id = 'MIGO_BADI_IMPLEMENTATION_CIN' &lt;/P&gt;&lt;P&gt;this in init method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 06:05:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-08T06:05:52Z</dc:date>
    <item>
      <title>Adding new fields in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818292#M350050</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;     I need to add 3 new fields to MIGO in the header level. Please let me know how to add it. How to do that by using badi's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 09:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818292#M350050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T09:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new fields in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818293#M350051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the BAdI MB_MIGO_BADI out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 14:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818293#M350051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new fields in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818294#M350052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB_MIGO_BADI&lt;/P&gt;&lt;P&gt;use this method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF_EX_MB_MIGO_BADI~PBO_HEADER&lt;/P&gt;&lt;P&gt;use this &lt;/P&gt;&lt;P&gt; IF g_no_input IS INITIAL.&lt;/P&gt;&lt;P&gt;    e_cprog   = 'ZSAPLMIGO_BADI_EXAMPLE'.&lt;/P&gt;&lt;P&gt;    e_dynnr   = '0003'.                     "External fields: Input&lt;/P&gt;&lt;P&gt;    e_heading  = GIVE UR HEADING HERE .&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE 'ZSAPLMIGO_BADI_EXAMPLE' PROGRAM IN se51&lt;/P&gt;&lt;P&gt;and define ur screen with ur fields in layout.&lt;/P&gt;&lt;P&gt;and activate &lt;/P&gt;&lt;P&gt;u wil see it in header,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont forget to give&lt;/P&gt;&lt;P&gt;data : GF_CLASS_ID type MIGO_CLASS_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; gf_class_id = 'MIGO_BADI_IMPLEMENTATION_CIN' &lt;/P&gt;&lt;P&gt;this in init method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 06:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818294#M350052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T06:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new fields in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818295#M350053</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;I am with the same problem and I would like to know if you have solved and how, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 14:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818295#M350053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T14:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new fields in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818296#M350054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishor,&lt;/P&gt;&lt;P&gt;I have the exactly the same requirement. If you have done it please send me the step by step procedure for that.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ulhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 05:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818296#M350054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T05:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new fields in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818297#M350055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr Hari Haran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone thru your suggested solution and found it very useful . Sir I also have similar problem that during MIGO we want to capture some additional information at Item level . For this we are required to create a new screen field also and the data also need to be posted in the database .&lt;/P&gt;&lt;P&gt;For posting the new field related data into the Database , I do not know whether a Z-table need to used or not .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We seek your help to guide us as what steps need to be followed to create a new screen-field and then what code need to be written in a BADI/EXIT for posting of the data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will be highly oblized for the kind help extended by you pl .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B Mittal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 06:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-fields-in-migo/m-p/1818297#M350055</guid>
      <dc:creator>former_member143179</dc:creator>
      <dc:date>2008-07-04T06:26:55Z</dc:date>
    </item>
  </channel>
</rss>

