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

Accepting actual input data from FM input Parameters

Former Member
0 Likes
593

Hi All,

I am facing a problem in capturing some data in FM input parameters(char field) like that when ever i am inputing some text in the combination of upper case & lower case letters is considering the Upper case.

Even if we are entering all the input in lower case letters its considering in Upper case only.

Please let me know how to solve the issue.

Regards,

Rajani

1 ACCEPTED SOLUTION
Read only

BGarcia
Active Contributor
0 Likes
558

Hi Rajani,

Are you testing in SE37 t-code? If so, you have to tick the checkbox at the upper part of the screen, that says to accept upper and lower case characters.

If not, try to check your data domain of your input parameter. Maybe it doesn't accept lower case characters, and if so, you have to change it.

Kind regards,

Hi All,

I am facing a problem in capturing some data in FM input parameters(char field) like that when ever i am inputing some text in the combination of upper case & lower case letters is considering the Upper case.

Even if we are entering all the input in lower case letters its considering in Upper case only.

Please let me know how to solve the issue.

Regards,

Rajani

2 REPLIES 2
Read only

BGarcia
Active Contributor
0 Likes
559

Hi Rajani,

Are you testing in SE37 t-code? If so, you have to tick the checkbox at the upper part of the screen, that says to accept upper and lower case characters.

If not, try to check your data domain of your input parameter. Maybe it doesn't accept lower case characters, and if so, you have to change it.

Kind regards,

Read only

Former Member
0 Likes
558

Hi Bruno,

Thanks for immediate reponse, I am not using directly SE37 i need to use in one include where i am using the FM.

(This is custom defined FM, for this i enable in background the lower case check box in domain level)

Regards,

Rajani