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: 

Unable to do PGI as it is giving error update terminated

former_member391265
Participant
0 Kudos
1,249

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

6 REPLIES 6

raymond_giuseppi
Active Contributor
0 Kudos
781

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.

0 Kudos
781

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?

Abhijit74
Active Contributor
0 Kudos
781

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

Former Member
0 Kudos
781

Your error info says " error in address output". Check ST22 for more information. That should also tell you where the error occurred.

former_member733221
Discoverer
0 Kudos
781

After PGI I ma getting below error.

No data exists for delivery 183402330

vimalraj_M
Newcomer
0 Kudos
760

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.