cancel
Showing results for 
Search instead for 
Did you mean: 

systeme status complete Errors

Former Member
0 Kudos

Hi every one,

I have created transaction, its having errors. even with errors iam able to change the system status to complete.

I want to restrict in such a way that if errors are present, the user should not be able to change the system status to 'completed'.

please help in this gurus

Thanks,

jeff

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184067
Active Contributor
0 Kudos

hi jeff,

you can validate the status via BADI implementation.

based on my experience, there is 2 BADI that can be used for this validation :

- ORDER_SAVE -> will validate the changes if user save the transaction

- CRM_ORDER_STATUS -> will valiudate the status changed so the status that not pass the validation will be disabled.

in my opinion, the CRM_ORDER_STATUS give a better solution.

hopes it helps

cheers