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 Termianted Message-Please help me out

Former Member
0 Likes
1,468

When i try to create Sales Order in VA01 for order type ZCS, its getting saved. But When i try to see the order in va02 , it gives this messgae

Express document error Update Terminated received from author.

Please anyone help me to sort out this , am trying this for 2 days . please...

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
1,426

You must have received some express document in your SAP inbox. Those document will definatly let you know what was wrong. You can access your SAP inbox with SO01 tcode.

Regards,

Naimesh Patel

11 REPLIES 11
Read only

naimesh_patel
Active Contributor
0 Likes
1,427

You must have received some express document in your SAP inbox. Those document will definatly let you know what was wrong. You can access your SAP inbox with SO01 tcode.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
1,426

Thks a lot Nimesh, will look into that tcode.

But this Error is configuration or type of data that is stored.

Read only

Former Member
0 Likes
1,426

Hi

It seems a dump occur while updating in a process in background tusk.

Check the dump by the trx ST22 and SM13

Anyway check the message in SAPoffice too.

Max

Read only

Former Member
0 Likes
1,426

Tks a lot Naimesh and Max.

When i checked the inbox it shows this

Update was terminated

Transaction.. VA01

Update key... 4817649CC47E012BE1008000A1A2FC49

Generated.... 30.04.2008, 13:40:49

Completed.... 30.04.2008, 13:40:49

Error Info... 00 671: ABAP/4 processor: RAISE_EXCEPTION

any idea like what this indicates.. please.This happens only for Order type ZCS.

Read only

0 Likes
1,426

Hi

U should see the fm has triggered the exception: see the dump in ST22

Max

Read only

Former Member
0 Likes
1,426

Thank you very much max, really it was very vague for me how to identify the errors intially , now when checked in st22 , i got some idea .

Thnsk.... will debug that and see the cause of the error. Then will reply once have analysed it .....

once again tks ..

Read only

0 Likes
1,426

Hi

Just only remember the dump is occured in a background process, so if u need to debug there, after activing the debug go to Setting->Update debugging

Max

Read only

Former Member
0 Likes
1,426

Hi ,

Actually i found out the FM :CO_BH_ORD_HEADER_PRE_READ'

that raised this exception. I have places breakpoint there.

But when i try to create sales order in Va01 and to view in va02 , the Control doesn't go to the FM itself.. then how can i debug and find it..

please..

Read only

Former Member
0 Likes
1,426

Hi max,

sorry to ask this again, Where i have to set this Update debugging.

please..

Read only

0 Likes
1,426

Hi

Before saving the sales order:

- Active debug by /H

- Press SAVE Icon

- Go to Setting->Update debugging

Max

Read only

Former Member
0 Likes
1,426

Thanks max,