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

BAPI_MATERIAL_MAINTAINDATA_RT give error MH075 after 2 article creation

Former Member
0 Likes
942

Hi,

I'm having a strange problem that is as follow:

i'm, creating materials, only basic data, throw BAPI_MATERIAL_MAINTAINDATA_RT, the first one it create fine the second it and as follows throw the error message MH075.

i'm doing the commit.

and clearing all the internal table including header.

could you please help me

Thanks in advance

Rahul

1 ACCEPTED SOLUTION
Read only

che_eky
Active Contributor
0 Likes
773

That is a classification data error, what is different about the data for the two materials? Please post some more information.

6 REPLIES 6
Read only

che_eky
Active Contributor
0 Likes
774

That is a classification data error, what is different about the data for the two materials? Please post some more information.

Read only

Former Member
0 Likes
773

HI,

I am passig the same data except the different Article number.

Read only

che_eky
Active Contributor
0 Likes
773

How are you performing the commit? using BAPI_TRANSACTION_COMMIT or COMMIT WORK?

More than likely you are not clearing one or more internal tables.

Edited by: Che Eky on May 18, 2010 5:43 PM

Edited by: Che Eky on May 18, 2010 5:44 PM

Read only

Former Member
0 Likes
773

Hi,

I am using BAPI_TRANSACTION_COMMIT for Commit.

And i am clearing all the internal table before passing the values.

Read only

che_eky
Active Contributor
0 Likes
773

It might help if you post the code where you are clearing and building the BAPI tables.

Che Eky

Read only

Former Member
0 Likes
773

Hey,

Now its working...

I missed one table to clear..

Thanks a lot.. for ue help..

Rahul