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

Create Characteristics in Material Master

Former Member
0 Likes
1,132

Hello!!

I'm trying to create the characteristics and the values into a material master with FM 'BAPI_CFGINST_CHARCS_VALS_SET'..

but this function don't creates characteristics into my material master...

Have I other way to do this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
853

Hello

Use

BAPI_OBJCL_CREATE

BAPI_OBJCL_CHANGE

Hello!!

I'm trying to create the characteristics and the values into a material master with FM 'BAPI_CFGINST_CHARCS_VALS_SET'..

but this function don't creates characteristics into my material master...

Have I other way to do this?

4 REPLIES 4
Read only

Former Member
0 Likes
854

Hello

Use

BAPI_OBJCL_CREATE

BAPI_OBJCL_CHANGE

Read only

Former Member
0 Likes
853

hii

use this bapi.

BAPI_BUS1077_CREATE

hope this will help you.

Read only

Former Member
0 Likes
853

:(.. I want create a Characteristic value assignment into a client -specific configuration(Configure variant)

.. i can't use this FM because it's required a batch

Read only

0 Likes
853

I'm using material_save_data and batch input! And this combination works perfectly