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: 

problem with characters

Former Member
0 Kudos

hai,

wheb i am entering field name in screen i t accepts only lower case letters but not upper case letters for that what can i do ?

5 REPLIES 5

Former Member
0 Kudos

USE

TRANSLATE c TO UPPER CASE

REGARDS

SHIBA DUTTA

Former Member
0 Kudos

I think u have given LOWERCASE in select options .

translate it to lowercase b4 using it in the program.

Regards,

Sujatha.

Former Member
0 Kudos

Hi,

Check for the fiedl name which u r referring, in that field domain there might be some restrictions for CAPS.

Tell me the field and table name which u r referring.

Reward if this helps.

Former Member
0 Kudos

Yes, the error is releted to lower case; you can translate it to upper or change the infooject to accept lower case (bettar to transalte).

Hope it helps.

if not try this way.

paramaeters: p_dept type zemp-dept upper case obligatory

parameters : p_werks type marc-werks modif id Z1.

cheers

sri

Former Member
0 Kudos

hi venkat it will accept the screen name in upper case....i have tried it using caps lock on it was working but in other case u have to ask specific question.