‎2006 Aug 15 2:24 PM
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
‎2006 Aug 15 2:29 PM
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
‎2006 Aug 15 2:29 PM
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
‎2006 Aug 15 2:29 PM
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.
‎2006 Aug 15 2:32 PM
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
‎2006 Aug 15 2:38 PM