cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the status of the ticket during saving in CRM web ui

0 Kudos

Hi Team,

I have a requirement that i need to display the message when the normal change request is withdrawn.

Message to be displayed is 'Enter the reason for withdrawn in the text log'.

If message is displayed the request should not be saved.

Once the text is entered in the text log it has to get saved and also the status has to be changed to withdrawn.

But in my case i am able to display the message when the text is not entered during action withdraw.

But once the text is entered when saving, status is not getting changed instead it is same as earlier.

I am using the BADI's:

EXEC_METHODCALL_PPF

ORDER_SAVE.

Please suggest any solution for this how to change the status during saving.

It is too urgent pls.

Accepted Solutions (0)

Answers (3)

Answers (3)

kapilpatil
Active Contributor
0 Kudos

Hello Sneha,

Check if the status you are trying to set in order_save badi implementation, is the next available status, in the status profile. If not, this could be another reason why status is not set.

Thanks,

Kapil Patil

BGarcia
Active Contributor
0 Kudos

Hi Sneha,

You are already using the two recommended approaches: An action or the ORDER_SAVE badi (method PREPARE should be used here).

If they're not working, how did you configure them? Can you also check if the desired status 'Withdrawn' is an available status from your status profile?

Kind regards,

Garcia

0 Kudos

Thank for the reply.

Withdraw normal change action is configured in sppfcadm t-code.

But it was done by functional.

Once configuration is done in that, this status is visible in action.

0 Kudos

please reply asap. it is urgent