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

Classification Data Creation for Material Master Record

Former Member
0 Likes
680

Hi all.

I've a batch that update material master record with a Bapi "Bapi_material_savedata". After Material creation or changing we also need to insert or to change a classification data in the classification view of the material master record.

Is there a function module that could be useful to update the classification data of a material?

Thanks

Carlo

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
573

Hi use this FM

UPDATE_MATERIAL_CLASSIFICATION

regards

vijay

reward if your problem solves.

5 REPLIES 5
Read only

Former Member
0 Likes
574

Hi use this FM

UPDATE_MATERIAL_CLASSIFICATION

regards

vijay

reward if your problem solves.

Read only

Former Member
0 Likes
573

Carlo,

I have used BAPI_OBJCL_CHANGE in the past. This should work for you.

Regards,

Ravi

Read only

0 Likes
573

Hi Ravikumar,

I tried to use the function module, but it doesn't works well, is it necessary thet material must have the Calssification view already set on?

Thanks

Luigi/Carlo

Read only

0 Likes
573

what about the FM UPDATE_MATERIAL_CLASSIFICATION

regards

vijay

Read only

Former Member
0 Likes
573

Check this program RCCLBI03. This, you can use through LSMW to update classification values. That is the best way to do classification updates.