‎2011 Jan 27 2:38 PM
I need to develop a program in such a way that i need to check whether the program is getting Update Termination error or not.
1) for example they are 5 programs
2) i need to take this 5 program names and put input in the selection screen of the main program.
3) once i Execute the main program i need to get the output in such a way that what are the programs are getting" Update Termination error " should display in the output.
I need to get all the programs which are getting update termination error.
I need to develop this program could you please help me this and tell me what i need to consider.
Thanks
Prasanth
‎2011 Jan 27 3:20 PM
I don't know how you would do that....termination errors result after save, after the update queues have been pushed to the database, and occur because the DBMS cannot complete the operation requested.... SAP transaction has (usually) ended and user may have moved on to something else by that point/time.
‎2011 Jan 27 5:47 PM
I do not understand the pupose of the program but you can read the log which is shown in ST22 for your message and find out the program names.
Edited by: Rudresh Chand on Jan 27, 2011 6:48 PM
‎2011 Jan 27 6:59 PM
you can read the log which is shown in ST22 for your message and find out the program names.
Not true, short dumps and update terminations are different. An update termination doesn't necessarily produce a short dump.
To the poster, the requirement does not really make sense. The source program is really irrelevant. You would be better off developing a program to check for update-terminations in general and implementing an alert system, though you can already do that with the Alert Monitor.
‎2011 Jan 28 8:18 AM
‎2011 Jan 28 8:19 AM
Short Dump and Update termination are different.
I also want to know what are tables it touches when update termination occurs for any program
‎2011 Jan 28 8:46 AM
‎2011 Jan 28 8:58 AM
‎2011 Dec 27 1:25 PM
‎2011 Dec 27 1:33 PM