cancel
Showing results for 
Search instead for 
Did you mean: 

Error "Updating could not be completed" while PO creation/transfer

keyur_pawar
Active Participant
0 Kudos

Hello Experts,

We have a scenario for Call Off PO in SRM that, PO is getting created and Ordered automatically after Shopping cart approval. Here if I takes 20 to 25 items in shopping cart that time everything is working fine. PO is getting created and ordered correctly.

But If I have more that 25 items in Shopping cart that time PO goes in Error. I have debugged the same & found that while transfer to Back-end system in FM: B46B_DPO_TRANSFER throws an error: "Updating could not be completed".

Actually this error is coming while Commiting the BAPI (BAPI_TRANSACTION_COMMIT). Could you please anyone tell me why this error is coming & what would be the solution?

-

Regards,

Keyur Pawar

Accepted Solutions (1)

Accepted Solutions (1)

Jelena
Active Contributor

I rather doubt this can be answered on SCN, certainly not with the information given. You haven't shared the message class or number but based on poor grammar I bet it's a custom message anyway. If commit fails then obviously there is something wrong with the data or with the database. The latter would be rather rare, so I'm guessing it's a data + bad programming combination.

You've already done some debugging, so why not check further what is happening before the commit? Obviously there is a custom program involved (based on odd message and BAPI call), so I'm really not sure what you're expecting from the global community here. Review the program and data in your system and fix it.

keyur_pawar
Active Participant
0 Kudos

Hi Jelena,

This is a standard error: S&(150).

There is no custom program involved. I'm facing this error while transferring PO to back-end if it has so many items (>25). For less number of items everything is working fine.

Answers (2)

Answers (2)

keyur_pawar
Active Participant
0 Kudos

Yeah... It was the data issue...

We were passing repeated line Item numbers to shopping cart.

Lakshmipathi
Active Contributor
0 Kudos

It could be due to some network issues and if I am correct, you may not be able to even replicate this. Having said that, the Shopping Cart can be reprocessed. Also, please have a look at SU01 for that RFC user whether "Print now" box is checked.

keyur_pawar
Active Participant
0 Kudos

Hi Lakshmipathi,

Thanks for the reply...

Do you mean "Output immediately" checkbox in SU01? If this is the case, I have tried this solution as well.

Also this is not a uncertain behavior, we are able to constantly replicating this if we pass more than 25 items to Shopping cart.

Could anyone suggest any other solution???