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

error while updating data using session and call transaction method

Former Member
0 Likes
608

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
550

Please check if the problem persists when you create a material online via transaction MM01.

Kind Regards

Eswar

4 REPLIES 4
Read only

Former Member
0 Likes
551

Please check if the problem persists when you create a material online via transaction MM01.

Kind Regards

Eswar

Read only

Former Member
0 Likes
550

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

Read only

Former Member
0 Likes
550

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.

Read only

Former Member
0 Likes
550

Thanks to eshwar ravikumar and sudha.