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

Selection Texts

Former Member
0 Likes
537

How Do Everyone!

This may sound like an easy question but does anyone

know how to increase the length of the 'Selection Text'

within the Text elements. It is currently set to 30

characters and I can't see where I would increase

the size.

Cheers

Andy

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
512

I don't thisnk you can change the length.. as it is part of std SAP.. you can use the SELECTION-SCREEN COMMENT option to display longer texts parameters on the sel scr.

~Suresh

4 REPLIES 4
Read only

suresh_datti
Active Contributor
0 Likes
513

I don't thisnk you can change the length.. as it is part of std SAP.. you can use the SELECTION-SCREEN COMMENT option to display longer texts parameters on the sel scr.

~Suresh

Read only

Former Member
0 Likes
512

hi,

Instead of changing in selection texts of TEXT ELEMENTS, use a <b>Selection-screen comment</b>. We can not have selection texts with more than 30 length.

Regards,

Sailaja.

Read only

Former Member
0 Likes
512

HI Andy

Length of Selection Texts is restricted. You can use text element for that.

Text Element: TEXT-O01

Selection Text: p_field

selection-screen begin of line.

parameters: p_field.

selection-screen comment (50) text-o01 for field p_field.

selection-screen end of line.

Am not on SAP system now, please try to explore on the same to suit your requirement.

Kind Regards

Eswar

Read only

0 Likes
512

Thanks folks for your replies.

Cheers

Andy