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: 

how to maintain small letter values in authorization field

Former Member
0 Kudos

Hello,

I have a requirement where I need to maintain small letters in authorization field. But when I type it in or select from F4 entries and save, it's getting converted to upper case letters.

Can you please suggest if there is some setting for this or I'm missing something ?

Regards,

Anil

1 ACCEPTED SOLUTION

Former Member
0 Kudos

who gave this requirement,,what is the object you are going to maintain?

after giving the values in CAPS still showing the authorisation issue?

6 REPLIES 6

Former Member
0 Kudos

who gave this requirement,,what is the object you are going to maintain?

after giving the values in CAPS still showing the authorisation issue?

0 Kudos

The object is S_ADT_RES. This is required in when abap is used in eclipse. Eclipse is searching for small letter entries and the values maintained inside roles are in upper case.

I have small letter entries in F4 help. But it's getting converted to upper case while saving.

Any suggestion will be of great help.

0 Kudos

Hello Anil,

the domain definition of the auth-field allows lower case as well. Therefore please do the following to be able to maintain also lower case letters:

Start SU20
In the buttons line press the button 'Sync.Field List'.

Now start pfcg and maintain the values for URI. There won't be
a conversion to uppercase anymore.

Thats it...

b.rgds, Bernhard

0 Kudos

Thank you Bernhard. It worked

Regards,

Anil

former_member190027
Participant
0 Kudos

Hi,

Is that giving authorization issue if you save it in CAPS?

Rgds

Pavithra.B

0 Kudos

Yes. Its throwing me authorization error in eclipse. Eclipse is not able to recognize the same object in CAPS.