cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Batch creation in MIGO

Former Member
0 Kudos

Hi,

I tried to create multiple documentary batch for single item since its not possible so I have splitted quantities into many item and created multiple documentary batch and updated characteristic value in classication tab.

I am able to see the created batch nos and characteristic values in MSC3n.

In MIGO, I am able to see all batch nos which got created but not able to see classification for all batches.

only for first item , able to navigate to classification. for second batch classification is missing.

Please let me know any configuration should be made.

Even same problem exists when creating multiple batch by clicking on Distribute quantity icon.

Thanks & Regards,

Jack

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please find the attached file for batch.

JL23
Active Contributor
0 Kudos

you should have mentioned that it is about documentary batches.

Have you see OSS Note 1508791 - Documentary batch: Classification icon is not displayed

Former Member
0 Kudos

Hi Jurgen,

Thank you for your reply.

Note 1508791 - Documentary batch: Classification icon is not displayed

prerequisite for the ablove note is Note 1413837 - VL32N/VL33N: Display problems with documentary batch

Both notes not applied in my system, Before applying I am having one doubt.Please clarify

I have debugged both items for showing classification ( batch icon).

For Item 1, ( Case: where classification exists)

here sy-tabix is 1 in LMIGODB4

*   fill communication structure
    me->doc_batch_move_goitem_to_com(
          EXPORTING
            i_goitem        = goitem
          IMPORTING
            e_docubatch_com = is_docubatch_com ).

In LVBDOCUBATCH_DMF05 line no 147 (   lv_index = sy-tabix. )

* in display only mode no new data can be entered
* data have been already read
  IF gv_display_only EQ gc_yes AND
     gv_first_time   EQ gc_no.
* determine whether classification icon should be displayed
    lv_index = sy-tabix.

Line no 173 in modify statemnet classification icon is added to documentary batch.
MODIFY gs_data-t_docubatches INDEX lv_index FROM ls_docubatch TRANSPORTING icon_classif.

For Item 2 ( Case: where classification does not exist)


here sy-tabix is 2 in LMIGODB4

*   fill communication structure
    me->doc_batch_move_goitem_to_com(
          EXPORTING
            i_goitem        = goitem
          IMPORTING
            e_docubatch_com = is_docubatch_com ).

so when coming to MODIFY gs_data-t_docubatches here only one entry exist( ie item 2),
for index 2 no entry in gs_data so its not modified with classification icon.

So implementing this note will it solve my issue?

Thanks & Regards,

Jack

JL23
Active Contributor
0 Kudos

see, the note is a program fix.

if you do not implement it today, then you get it automatically with the next hotpackage.

if you implement the code, and it does not help, then it usually will not harm (beside of fact that some bug fixes cause other bugs) but then you have to search for another OSS note that can fix your problem.

.

Former Member
0 Kudos

Hi Jurgen,

Note 1508791 - Documentary batch: Classification icon is not displayed

prerequisite for the ablove note is Note 1413837 - VL32N/VL33N: Display problems with documentary batch

Implemented both notes and problem got solved.

Thanks for your help.

Regards,

Jack

Answers (0)