<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo/m-p/3200754#M762827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Byju...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why ztable ? can't we add fields in standard table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Dec 2007 05:39:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-22T05:39:58Z</dc:date>
    <item>
      <title>MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo/m-p/3200752#M762825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to add new tab at header level in MIGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For : Goods Receipt - Purchase Order - 101 movement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add four fields for transport detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transporter Name + L.R.No. + Date of Reporting + Time of Reporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know BADI and customer exist. But this is my first practical assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need valuable suggestions from you guys...please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 05:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo/m-p/3200752#M762825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T05:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo/m-p/3200753#M762826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infact i was helping a few other SDN members with the same requirement,Please check out the following steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create an implementation of the BADI - &amp;gt; MB_MIGO_BADI in se19&lt;/P&gt;&lt;P&gt;for example consider we created a badi implemntation ZMIGO&lt;/P&gt;&lt;P&gt;2) inside the badi on the top menu&lt;/P&gt;&lt;P&gt;click on Goto -&amp;gt; sample code -&amp;gt; copy&lt;/P&gt;&lt;P&gt;3) SAP will give a message of overwriting the ZMIGO BADI&lt;/P&gt;&lt;P&gt;Accept/Click yes -&amp;gt; activate the BADI and the code&lt;/P&gt;&lt;P&gt;4)now RUN the transaction MIGO -&amp;gt; we can see that additional tabs have been added in the standard screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can analyse the PBO_item / PAI_item and PBO_header / PAI_header method of this SAP example in ZMIGO and analyze how the fields can be brought to the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what SAP does is that it calls a program with a screen number in PBO(for both header and item level separately) and in that program we give our custom or user-defined fields...here we can change the code in ZMIGO to call our own program with the desired screen number and create the fields in the screen..to update it to Ztable we can use the same PAI of header/item as per requirement since it is to a Ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For additional help please refer&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4598666"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4594167"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check , revert if addiional help is required and reward if helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&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>Sat, 22 Dec 2007 05:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo/m-p/3200753#M762826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T05:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo/m-p/3200754#M762827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Byju...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why ztable ? can't we add fields in standard table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 05:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo/m-p/3200754#M762827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T05:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo/m-p/3200755#M762828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now i have not come up with a requirement to extend the standard table and provide the fields of it on MIGO.Please check out the parameters available for the methods and see the feasibility of updating a standard table by providing additional fields in MIGO.&lt;/P&gt;&lt;P&gt;The challenge will be to link the structure of the standard table and and fill the extended fields while saving.If you come across a solution to update an extended standard table using an implementation of MB_MIGO_BADI,please let me know..&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>Sat, 22 Dec 2007 10:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo/m-p/3200755#M762828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T10:02:35Z</dc:date>
    </item>
  </channel>
</rss>

