<?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: Split quantity automatically in MIGO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142889#M1513678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With your help, I was able to create the implementation for these 2 enhancement using the code provided. Since the z function modules are not provided, I have not been able to make it work. Would it be possible that you could provide me those z function modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 17:59:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-27T17:59:48Z</dc:date>
    <item>
      <title>Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142879#M1513668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a very odd requirement. In transaction MIGO, if user makes a goods movement referenced by a purchase order and if moved quantity is greater than po quantity, line item will be splitted into two items. There's a "Split Qty" button on screen and I examined the process but didn't have any luck to accomplish this automatically. Has anybody did that before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 12:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142879#M1513668</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2010-08-04T12:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142880#M1513669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody tried this before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 06:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142880#M1513669</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2010-08-05T06:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142881#M1513670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put a break point at rwin_check_subset FM (Junction function)&lt;/P&gt;&lt;P&gt;and also put break point in bp_functions_find FM (BTE)&lt;/P&gt;&lt;P&gt;and check for the event triggered during that time&lt;/P&gt;&lt;P&gt;and according you need to create a ZFM and assign the same in TRWPR table for junction function&lt;/P&gt;&lt;P&gt;and same need to be assingned to one of the following tables TBE31,TBE34 for BTE.&lt;/P&gt;&lt;P&gt;there is always an enhancement option in posting kind of transaction through Business transaction events and Junction function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;S.Janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 07:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142881#M1513670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T07:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142882#M1513671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I found an enhancement point but couldn't resolve the issue. I just wanted to know if anybody did that before. Are those steps you give to find an enhancement point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 18:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142882#M1513671</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2010-08-05T18:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142883#M1513672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put a break-point in rwin_check_subset but it wasn't triggered. I couldn't find the FM bp_functions_find. Could you help me more please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 07:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142883#M1513672</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2010-08-09T07:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142884#M1513673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved. I used some enhancement points in function group MIGO. Solution is very complex, so contact me if you have same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 14:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142884#M1513673</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2010-09-07T14:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142885#M1513674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a similar requirement. If you could provide me some more details how to achieve this, that will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 16:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142885#M1513674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T16:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142886#M1513675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I did. I will paste the code here. If it is not clear, let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function group: MIGO&lt;/P&gt;&lt;P&gt;Enhancement spot: ES_SAPLMIGO&lt;/P&gt;&lt;P&gt;Enhancement point: LINE_MODIFY_04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  DATA:
  lv_action TYPE goaction,
  lv_refdoc TYPE refdoc,
  lv_remain type bsmng,
  begin of ls_zeil,
    zeile type mblpo,
    global_counter type MIGO_GLOBAL_COUNTER,
  end of ls_zeil,
  lt_zeil like table of ls_zeil,
  lv_zeile type mblpo.

  if sy-tcode eq 'MIGO'.
	
  "Action and refdoc comes from MB_MIGO_BADI. 
  "This check is not obligatory
  CALL FUNCTION 'ZMM_EXPORT_ACTION'
   IMPORTING
     ACTION        = lv_action
     REFDOC        = lv_refdoc.

  if lv_action eq 'A01' AND lv_refdoc eq 'R01' and
     cs_goitem-ebeln is not initial.

  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
      input         = cs_goitem-zeile
   IMPORTING
     OUTPUT        = lv_zeile.

  lv_remain = cs_goitem-bsmng - cs_goitem-wemng.

  IF cs_goitem-erfmg gt lv_remain.

    okcode = 'MIGO_OK_SPLIT_QUAN'.

    CALL FUNCTION 'ZMM_SET_AUTOSPLIT'
      EXPORTING
        autosplit       = 'X'.

    CALL FUNCTION 'ZMM_SET_GOITEM'
      EXPORTING
        goitem        = cs_goitem
        tabix         = sy-tabix.

    CALL FUNCTION 'ZMM_GET_SPLITTED_LINES'
     IMPORTING
       ET_ZEILE       = lt_zeil.

    read table lt_zeil into ls_zeil with key zeile = cs_goitem-zeile.
    IF sy-subrc ne 0.
      ls_zeil-zeile = cs_goitem-zeile.
      ls_zeil-global_counter = cs_goitem-global_counter.
      append ls_zeil to lt_zeil.
      "Send to MB_MIGO_BADI which line is splitted
      CALL FUNCTION 'ZMM_SET_SPLITTED_LINES'
        EXPORTING
          it_zeile       = lt_zeil.
    ENDIF.

  ENDIF."IF cs_goitem-erfmg gt lv_remain.

  endif.  "if lv_action eq 'A01' AND lv_refdoc eq 'R01'.

  ENDIF."if sy-tcode eq 'MIGO'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement spot: ES_SAPLMIGO&lt;/P&gt;&lt;P&gt;Enhancement point: POPUP_CALL_03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  LOOP AT lt_fieldmapping INTO l_fieldname.
    CONCATENATE 'GOITEM-' l_fieldname INTO l_tmp_fieldname.
    l_status = lcl_migo_screenmodification=&amp;gt;get(
                 i_global_counter = ps_goitem-global_counter
                 i_field          = l_tmp_fieldname
               ).
    IF l_status &amp;lt; lcl_migo_screenmodification=&amp;gt;c_input.
      l_status = lcl_migo_screenmodification=&amp;gt;c_invisible.
    ELSE.
      l_status = lcl_migo_screenmodification=&amp;gt;c_visible.
    ENDIF.
    CONCATENATE 'GOSPLIT-' l_fieldname INTO l_fieldname.
    CALL METHOD lcl_migo_screenmodification=&amp;gt;set
      EXPORTING
        i_fields = l_fieldname
        i_status = l_status.
  ENDLOOP.
* Default values for the new lines                          "354046
  MOVE-CORRESPONDING ps_goitem TO ps_gosplit_default.
  CLEAR ps_gosplit_default-erfmg.
* Call the popup. Width and height are set automatically.   "354046

  DATA: auto_split TYPE c LENGTH 1,
        ls_goitem  type goitem,
        lv_tabix   type sytabix.
  CALL FUNCTION 'ZMM_GET_AUTOSPLIT'
   IMPORTING
     AUTOSPLIT       = auto_split.

  if auto_split IS INITIAL.
    CALL SCREEN 1000 STARTING AT 5 1.
  ELSE.
    CALL FUNCTION 'ZMM_GET_GOITEM'
     IMPORTING
       GOITEM        = ls_goitem
       tabix         = lv_tabix.
    move-corresponding ls_goitem to gosplit.
    gosplit-erfmg = ls_goitem-bsmng - ls_goitem-wemng.
    CALL METHOD oref_split_quantity-&amp;gt;pai_loop.
    gosplit-erfmg = ls_goitem-erfmg -
      ( ls_goitem-bsmng - ls_goitem-wemng ).
    clear gosplit-split_line.
    CALL METHOD oref_split_quantity-&amp;gt;pai_loop.
    p_selected_line = lv_tabix.
    ps_goitem = ls_goitem.
    CALL METHOD oref_split_quantity-&amp;gt;pai_end.
    CALL FUNCTION 'ZMM_SET_AUTOSPLIT'
      EXPORTING
        autosplit       = space.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 07:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142886#M1513675</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2010-09-22T07:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142887#M1513676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much about the info. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to the enhancement spot ES_SAPLMIGO and there are implementation point LINE_MODIFY_04. But I do not know how to put new codes into it and there are SAP code there already? I doub clicked on LINE_MODIFY_04 and it bring me to LMIGOKB1. I guess this is the context of this enhancement, and I should have access to all its variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not quite familar with this type of enhancement technology yet. Could you please share me some more lights on how this enhacement point works and how to create my own enhancement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 20:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142887#M1513676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T20:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142888#M1513677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find the enhancement point in code (you can search the name of enhancement point). Open the code for enhancement by pressing Shift + F4. Right click on the enhancement spot name. Choose "Enhancement Implementation -&amp;gt; Create".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 06:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142888#M1513677</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2010-09-23T06:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142889#M1513678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With your help, I was able to create the implementation for these 2 enhancement using the code provided. Since the z function modules are not provided, I have not been able to make it work. Would it be possible that you could provide me those z function modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 17:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142889#M1513678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T17:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142890#M1513679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function group global data:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION-POOL zmm_migo_badi.        "MESSAGE-ID ..

types:
begin of gst_zeil,
  zeile type mblpo,
  global_counter type MIGO_GLOBAL_COUNTER,
end of gst_zeil,
gtt_zeil type table of gst_zeil.

data gt_zeil type gtt_zeil.

data: gs_goitem type goitem,
      gv_tabix  type sytabix.

DATA:
gv_action TYPE GOACTION,
gv_refdoc TYPE REFDOC,
gv_autosplit type c length 1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ZMM_EXPORT_ACTION.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  EXPORTING
*"     REFERENCE(ACTION) TYPE  GOACTION
*"     REFERENCE(REFDOC) TYPE  REFDOC
*"----------------------------------------------------------------------

  action = gv_action.
  refdoc = gv_refdoc.

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ZMM_SET_AUTOSPLIT.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  IMPORTING
*"     REFERENCE(AUTOSPLIT) TYPE  CHAR1
*"----------------------------------------------------------------------

  gv_autosplit = autosplit.

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ZMM_SET_GOITEM.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  IMPORTING
*"     REFERENCE(GOITEM) TYPE  GOITEM
*"     VALUE(TABIX) TYPE  SYTABIX
*"----------------------------------------------------------------------

  gs_goitem = goitem.
  gv_tabix  = tabix.

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ZMM_GET_SPLITTED_LINES.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  EXPORTING
*"     REFERENCE(ET_ZEILE)
*"----------------------------------------------------------------------

  et_zeile = gt_zeil.

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ZMM_SET_SPLITTED_LINES.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  IMPORTING
*"     REFERENCE(IT_ZEILE)
*"----------------------------------------------------------------------

  gt_zeil = it_zeile.

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ZMM_GET_AUTOSPLIT.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  EXPORTING
*"     REFERENCE(AUTOSPLIT) TYPE  CHAR1
*"----------------------------------------------------------------------

  autosplit = gv_autosplit.

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ZMM_GET_GOITEM.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  EXPORTING
*"     REFERENCE(GOITEM) TYPE  GOITEM
*"     REFERENCE(TABIX) TYPE  SYTABIX
*"----------------------------------------------------------------------

  goitem = gs_goitem.
  tabix  = gv_tabix.

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 07:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142890#M1513679</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2010-09-28T07:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142891#M1513680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are brilliant! It worked out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The enhancement line_modify_04 did the trick with the Z functions. Actually I just noticed that popup_call_03 is not really needed to get this auto split work. It seems only be triggered if you hit the split quanity button. I guess you want to set the split there automatically as well if user hit the button. But, with the code provided, it seems fall into an endless loop? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, this is fantastic! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 18:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142891#M1513680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-28T18:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142892#M1513681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad that it worked for you. I think our requirements are a little different. I need the popup_call_03 enhancement point to supress the split quantity window and fill data automatically. Anyway, if you made it work, there's no problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142892#M1513681</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2010-09-29T06:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142893#M1513682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my project the Funcional responsible for MM needs only if MTART equal ZXX or ZYY show popup split. I used enhancement Enhancement spot: ES_SAPLMIGO&lt;/P&gt;&lt;P&gt;Enhancement point: LINE_MODIFY_04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I fill with Reservation or PO  even through the success is attributed to the OKCODE MIGO shows no split.&lt;/P&gt;&lt;P&gt; When you use the existing encoding MIGO event here which you used? Could it be you include the code here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I put only material the screen split show.  I don't need to fill this screen only show! This is possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 01:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142893#M1513682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-24T01:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142894#M1513683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Kerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I applied your coding in first part and put a break point there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function group: MIGO&lt;/P&gt;&lt;P&gt;Enhancement spot: ES_SAPLMIGO&lt;/P&gt;&lt;P&gt;Enhancement point: LINE_MODIFY_04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I enter migo and try goods receipt for a PO, i cannot see&amp;nbsp; debugger screen. I checked the coding, it's active but I think it is not passing through there ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help on this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 14:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142894#M1513683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-27T14:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142895#M1513684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which line did you set the breakpoint exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 20:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142895#M1513684</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2013-11-27T20:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142896#M1513685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in LMIGOKL1; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just below the line of&amp;nbsp; """&lt;SPAN class="L0S52"&gt;ENHANCEMENT &lt;SPAN class="L0S32"&gt;19&amp;nbsp; &lt;/SPAN&gt;/CWM/APPL_MM_SAPLMIGO&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"active version&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 13:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142896#M1513685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-28T13:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142897#M1513686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should set above it, not below. Set your breakpoint inside implementation of &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;LINE_MODIFY_04&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 19:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142897#M1513686</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2013-11-28T19:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Split quantity automatically in MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142898#M1513687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Kerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP doesnt allow me to enhance above it.. There&amp;nbsp; is no """""" sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sending you the screenshot of coding.. Can you sende me the screenshot of the coding&amp;nbsp; where i need to enhance ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/334241" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 08:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-quantity-automatically-in-migo/m-p/7142898#M1513687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-29T08:48:27Z</dc:date>
    </item>
  </channel>
</rss>

