cancel
Showing results for 
Search instead for 
Did you mean: 

Uppercase/lowercase problem in smartform

Former Member
0 Kudos

Hi,

I created smartform and print program for that.I am giving some input fields(text) thru program and printing in smartform.when I give text in lowercase/uppercase it converts and displays in uppercase.I want to print in smartform as they type in text field.What is the solution for this?

Accepted Solutions (1)

Accepted Solutions (1)

amit_khare
Active Contributor
0 Kudos

what is the TYPE of the field on selection screen?

Does LOWER CASE is selected in data element you are using.....

If yes, then just debug and see where the value is converting.

Former Member
0 Kudos

I declared that fields as parameters with char data type.

amit_khare
Active Contributor
0 Kudos

Check in SE84 and use a domain/data element with LOWER CASE check.

I think there is a PARAMETER addition also with LOWER CASE...just check help on PARAMETER statement or search forum for the same. Otherwise search and use some standard domain or create one for your usage with LOWER CASE check.

Former Member
0 Kudos

I tried with parameter option(lower case).Its working fine.Thanks a lot.

Answers (0)