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: 

Delivery not updated

Former Member
0 Kudos

Hi all,

I have a problem with creating delivery order using vl01n. When i'm creating delivery it is successfully saved and system giving delivery number also but problem is when i'm opend my delivery using vlo2 sytem not displaying my delivery order (error:delivery doesn't exist) And one more thing while i saving the delivery document using vl01n after saving document i'm receiving message delivery is not updated; *Express document " update was terminated" received from author DDIC. and i have checked with sm13 there system telling that error in function module rv_delivery_save. Please give me solution for this problem as early as possible.

Thanks & regards

kesav

7 REPLIES 7

mvoros
Active Contributor
0 Kudos

Hi,

that express document informs you that commit to DB failed. Hence you can not see that document in vl02n. So you need to figure out why it fails? I would start with implemented user exits. You can also check OSS notes for some info.

Cheers

former_member555112
Active Contributor
0 Kudos

Hi,

In SM13 it will show you the dump details. Check the same.

Put a breakpoint at the place where the update is terminating.

Start the delivery creation process and before saving enter into debug mode and turn on Update debugging and System debugging. It should stop at your breakpoint. Then try to check why it is failing.

As Martin suggested; the problm should be due to some iincorrect coding in a user exit.

Regards,

Ankur Parab

0 Kudos

Hi,

just quick comment. The break point will not help him. That FM is called in update mode so it will not stop there. That's the reason why he gets express document instead of short dump.

Cheers

0 Kudos

Hi Martin,

Thats the same reason why i mentioned him to turn on update debugging and system debugging in the debugger.

When he does that it will stop at the break-point.

Regards,

Ankur Parab

0 Kudos

Sorry, I did not read you post carefully.

Cheers

0 Kudos

Hi all,

I'm closing my issue.

Thanks and regards

kesav

Former Member
0 Kudos

Hello,

Please check if you have written any COMMIT statement in user exit. We should not write COMMIT in user exits.

Cheers,

Balaji