Application Development 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: 

Classification Data Creation for Material Master Record

Former Member
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

Hi use this FM

UPDATE_MATERIAL_CLASSIFICATION

regards

vijay

reward if your problem solves.

5 REPLIES 5

former_member188685
Active Contributor
0 Kudos

Hi use this FM

UPDATE_MATERIAL_CLASSIFICATION

regards

vijay

reward if your problem solves.

Former Member
0 Kudos

Carlo,

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

Regards,

Ravi

0 Kudos

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

0 Kudos

what about the FM UPDATE_MATERIAL_CLASSIFICATION

regards

vijay

Former Member
0 Kudos

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