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

Update termination error

durgaprasanth_vemula
Participant
0 Likes
1,328

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

9 REPLIES 9
Read only

Former Member
0 Likes
1,039

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.

Read only

Former Member
0 Likes
1,039

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

Read only

0 Likes
1,039

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.

Read only

0 Likes
1,039

Could any one tell me what are tables it touches

Read only

0 Likes
1,039

Short Dump and Update termination are different.

I also want to know what are tables it touches when update termination occurs for any program

Read only

0 Likes
1,039

Hi,

Check the tables : VBHDR, VBMOD.

Regards,

Nagaraj

Read only

0 Likes
1,039

Check the tables : VBHDR, VBMOD and VBERROR for your purpose.

Regards,

Raymond

Read only

0 Likes
1,039

It is resolved

Read only

0 Likes
1,039

Please provide the resolution...

Nabheet