‎2006 Dec 26 8:31 AM
Hi all,
i have to update data using MM01 transaction from flat file to database.i have used both session method and call transaction method to do that.in both the methods data has been transferred from internal tables to screens but while updating the data that is by clicking the ok-code at the end of the transaction iam getting a dialogue box stating
SAP EXPRESS DOCUMENT "UPDATE WAS TERMINATED" RECEIVED FROM AUTHOR "SAP".
please tell whether the problem lies and solution for that.
thanks and regards.
‎2006 Dec 26 8:33 AM
Please check if the problem persists when you create a material online via transaction MM01.
Kind Regards
Eswar
‎2006 Dec 26 8:33 AM
Please check if the problem persists when you create a material online via transaction MM01.
Kind Regards
Eswar
‎2006 Dec 26 8:34 AM
Look at ST22, there will be a dump, you should be able to find the reason why its happening from there.
Also, execute the transaction MM01 as well, to see if there is a difference.
Regards,
Ravi
Note - Please mark all the helpful answers
‎2006 Dec 26 11:08 AM
hi,
check your recording.check whether u saved your material no in recording or not.
once again record the transacton mm01.
MATNR LIKE RMMG1-MATNR,
MBRSH LIKE RMMG1-MBRSH,
MTART LIKE RMMG1-MTART,
MAKTX LIKE MAKT-MAKTX,
MEINS LIKE MARA-MEINS,
MATKL LIKE MARA-MATKL,
BISMT LIKE MARA-BISMT,
EXTWG LIKE MARA-EXTWG,
these are the fields which u have to take in internal table.
this is the record which i took in my flatfile.use filetype as asc and hasfieldseperator as 'X'.
SUDHU-6 R ROH MATSUDHU " 001 7890 AA
i did the same.but i didn't get any error.
‎2007 Feb 05 1:47 PM