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: 

Add new Article Characteristic with BAPI_MATERIAL_GETCHARMERCHHIER

Former Member
0 Kudos

Hello!

Is it possible by using this BAPI to create a new Article Characteristic???

reading and changing existing Characteristics is not a problem but creating!

May anyone help???

regards

1 REPLY 1

Former Member
0 Kudos

Try using  'BAPI_OBJCL_CHANGE'. First read in the existing characteristics with 'BAPI_OBJCL_GETDETAIL'.

You have to pass all the current ones plus the new ones you want to add.