2006 Oct 18 3:45 PM
Dearest all,
how do i get Serial No in MIGO using BADI ?
I am using MB_MIGO_BADI, but I am surprised that it didnt return serial no... from any method of it...
Please help me,
Thank you and Best regards,
Me
2006 Oct 18 4:07 PM
2006 Oct 19 2:19 AM
Dear Eric,
I couldnt get any BADI which return Serial no from MIGO_GO (GR for Production Order).
I have check in SAPLMIGO when after it calls method PAI_DETAIL of MB_MIGO_BADI, the next code is :
CALL METHOD lcl_migo_globals=>kernel->line_modify
EXPORTING
i_line = current_line
i_force_change = l_force_change
i_authority_check = abap_false
i_dependent_tables = abap_true
it_gofreight = t_gofreight
it_goserial = <b>t_goserial</b>
CHANGING
cs_goitem = goitem.
I need to get serial no from <b>t_goserial</b>, which I had checked it has all entered serial no.
Please help me...
me
2006 Oct 20 8:33 AM
Hi,
At this moment i'm on vacations and can't conect to SAP, I'll be back at the office the next wednesday 24.
I'll be looking after that when I returns,
Regards,
Eric
2006 Oct 22 3:31 PM
Hi ,
You won't get serial numbers details in MB_MIGO_BADI. But you can use the userexit CLFM0002. This exit will be having the serial number details in TALLAUSP internal table.
rajkumar abbu
2006 Oct 26 11:00 AM
Dear Rajkumar,
I have tried to use CLFM0002, but MIGO_GO is not calling it.
Best regards,
me
2007 Jul 17 2:45 PM
Hi,
do you still got the problem because i find a way to set serial number in MIGO transaction.
Best regards.
2007 Oct 23 1:32 PM
Hi Bertrand,
you got a solutio?. Please give me a hint how i can publish serial numbers in Transaction Migo.
I want to create a goods movement based on a reservation. During the transfer of the data from the reservation I want to generate new serial numbers. These numbers should be visible to the user during the usage of transaction migo and later on saved if the user press the save button.
Best Regards