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: 

Bapi_Material_Maintaindata_Rt updates caracteristics but not their values

Former Member
0 Kudos

Hi all ye cyber-folks,

Context :

Using Bapi_Material_Maintaindata_Rt to create generic materials in retail, the BAPI has correctly created a generic material and a variant material according to size and colour.

The BAPIE1AUSPRT BAPIE1AUSPRT structures were populated with caracteristics & their values declared un the settings -

Example :

SIZE 12

COLOR 3

So what's the problem ?

After the update, in MM43, the valeurs of the caracteristics do not appear (and ONLY the values).

Example :

Instead of seeing

SIZE 12

COLOR 3

We see only

SIZE

COLOR

In debug of all the FM, the values are present up to the post (tablesAUS).

Also the BAPI knows them well enough to create the variant.

Any ideas ? Thanks

James

2 REPLIES 2

Former Member
0 Kudos

You Must populate BAPIE1AUSPRTX for each entry in BAPIE1AUSPRT

With the same data except that CHAR_VALUE = 'X'.

Chk this once...

Reward if helpful....

0 Kudos

Hi

Thanks for the tip, but we already did that..

James