cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization isssue on S_RS_COMP

Former Member
0 Kudos
45

Hi experts,

to grant authorization on querys there exists authorization object S_RS_COMP.

The field RSZCOMPID determines which components according to name a given user/role is allowed process.

Here my question:

is it possible to use variables instead of values and to fill the variables in customer exit/ABAP Coding?

Example:

Instead of

RSZCOMPID = "Z", "EG"

something likes

RSZCOMPID = $query

and query is filled via customer exit.

Thanks for your help.

Best Regards

Lothar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In general, yes, it's possible.

But, variables are created on a base of a characteristic. In your particular case, when we deal with reporting elements, I doubt it.

Best regards,

Eugene