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 in database updation

RavishShettyR
Product and Topic Expert
Product and Topic Expert
0 Likes
1,256

Hi ,

I get the following error , after i run a report program

A SAP message pops us

SAP Office Express info

Express Document "Updated was terminated " recieved from author...

what might be the cause of this error. In debug mode too i am not able to trace what the problem is.

Please advise

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,102

Hi,

Goto tcode ice so01.so02 you will find the the

error decription.

Regards

Amole

8 REPLIES 8
Read only

Former Member
0 Likes
1,102

Hi ravish,

1. Your report must be

updating some tables

using some FM

of UPDATE MODULE type.

2. This kind of FM,

starts a new LUW of its own,

and does not update the tables, immediately.

3. Rather it does after some period of time.

4. Af this point of time,

(when it is updating the tables, in background),

if SOME ERROR OCCURS,

then this SAP EXPRESS INBOX

is the ONLY WAY

TO NOTIFY THE USER

THAT

SOME ERROR HAS OCCURRED.

(this errror can be bcos of anything,

some functional validations, primary key violation,

technical mistake etc)

5. Pls ask the basis team,

so that they will see the LOG

and can further read the information about it.

regards,

amit m.

Read only

Manohar2u
Active Contributor
0 Likes
1,102

You will get proper log in SM13, request you basis person go look into log.

Regds

Manohar

Read only

Former Member
0 Likes
1,102

Hi Ravish,

Check transaction SM13, you will find the program which caused the update terminated error.

Regards,

John.

Read only

Former Member
0 Likes
1,103

Hi,

Goto tcode ice so01.so02 you will find the the

error decription.

Regards

Amole

Read only

0 Likes
1,102

Hi,

Check SM21 transaction , and see what happened.

check the error log.

Regards

vijay

Read only

RavishShettyR
Product and Topic Expert
Product and Topic Expert
0 Likes
1,102

Is there any way i can track , the luw list in debug mode! ( i.e the call in update task which queues ).

Thanks

Ravish

Read only

0 Likes
1,102

Yes,

Before saving the transaction enter /h in the command box. Then save the transaction and you will enter the debugger. Then activate Update Debugging using the menu.

Regards,

John.

Read only

former_member404244
Active Contributor
0 Likes
1,102

HiRavish,

U can check why the update termination took place.

goto Tcode-SM14 ,THEN PRESS ALL UPDATE REQUESTS tab..

Then double click on the username, i guess its ur user name only .U can see red coulred description,double click on it.

It will open a subscreen there press on the abapeditor or press F5.U can get the code where the error has occured.

regards,

Nagaraj