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

Regarding changing batch characteristics

Former Member
0 Likes
1,322

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
972

Hi Pavan,

Try to use  'BAPI_OBJCL_CHANGE'.

Regards,

Archana

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
972

Please SEARCH in SCN before posting.

There are so many posts for using bapi BAPI_OBJCL_CHANGE for your requirement.

Regards,

Gautham.

Read only

Former Member
0 Likes
972

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.

Read only

former_member585060
Active Contributor
0 Likes
972

Hi,

Try with function module 'VB_CHANGE_BATCH_CHARACTERISTIC'.

Thanks & Regards

Bala Krishna

Read only

Former Member
0 Likes
973

Hi Pavan,

Try to use  'BAPI_OBJCL_CHANGE'.

Regards,

Archana

Read only

0 Likes
972

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.