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: 

Difference between * and ALL field values?

Former Member
0 Kudos

Greetings to all,

Here is an intresting question. For a particular authorization object of a role, I see that it has a field value of ALL for a specific field. Is this same as * or is there any subtle difference between the two. This is in ECC 5.0.I would greatly appreciate a discussion. Thanks.

4 REPLIES 4

Former Member
0 Kudos

Hello Sridhar,

There can be a difference.<b>*</b> means all possible values while <b>ALL</b> means only the value <b>ALL</b>. * will work in case of all authorization checks but ALL will not if it is typed in explictily.

Which authorization object are you talking about and how was the value given.

Regards.

Ruchit.

0 Kudos

i have also seen the value ALL in some roles in my org...

Object:C_PRPS_USR (PS: Model for User Field Authorization for WBS elements)

Field:USR10_1 (User field with 10 characters)

Value: ALL

If ALL means value ALL then what is the significance of it in the above field?

Pls throw some light...

thankx

Sachin

0 Kudos

Hello Ruchit,

Thanks for your reply.The field is Authorization group and the object is C_SHER_TD2.

vanessa_balogh
Discoverer
0 Kudos

ALL means all like Change, display, etc.

* means all like 01,02,03 etc.