Application Development 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: 

Update was terminated error

sachin_jadhav8
Participant
0 Kudos
4,014

Hello Experts,

When I am doing order to billing I am getting termination message as "Express document "Update was terminated" received from author "XXXXX" .

I have implemented one SD - routine for billing from VOFM transactions since then system is giving me the above said message though now I have deactive the routine but still same message displaying.

I have checked the number range with functional consultant and that part is ok.

Please suggest any solution.

Regards,

Sachin

10 REPLIES 10

Former Member
0 Kudos
642

Hi

A dump occurs while saving process in background is working

You should found out the dump in transaction st22

Max

Former Member
0 Kudos
642

Use transactions SM13 and SM14 to view update terminations.

Rob

Former Member
0 Kudos
642

Hi,

Usually this problem comes due to number range only. Try to debug and see what number is getting created and check it in the table that the same number exists.

Regards

Sameer

0 Kudos
642

Have to disagree with that statement, Sameer.... While it's essential to see what happened during update, I've always encountered errors in exit routines, as the cause of this happening to me in SD/LE.

0 Kudos
642

Hi Sameer,

Thanks for your update.

I have checked already that number range issue is not there as for other order to billing document system is allowing me to create biling document.

Regards,

Sachin.

0 Kudos
642

I'd forget about any number range issue....IMHO, this is very probably the result of an error in customer code objects...

Along with the VOFM entry, did you modify anything in the userexit includes, like MV45AFZZ? Did you find anything with Sm13, 14 transaction codes?

Edited by: DaveL on Aug 17, 2011 7:34 PM

Edited by: DaveL on Aug 17, 2011 7:35 PM

0 Kudos
642

Hello DaveL,

I didn't do modifications to MV45AFZZ.I have checked transactions SM13 and SM14 there I can see the update requests.It is showing error as RV_MESSAGE_UPDATE.

Below is the log i am getting in SM14 and SM13

1 POST_DOCUMENT V1 Initial

2 G_FI_POSTING V1 Initial

3 ISJP_INVSUMIT_SAVE V1 Initial

4 ISJP_INVSUM_SAVE V1 Initial

5 BREAKDOWN_RELATION_INSERT V1 Initial

6 G_PCA_0_POSTING V1 Initial

7 RV_INVOICE_POST V1 (no retry) Initial

8 RV_MESSAGE_UPDATE V1 Error

Please explain what and how I can deal with RV_MESSAGE_UPDATE error message

Regards,

Sachin.

Edited by: SACHIN JADHAV on Aug 18, 2011 2:10 PM

Former Member
0 Kudos
642

Sachin, Since you said that you have deactivated the routine and the update termination still occurs rules out the possibility of an issue within the routine or coz of its implementation. However check again if you have deactivated the routine and it no more gets triggered while billing doc is created.

Secondly, since its an update termination i would suggest you to go to SM13 and see the runtime data structures which were getting posted into the system coz most of the times its coz of the wrong data being posted. You can find the runtime structure from the menu option 'Display Update data' within the menu in SM13. Also see if a short occured and start analyzing the short dump.

Also you can enable update debugging and start debugging the update modules to see where it gets an update termination.

Thanks

Arjun

0 Kudos
642

Hello Arjun,

Thanks for ypur helpful reply.I have start update debugger from SM13 and noticed that it is giving termination in one of the ADOBE's driver program.In that after "FP_JOB_CLOSE" it is giving termination message.To resolve this issue I try to passed changing parameters "IE_OUTPUTPARAMS-GETPDF = 'X '" and "IE_OUTPUTPARAMS-PREVIEW = 'X' " for function module "FP_JOB_OPEN" then the updatetion error message get skipped but I am not bale to see the ADOBE layout and if I commented those parameters then layout is displayed but getting updation error message after doing billing document.

Please suggest where I am doing wrong.

Regards,

Sachin

sivaprasad_ml
Participant
0 Kudos
642

Hello,

I have faced these express document termination during the smartform driver programs being attached.

You can go to SBWP transaction and you could check in Inbox or Out box and you could see the message for the termination error.

Good luck

Siva