cancel
Showing results for 
Search instead for 
Did you mean: 

SMARTFORMS ISSUE

Former Member
0 Kudos

Hi all,

I have an import parameter of char10.When i run my smartform then in the the input screen it asks me to fill the value for that input field.

Suppose i input 'ADSFGasd'..

But the output i am getting in the smartform is all in uppercase i.e 'ADSFGASD'.

But i want the output to be same as 'ADSFGasd'.

Please suggest some solution..

Thanks,

Arun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arun,

To allow upper or lower case for character string parameters, you use the following syntax:

PARAMETERS <p> ...... LOWER CASE ......

If you do not use the LOWER CASE addition, all input values are automatically converted into upper case.

Refer

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba6b735c111d1829f0000e829fbfe/frameset.htm

<b>Reward pts if found usefull :)</b>

Regards

Sathish

Answers (4)

Answers (4)

Former Member
0 Kudos

THANKS

former_member196280
Active Contributor
0 Kudos

As one of our friend told use text10 instead of char10, or create a new domain. with lower case check box ticked.

For more details goto SE11 and enter Char10 and definition (tab) you weill see the check box lower case is not checked

See the same for text10 you can see the lowercase check box checked.

I hope your problem will be solved. Reward points if useful.

Regards,

SaiRam

Former Member
0 Kudos

Hi ,

Pu a breakpoint just befor u use ssf_function_module_name .If the data is incorrect then make sure u r not converting it to to upper case .

Regards

Former Member
0 Kudos

Hi,

Besides use data element char10, try to use data element text10. Because domain of char10 doesn't have lowercase.

Please give reward point if this answer is helpfull.