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

Case conversion problem

0 Likes
954

I have an input field where i am entering value of file path as /Data/Test/ but on debugging this i found this value gets changed to /DATA/TEST/. I want this value to be same as entered by the user.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
926

Check in SE11 at the domain level of the field if th checkbox for lower case is selected or not.

7 REPLIES 7
Read only

GauthamV
Active Contributor
0 Likes
927

Check in SE11 at the domain level of the field if th checkbox for lower case is selected or not.

Read only

0 Likes
926

NO....Actually, I write in Input parameter : "Data/Test".

but it automatically convert into Upper case....like " DATA/TEST".....so I want same data as user entered.....that's "Data/Test"

Read only

0 Likes
926

Hi

Maybe you could try to write the contents of your field to a work area and use the addition


write fld_in to v_fld_in respecting case.

regards

Isaac Prince

Read only

Former Member
0 Likes
926

Hi,

Try defining your input parameter as:

parameters: p_input like file lower case.

the addition lower case would make it case sensitive

Regards,

Himanshu

Read only

GauthamV
Active Contributor
0 Likes
926

In SE51 screen layout of your program, double click on your field and at the bottom in setting, Dic - there is a check box for

lower/uppercase ,use it, your problem will be solved.

Read only

0 Likes
926

Thanks...My problem solved...

Read only

0 Likes
926

Read the forum rules and close the thread with proper value.