cancel
Showing results for 
Search instead for 
Did you mean: 

Error in print program while assigning output types.

Former Member
0 Kudos

hi everybody,

I developed a print program. its getting activated properly. but while assigning a zoutputput type to teh print program it showing an error 'UPDATE TERMINATED BY THE USER'. can any one tell me what is this error and how to solve it. its bit urgent, pls help me out regarding this. the print program is for delivery output.

thnx in advance,

santosh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi santosh,

Try to go thro the t/c SM13, which is asynchronous update log.

Regards...

Arun.

Former Member
0 Kudos

hi Arun,

i checked it SM13. it showing an error of module RV_MESSAGE_UPDATE. cld u pls explain me whats that and how to resolve it.

Former Member
0 Kudos

Are u calling the FM NAST_PROTOCOL_UPDATE somewhere in your program

Former Member
0 Kudos

hi utsah,

i am not using that FM in my print program, can u suggest me what is that FM and where i have to use that FM.

Former Member
0 Kudos

It is used to update the processing log...

So are you calling any FM in your program...

If yes then check that al the default exceptions are caught in it.

Please let me know if u resolve the issue.

Thanks.

Former Member
0 Kudos

hi utsah,

Thanx for ur suggestion. i have checked one of the standard print programs about this FM. there, they have used an internal table protocol_tab and moved all the fields to system fields. should i do the same or just i have to use the FM.

Former Member
0 Kudos

Ya do same thing but I dont think using this FM will solve the problem...

You get the Update Terminated message when the normal course of the program has been halted by user intervention.

Now could u please check that are u calling any FM in your program.

If yes just list out all of them.

Thanks.

Former Member
0 Kudos

hi utsah,

i am using smartform here. so i am just using the FM relevent to that form. apart that am not using any other FM.

Former Member
0 Kudos

Check if u r calling any FM inside the SMARTFORM...

Make sure that all the default exceptions are caught.

They are generally commented .

So please be sur about it

Thanks

Message was edited by:

Utsah Garg