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: 

Authorization Object for patterns in fields

Former Member
0 Kudos

Hi expert,

I'm trying to create an object authorization that must take a string like this:

example: * ||test

I put the pattern in the tab Value Authorization, technical charather (from),

with operation CP.

But can't use * at the beginning of the string, how can I do?

Message was edited by: Julius von dem Bussche Subject title improved

3 REPLIES 3

Former Member
0 Kudos

Hello,

check this note : 1053989

Thanks

Shaik

0 Kudos

ok thanks.

but Is there the possibility to bypass the problem?

it is also through by developments abap?

unfortunately I don't have experience on these issues

Former Member
0 Kudos

You cannot.

At most you can create pattern groups and authorize on a group the value of which must be known, and then if authorized for the group then the pattern applies. But even then you need to know which group to check authorization for so will need some sort of fixed values in a domain and not just any old field or check table.

It was not built that way.

Cheers,

Julius