cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in COMMIT WORK after CRM_ORDER_MAINTAIN and CRM_ORDER_SAVE in SalesOrd

Former Member
0 Kudos

Hi Experts,

I am updating dates in Sales Order using CRM_ORDER_MAINTAIN and CRM_ORDER_SAVE .

I am able to update two dates at the start of the program.

But then in the middle of code if I try to update the dates it gives dump on COMMIT WORK, saying duplicate entry exists, though I am updating a different date in different field.

If I execute the program again it does not give any dump and updates all status and dates successfully.

Please help.

Thanks in advance.

Regards,

Vikas

Accepted Solutions (0)

Answers (1)

Answers (1)

BGarcia
Active Contributor
0 Kudos

Hi Vikas,

Can you try this:

Before you use CRM_ORDER_MAINTAIN can you call FM CRM_DATES_TIMECONTEXT_DELETE, and check the result?

Kind regards,

Bruno