Application Development and Automation 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: 
Read only

Difference between * and ALL field values?

Former Member
0 Likes
821

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
Read only

Former Member
0 Likes
647

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.

Read only

0 Likes
647

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

Read only

0 Likes
647

Hello Ruchit,

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

Read only

vanessa_balogh
Discoverer
0 Likes
647

ALL means all like Change, display, etc.

* means all like 01,02,03 etc.