‎2010 May 18 4:08 PM
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
‎2010 May 18 4:32 PM
That is a classification data error, what is different about the data for the two materials? Please post some more information.
‎2010 May 18 4:32 PM
That is a classification data error, what is different about the data for the two materials? Please post some more information.
‎2010 May 18 4:38 PM
HI,
I am passig the same data except the different Article number.
‎2010 May 18 4:43 PM
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
‎2010 May 18 5:12 PM
Hi,
I am using BAPI_TRANSACTION_COMMIT for Commit.
And i am clearing all the internal table before passing the values.
‎2010 May 18 5:16 PM
It might help if you post the code where you are clearing and building the BAPI tables.
Che Eky
‎2010 May 18 5:35 PM
Hey,
Now its working...
I missed one table to clear..
Thanks a lot.. for ue help..
Rahul