<?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 batch modify check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624260#M1664227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;Generally while doing MIGO batch gets created by FM VB_CREATE_BATCH. Batch only gets created when you post the MIGO document.&lt;/DIV&gt;&lt;DIV&gt;Check when the batch is changed manually does it also changes the buffer values? These buffer values are generally avialable globally. &lt;/DIV&gt;&lt;DIV&gt;Also check VB_CHANGE_BATCH and &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; call function 'VB_BATCH_READ_BUFFER_DB'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exporting&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matnr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ymcha-matnr&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; werks&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ymcha-werks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; charg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ymcha-charg&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; read_from_buffer = x&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; importing&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; batch_buffer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = mcha_old&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rc_batch_buffer&amp;nbsp; = subrc.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;When you do Item OK and and press on "Check" you get pop up saying batch is created. You can naviagte from message where used list to find out from where this message is coming and which FMs are called. Also there are many enchancement points available during above FMs as well to check if batch is changed.&lt;/DIV&gt;&lt;DIV&gt;Hope this helps.&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2012 12:41:23 GMT</pubDate>
    <dc:creator>former_member189779</dc:creator>
    <dc:date>2012-04-04T12:41:23Z</dc:date>
    <item>
      <title>MIGO batch modify check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624252#M1664219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is related to the batch field in MIGO.&lt;/P&gt;&lt;P&gt;When we run MIGO for goods receipt outbound delivery a batch is determined and displayed in the batch tab.&lt;/P&gt;&lt;P&gt;I need to disable i/p for batch field. i searched the forum for this but i guess setting batch in non-editable mode is not possible w/o the use of enhancement.&lt;/P&gt;&lt;P&gt;So i have decided to display an error message if the batch is changed.&lt;/P&gt;&lt;P&gt;I believe BADI MB_MIGO_BADI method LINE_MODIFY will suffice my requirement. Can someone help me figure out the right way to go about it.&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xineohpi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 07:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624252#M1664219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T07:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO batch modify check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624253#M1664220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think this should be done by customization, So please ask your Functional Consultant to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 07:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624253#M1664220</guid>
      <dc:creator>former_member16553</dc:creator>
      <dc:date>2012-04-04T07:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO batch modify check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624254#M1664221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked that. However, this check can not be implemented for all scenarios. The check will be based on certain material types and other logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 07:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624254#M1664221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T07:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO batch modify check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624255#M1664222</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 think you can do this by creating a screen variant SHD0 Simply.No requirement to implement a BADI&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 07:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624255#M1664222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T07:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO batch modify check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624256#M1664223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply but I was instructed using screen variants on MIGO is not the best of solutions... &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 07:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624256#M1664223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T07:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO batch modify check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624257#M1664224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then do this with screen variant tcode SHD0 or implement any enhancement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 07:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624257#M1664224</guid>
      <dc:creator>former_member16553</dc:creator>
      <dc:date>2012-04-04T07:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO batch modify check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624258#M1664225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my dear friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Screen Variant option given by sap to use it and it is better for your requirement.the badi&amp;nbsp; you are going to implement is not for that purpose.and implementing badi for such purpose not a good idea.&lt;/P&gt;&lt;P&gt;You have another option that sap provide there Enhancement option You can use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 07:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624258#M1664225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T07:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO batch modify check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624259#M1664226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really appreciate your suggestions.&lt;/P&gt;&lt;P&gt;But I have established that i can not use screen variant and i do not wish to use enhancements because modifying standard code will be my last resort. Since i have a badi which can suffice my requirement, i would like to try my luck with it first...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i know the badi, the only problem is i do not have an indicator to indicate change on the field or a new and old internal table. i am trying to figure out a solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xineohpi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 09:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624259#M1664226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO batch modify check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624260#M1664227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;Generally while doing MIGO batch gets created by FM VB_CREATE_BATCH. Batch only gets created when you post the MIGO document.&lt;/DIV&gt;&lt;DIV&gt;Check when the batch is changed manually does it also changes the buffer values? These buffer values are generally avialable globally. &lt;/DIV&gt;&lt;DIV&gt;Also check VB_CHANGE_BATCH and &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; call function 'VB_BATCH_READ_BUFFER_DB'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exporting&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matnr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ymcha-matnr&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; werks&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ymcha-werks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; charg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ymcha-charg&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; read_from_buffer = x&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; importing&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; batch_buffer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = mcha_old&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rc_batch_buffer&amp;nbsp; = subrc.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;When you do Item OK and and press on "Check" you get pop up saying batch is created. You can naviagte from message where used list to find out from where this message is coming and which FMs are called. Also there are many enchancement points available during above FMs as well to check if batch is changed.&lt;/DIV&gt;&lt;DIV&gt;Hope this helps.&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 12:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-batch-modify-check/m-p/8624260#M1664227</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-04-04T12:41:23Z</dc:date>
    </item>
  </channel>
</rss>

