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

Regarding Purchase Order

Former Member
0 Likes
703

Hi all,

Now i am working in ECC 6.0 and while creating PO with the requested processing setting as "Send with application own transaction" it is working fine.

But while i am creating PO with the requested processing setting as "send immediately when saving the application" i got an error like Express document "Update was terminated".

And we need both the processes and this is an upgradation project from 4.6c to ecc6.0.

Please help me out.

Points will be rewarded for helpfull answers..

Thanks in advance

Regards

Siva.

1 ACCEPTED SOLUTION
Read only

h_senden2
Active Contributor
0 Likes
677

You should check the PO user exits. Probably a already existing key is added to one of the PO tables, and that does SAP not like very much

regards,

Hans

5 REPLIES 5
Read only

h_senden2
Active Contributor
0 Likes
678

You should check the PO user exits. Probably a already existing key is added to one of the PO tables, and that does SAP not like very much

regards,

Hans

Read only

Former Member
0 Likes
677

Hi,

Go to SM13 and the update termination..

in that check which update function module failed..

Thanks

Naren

Read only

Former Member
0 Likes
677

This message Express document "Update was terminated is not just a warning or Error message it is a DUMP in Background and since User Should not get Dump at any point of Time thats why instesd of Dump this message is raised.

Here , your PO is not saved/created u can cross check that since it creates a dump in between .

You should look in to the User Exit of the PO for the solution.

Read only

0 Likes
677

Hi All

Please tell me how we can check userexists for a purchase order.

Regards

Siva.

Read only

0 Likes
677

You can check in function group XM06 for the relevant PO user exits.

Also transaction CMOD or SMOD will help.