2010 Jan 11 2:17 PM
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.
2010 Jan 11 2:21 PM
Check BADI MB_MIGO_ITEM_BADI
Check enhancement MBCFC003,MBCFC004
2010 Jan 11 2:22 PM
Hi,
Can you paste your exit code here and tell where exactly you get stuck?
Regards,
Pratik
2010 Jan 11 2:25 PM
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.
2011 Jul 12 6:03 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |