cancel
Showing results for 
Search instead for 
Did you mean: 

Status change authorization based on module in ChaRM

Former Member
0 Kudos


Dear Expert,

We have a requirement like RFC or change document status should be changed based on selected category in category section.

Example : If I select MM module in category section level 1 , then only MM team member or change manager can change RFC or change document status.

Is this available in standard ChaRM ?

How to achieve this?

Thanks,

Richa

Accepted Solutions (0)

Answers (2)

Answers (2)

rishav54
Active Contributor
0 Kudos

Hi Richa

Yes you can do that by team determination using rule policies or BRF+.

http://scn.sap.com/docs/DOC-53082

Then restrict based on the status values in the field B_USERSTAT.

Regards

Rishav

BGarcia
Active Contributor
0 Kudos

Hi Richa,

I believe you can only achieve this with the help of a BADI.

One of them is CRM_ORDER_STATUS. With this BADI you can define your own logic to filter which status is the user allowed to choose.

Or, if you wish to make the status field unavailable for any change, then try to explore BADI CRM_ORDER_FIELDCHECK.

Kind regards,

Garcia