cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Status Values in ChaRM

Former Member
0 Kudos

All-

I am keeping the standard status values for my Normal Correction Process. In addition I would like to put custom status values in the Status Profile.

In Service Desk, they are selectable in CRMD_ORDER via the User Status box. However in ChaRM they are grayed out in the User Status box, and set by pulling an action.

My requirement is to keep SAP delivered status values gray and still have them set by the actions toolbox. But have my custom status values selectable in the user status box.

Any ideas on how I can accomplish?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You have to use the BAdi, CRM_ORDER_STATUS to gray out the user status which displays in user status drop down.

In the method BEFORE_CHANGE, u have to raise the exception ''NOT_ALLOWED" for the statuses which u want to grayed out..

Regard's

Jean.

Former Member
0 Kudos

Thanks this sounds like it will be the solution. I am a little unfamiliar with the development screens can you provide some more clarification or be willing to offer some steps?

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved without Development. Created status values as actions, controlled access with authorization keys.

Former Member
0 Kudos

Hi,

Would you please descripe your solution in a few words?

Thank you very much!