Application Development and Automation 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: 
Read only

Problem with Memory ID in MIGO

Former Member
0 Likes
1,153

Hi Experts,

I am working on ehancement of MIGO transaction, where in I have to generate batch for a purchase order. I am retrieving the production date value in my EXIT with the help of 'IMPORT Memory ID' statement, In case of multiple line items of a purchase order system retrieves the production date for first line item coorectly, and for other line items keeps the same value.

Please let me know if there is any way to get the correct value for each line item in my EXIT.

Thanks in advance.

Hi Experts,

I am working on ehancement of MIGO transaction, where in I have to generate batch for a purchase order. I am retrieving the production date value in my EXIT with the help of 'IMPORT Memory ID' statement, In case of multiple line items of a purchase order system retrieves the production date for first line item coorectly, and for other line items keeps the same value.

Please let me know if there is any way to get the correct value for each line item in my EXIT.

Thanks in advance.

4 REPLIES 4
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
918

Check BADI MB_MIGO_ITEM_BADI

Check enhancement MBCFC003,MBCFC004

Read only

Former Member
0 Likes
918

Hi,

Can you paste your exit code here and tell where exactly you get stuck?

Regards,

Pratik

Read only

former_member770378
Active Participant
0 Likes
918

Maybe you can try to use the ID value to define the good item

Example for item 0010

--> EXPORT data TO MEMORY ID '0010'.

<-- IMPORT data FROME MEMROY ID '0010'.

Example for item 0020

--> EXPORT data TO MEMORY ID '0020'.

<-- IMPORT data FROME MEMROY ID '0020'.

etc ...

Hope its usefull.

Bye.

Read only

Former Member
0 Likes
918