cancel
Showing results for 
Search instead for 
Did you mean: 

Badi ORDER_SAVE - throwing Error Message.

Former Member
0 Kudos

Hi Gurur's,

i am using transaction CRMD_ORDER for Service Contract creation. I want to check the compoenent exist for active contract. So m using Badi ORDER_SAVE method prepare, where m using function CRM_MESSAGE_COLLECT to get message log. Its collecting message but Service contract saves. I dont want to save the contract.There is a parameter DO_NOT_SAVE if raise this parameter its stop to save the Contract, But its happens in GUI not on UI interface.

Please suggest any solution on this issue.

Thanks and Regards

Vinayak Sapkal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vinayak,

I too had a similar problem. My issue was that after changing the code for RAISE DO_NOT_SAVE, I did not logoff and login to webUI again.

Once I logged off from webUI and after login in, the DO_NOT_SAVE was visible on WebUI and my transaction was stopped.

Regards,

Pritish