cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization access to characteristics in ECR/ECO

Former Member
0 Kudos

Hello all,

We are implementing ECR/ECO and we are using characteristics to capture some of the features in characteristics. But we do not want to give access to every one to make changes to these characteristics. Is there a way we can control access to characteristics using authorizations?

Thanks

Regards

Sreepati Hari

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You must define your own function module for displaying possible entries for the characteristic values. You create this function module in addition to the function module for checking values. The name of this function module is made up of the name of the function module for checking values, followed by '_F4'. In this function module, you specify the allowed values, so that you can display them

Let me know if you still have problem.

Regards,

Keshav

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Interesting to hear that characteristics are used in ECR/ECO process. if possible, you may explain the process bit in more detail for knowledge.

coming to authorizations, either t-code (CT04) level you can have (or) you may try to restrict authorizations by grouping them in separate customized classes..

First, I suggest you to check what are the various authorization objects which can be filtred for authorizations to user and then based on that please take a call.. how to proceed further..

Thanks

Jk