‎2006 Jun 09 11:14 AM
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
‎2006 Jun 09 11:23 AM
Hi,
Goto tcode ice so01.so02 you will find the the
error decription.
Regards
Amole
‎2006 Jun 09 11:17 AM
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.
‎2006 Jun 09 11:19 AM
You will get proper log in SM13, request you basis person go look into log.
Regds
Manohar
‎2006 Jun 09 11:19 AM
Hi Ravish,
Check transaction SM13, you will find the program which caused the update terminated error.
Regards,
John.
‎2006 Jun 09 11:23 AM
Hi,
Goto tcode ice so01.so02 you will find the the
error decription.
Regards
Amole
‎2006 Jun 09 11:29 AM
Hi,
Check SM21 transaction , and see what happened.
check the error log.
Regards
vijay
‎2006 Jun 09 11:45 AM
Is there any way i can track , the luw list in debug mode! ( i.e the call in update task which queues ).
Thanks
Ravish
‎2006 Jun 09 12:13 PM
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.
‎2006 Jun 09 12:02 PM
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