‎2013 Aug 02 5:50 AM
Hi,
SAP Gurus,
My requirement is as follows,
I am having material number, batch and plant, Is there any function module or BAPI to change the characteristics of an existing batch.
Thanks & Regards
Pavan.
‎2013 Aug 02 6:19 AM
‎2013 Aug 02 6:10 AM
Please SEARCH in SCN before posting.
There are so many posts for using bapi BAPI_OBJCL_CHANGE for your requirement.
Regards,
Gautham.
‎2013 Aug 03 8:17 AM
Please read the question before answering,
My requirement is to change the batch using material number, batch and plant..
and I got the solution.
Regards,
Pavan.
‎2013 Aug 02 6:17 AM
Hi,
Try with function module 'VB_CHANGE_BATCH_CHARACTERISTIC'.
Thanks & Regards
Bala Krishna
‎2013 Aug 02 6:19 AM
‎2013 Aug 03 8:21 AM
Hi,
Thanks for the replys,
Got the solution,
from material, plant and batch got the class and object details using FM :VB_BATCH_2_CLASS_OBJECT
and changed the batch using FM : BAPI_OBJCL_CHANGE.