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: 

Default the characteristic Values in Material Master

former_member853013
Participant
0 Kudos

Hi All,

I need to calculate and infer the values to characteristic in classification view depends on the masterial master basic data.

Based on the condition, for some materials, characteristic values will be maintained manually.

Please advice the solution.

I can't use Procedures (Variant configuration) as it wouldn't overwrite the values which are set manually.

Thanks in advance,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Eswar,

Once the materials are created you can use BAPI 'BAPI_OBJCL_CHANGE' to assign characteristics to material.

Sample code is  - http://scn.sap.com/thread/1777601

BR.

1 REPLY 1

Former Member
0 Kudos

Hi Eswar,

Once the materials are created you can use BAPI 'BAPI_OBJCL_CHANGE' to assign characteristics to material.

Sample code is  - http://scn.sap.com/thread/1777601

BR.