Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Display/Edit the CRM transaction based on status value selected in status field

former_member224326
Participant
0 Kudos

Hi Experts

Is it possible to Display/Edit the CRM transaction(all assignment blocks in the Transaction overview page) based on status value selected in status field (using CRM security objects)?

I am thinking below technical data can support the scenario.

Standard Authorization ObjectsFieldField Value Description
CRM_ORD_PRPR_TYPE
Business transaction type
B_USERSTAT/B_USERST_TSTSMA    Status Profile

Thanks

Shaik

4 REPLIES 4

Former Member
0 Kudos

Hello Chand,

Do you mean to restrict access on a follow-up action of an activity?

Regards,

Carlina

0 Kudos

Hi Carlina


it is not on follow-up action of an activity. I want to disable the CRM  Sales Order (all assignment blocks in the Transaction overview page in CRM UI) based on status value selected in status field using CRM security objects.


Thanks

Chand

0 Kudos

Can anybody answer this query

Thanks

Shaik

0 Kudos

Hello,

I don't think you can restrict the access on status value selected in status field, you can restrict the sales orders based on transaction types and sales organisation level even display/change also.


B_USERSTAT/B_USERST_T these object will use when you give create/changes for sales orders in WEBUI.


moreover you may not restrict all assignment blocks with authorisation objects in WEBUI, you need to restrict them by business role level, we can also restrict assignment blocks by activating suitable BADI's/component enhancement. technical abaper would help on this.

below are the authorisation objects will help you to restrict sales order. hope will help you. thanks

CRM_ORD_LP

CRM_ORD_OP

CRM_ORD_PR

CRM_ORD_OE

Regards,

Suresh