Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

automation for serial no in MIGO

Former Member
0 Kudos

Hi All,

During the time of GR via MIGO I want to populate serial no based on batch no entered by the user.... eg

if Batch no is B1 then it should update the serial no table in the following fashion

b101

b102

b103.....

waiting for response....

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

5 REPLIES 5

Former Member
0 Kudos

hi is this Serial number is in ITEM level.

then u can change the ITEM data i nthe BADI

MB_MIGO_ITEM_BADI

in this BADi there is a method called ITEM_MODIFY where u can modyfy this.

0 Kudos

Hi Naresh,

I have checked the structure GOITEM but it does not contain the serial no information ....

0 Kudos

can plese tell me in which table or structure it stores, or else the field name u wanto pass

0 Kudos

Hi Naresh,

In MIGO program it transfers the serial no from screen to program via GOSERIAL structure... It has class <b>lcl_migo_detail_serial_numbers</b> in which it has attribute <u><b>lt_goserial TYPE lcl_migo_kernel=>ty_t_goserial</b></u> in which it stores the serial no........for a particular line item...

Former Member
0 Kudos

hi