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: 

Material created by BAPI_MATERIAL_MAINTAINDATA_RT give the error MH084

Former Member
0 Kudos

Hi,

I'm trying to use the BAPI_MATERIAL_MAINTAINDATA_RT to create new retail material, it says it created with sucess but when going to tcode MM43 to display the material it throws the error message MH084.

Any idea way?

thanzs to all in advanced

Best regards

Jaime

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jaime,

Please call the BAPI_TRANSACTION_COMMIT after every call to the FM BAPI_MATERIAL_MAINTAINDATA_RT. This commits the classification data to the database.

Hope this helps.

Thanks,

Balaji

4 REPLIES 4

Former Member
0 Kudos

Hi,

'Assignment of material to material group missing in classification system' for this error I think something is missing in configuration.

Please check with functional guy regarding it.

Regards

Susheel

Former Member
0 Kudos

Hi Jaime,

Please call the BAPI_TRANSACTION_COMMIT after every call to the FM BAPI_MATERIAL_MAINTAINDATA_RT. This commits the classification data to the database.

Hope this helps.

Thanks,

Balaji

Former Member
0 Kudos

Hi,

Check if the statement COMMIT WORK has been included after calling the BAPI. If no, pls include it.

Thanks

Nayan

Former Member
0 Kudos

Hi, thanks that as realy the problem the commit work was on the wrong place, thank you all

Regards

Jaime Cordeiro