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 when posting goods issue

Former Member
0 Likes
767

Helllo

I have a strange problem I can not figure out. We have serial numbers like 12345/345. When trying to post goods issue I get an update termination error for invalid character. This only happens if the quantity is more than 1 each. A quantity of 1 each works fine and receives no update termination when post goods issue...only recieve termination error if the post goods issue is for a qty of 2 each.

I searched the SAP site found OSS note 40355...applied the note. The note also mentions the chaging print paramters to include "/ _" this is all done.

I tried doing a ABAP Debug in SE38 (for the delivery note print program) and setting the breaking point, but when I go to run the transaction after the setting break point...when I hit post goods issue...SE38 does not return back to its screen. So not sure if I am running the correct program there...or if this works for the update terminations?

So strange I do not get this for a qty of one each only when it is greater than that. I am stumped need help....

Any advice wiould be GREATLY appreciated....

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
615

Hi,

Check the tcodes SM13 and SM14 and locate the dump... while doing debugging also use "UPDATE DEBUGGER ON" in the menu...give a try and see.

Regards,

Nagaraj

Read only

JackGraus
Active Contributor
0 Likes
615

Looks like there is an error in the delivery (or material movement ?) print program. Easiest would be to disable these outputs for test purposes. When no dump then the error is somewhere in the print program an could be analysed by triggering the print separately with ABAP RSNAST00.

regards Jack

Read only

Former Member
0 Likes
615

Thank you