2013 Mar 25 9:40 AM
Hi All,
I have checked the forum but as i didnt get perfect solution for my question. i am posting this thread.
I tried to debug but nothin i found.
Well the process is like we create sales order. and then we do the delivery, and trying to do PGI but when we do PGI, it gived a popup as
Express document "Update was terminated" received from author "ABCCC" |
Update was terminated
System ID.... TRN
Client....... 500
User..... ABCCC
Transaction.. VL02N
Update key... 514F89BE31D104D6E1008001AC140AC8
Generated.... 25.03.2013, 04:30:41
Completed.... 25.03.2013, 04:30:52
Error Info... Error in address output (address not found).
Please suggest.
Thanks
Ketan
2013 Mar 25 10:12 AM
Look at the exact error via transaction SM13.
Did you insert a COMMIT WORK and WAIT or BAPI_TRANSACTION_COMMIT with WAIT parameter (*) before creating PGI ?
Regards,
Raymond
(*) And to be safer, tried to read the created SO with a SELECT statement.
2013 Mar 25 10:29 AM
Hi Raymond,
I am not sure as we have put something like that,, Can you please tell as how to check whether Commit Or Bapi is used or not.
and where to debug?
2013 Mar 25 10:15 AM
Hello,
Run SM13 and get the overview of update records, which will gives you user, date, time, tcode and status.
Double click the one that you want to analyze.
SAP provides you the update modules. and highlighted in red the one with the error.
Double clicking this one again, you may get an error like 00 671: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC.
Analyze the error.
Thanks,
Abhijit
2013 Mar 25 3:27 PM
Your error info says " error in address output". Check ST22 for more information. That should also tell you where the error occurred.
2020 Sep 23 1:22 PM
After PGI I ma getting below error.
No data exists for delivery 183402330
2024 Feb 15 4:59 AM
Hi,
Now I'm getting Error while doing PGR in VL02n- " Express document error update was cancelled received from author" I have checked number ranges are correct and i have checked output types those are seems to be correct and I have checked St22 and Sm21 dumps it is not there. but in Sm13 Dump is there like RV_MESSAGE_UPDATE- "No-email address found" but in success case PGR also there is no email id then how it got success? . Anyone pls suggest how to proceed further.