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

REG:

Former Member
0 Likes
690

Hi ,

The scenario is such that I m entering some text value through selection screen of report program and I have to print this in sapscript.

But the issue is the output in script is always coming in the capital letters but i need it as per user entry.

Any pointers to this problem will be highly appreciated and ofcource rewarded.

Regards,

Vivek

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
675

when pressing "Enter" on the selection screen, does your user text get transferred into capital letters already?

if so, you have to go to PAI of your selection screen and change this behaviour.

4 REPLIES 4
Read only

Former Member
0 Likes
676

when pressing "Enter" on the selection screen, does your user text get transferred into capital letters already?

if so, you have to go to PAI of your selection screen and change this behaviour.

Read only

0 Likes
675

Hi Florian,

Can u pls eleborate on how to do this

Regards,

Vivek

Read only

0 Likes
675

i guess you have used the Parameters statement. it has an addition LOWER CASE. which will actually do exactly what you want, so you dont even have to implement any coding in PAI.

Message was edited by:

Florian Kemmer

Read only

0 Likes
675

Thanks,

Issue Solved.