Authorisation Object with undefined value

Question: Dear Expert,

I am new to the SAP Authorisation, hope you can give me some help. Suppose there are two entries, A and B, in an authorisation object. The customised ABAP code will only check on the entry A value, and will not check on the entry B value.

When assigning this authorisation object to a user, I will assign a specific value for entry A. For entry B, what should I put in ? If I put in '*' in entry B, I will give more authority then it should be given. If I leave entry blank, this profile will become yellow light, result in not completed.

Should I put in double ' ' for this uncheck entry ?

Thanks for your help.

Kelly.

Answer:
there is no problem in leaving the object incomplete.

Answer:
You may need to clerify you position a bit more...
Suppose there are two entries, A and B, in an authorisation object. Do you mean authorization for the same object, or multiple fields in the object or alternate possible Values for the field?
The customised ABAP code will only check on the entry A value, and will not check on the entry B value. this would imply the check is for a specific value of a single field in an object. Is this correct?
When assigning this authorisation object to a user, I will assign a specific value for entry A. For entry B, what should I put in ? is entry A and B the same field, autorization or value-set?

You can always enter a blank, but if the A and B are different Authorization configure SU24 so you only end up with one authorization to contend with. As you stated the question B is irrelavent as the cod eonly checks fo A so if the user has B the code for the custom ABAP does not care and the user fails for this ccustom code, but if user elsewhere then more access is granted.

Answer:
Hello John and Guest,

Thanks for your reply. Sorry for not explaining the situation clearly. A and B are actually two fields in the same authorisation object.

The code will only check on specific value in field A, so I will assign a specific value on field A for different users. On field B, if I put '*' in field B, I will give them the unnecessary authorisation.

I am not sure if I leave field B blank, then the object will be ended with yellow color, be harm to the settings. Or else what should I put in field B?

Thanks a lot again.

Kel
Copyright ?2007 - 2008 www.jt77.com