Application Development 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: 

Parameter

Former Member
0 Kudos

Hi all,

Parameter: s(20).

this output is type as small letter then enter as dont change capital letter.

how is prepared for it?

Thx,

S.Suresh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

use Lowercase addition to your decalration

Regards

Sudheer

6 REPLIES 6

Former Member
0 Kudos

Hi,

use Lowercase addition to your decalration

Regards

Sudheer

Former Member
0 Kudos

hi,

do this way ..


parameter : s(20) lower case. 

Former Member
0 Kudos

Hi,

Just use LOWER CASE as

Parameter: s(20) LOWER CASE.

<REMOVED BY MODERATOR>

Thanks,

Chandu

Edited by: Alvaro Tejada Galindo on Apr 11, 2008 1:39 PM

Former Member
0 Kudos

Hi all,

now i understood..

Thanks for ur strength.

Cheers,

S.Suresh.

prasanth_kasturi
Active Contributor
0 Kudos

hi

use .... lowercase addition of parameters

This addition prevents the content of character-type fields from being converted to uppercase letters when the input field on the selection screen is transported to the data object para in the program and vice versa.

<REMOVED BY MODERATOR>

prasanth.

Edited by: Alvaro Tejada Galindo on Apr 11, 2008 1:39 PM

che_eky
Active Contributor
0 Kudos

Hi Suresh,

that type output is capital as letter then dont enter as lower change letter but on lower case as middle letter.

prepared is it now?

Thx.