‎2008 Mar 28 8:11 AM
Hi,
We have a requirement where... we have to create goods movement.
We are using MB_CREATE_GOODS_MOVEMENT FM passing the
EBELN(purchase order)
EBELP(Purchase order item)
MATNR(Material)
EMATN(Manufacturer part number)
and other details...
The requirement is if we pass EMATN other than what is present in the Purchase order table(EKPO), the goods movement created should be created with the new EMATN(not the one used in the order).
The problem is that - even if we pass this field with updated value, the FM overwrites the value with in SAP.
Any clue on how to solve this.... would be highly appreciated.
All suggestion are welcome.
Thanks
Richa
‎2008 Mar 28 8:18 AM
‎2008 Mar 28 8:20 AM
This BAPI internally calls the same FM MB_CREATE_GOODS_MOVEMENT.
So, calling this BAPI wont be of any help.
‎2008 Mar 28 8:25 AM
Hi,
The new GOOD Movement wil not be created using the New Part NO EMATN because u have already Maintained at Purchase order level.Change the new Part Number in Me23 or Me33.
Regards,
Morris Bond.
Reward Points if Helpful.
‎2008 Mar 28 8:45 AM
Hi,
The requirement is -
we dont have to change the MPN at purchase order level...
just have to change while creating the goods movement with the new value..
Richa