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

problem with characters

Former Member
0 Kudos
223

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

Former Member
0 Kudos
193

USE

TRANSLATE c TO UPPER CASE

REGARDS

SHIBA DUTTA

Read only

Former Member
0 Kudos
193

I think u have given LOWERCASE in select options .

translate it to lowercase b4 using it in the program.

Regards,

Sujatha.

Read only

Former Member
0 Kudos
193

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.

Read only

Former Member
0 Kudos
193

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

Read only

Former Member
0 Kudos
193

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.