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 was terminated in sales order

Former Member
0 Kudos
323

Hi,

When i try to save my changes for the given Output type YE** in sales order VA02. The changes are not arrived and throwing an error message tat Output was terminated.

What might be the reason for this?

For other output type it s working fine!

9 REPLIES 9
Read only

Mohamed_Mukhtar
Active Contributor
0 Kudos
289

Hi Bharani,

Is a SAP script assigned to YE* output type.

Please check the below points :-

1. Check in which langauge the form is triggering

2. Check the SAP SCRIPT is created in that langauge.

Thanks

Read only

0 Kudos
289

nast-kschl = 'YE**'

Read only

former_member205763
Active Contributor
0 Kudos
289

Check ST22 if there any dumps.

Read only

0 Kudos
289

not found the dumps for VA02

Read only

0 Kudos
289

Check the SM13 logs.Reprocess those logs from SM13 in debugging mode to know the actual issue.

K.Kiran

Read only

0 Kudos
289

check sbwp if there any messages in inbox as well.

Read only

0 Kudos
289

as you said i found the termination error in sm13 , pointing out in RV_MESSAGE_UPDATE.

but i dono where to start my debugging whether from core program of VA02 or from the output type

Read only

0 Kudos
289

You will find an option to reprocess that SM13 Log in debugging mode.Explore the options available in SM13.

K.Kiran.

Read only

0 Kudos
289

Hi , try saving the from deactivating the output or you can comment out the whole code in the program except the form entry declaration and check if you are still getting the update error .

I am sure there must be some problem with the code . Also check the form entry declaration if the parameters are correctly used .

Thanks

Manik