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

selet-options text

Former Member
0 Likes
910

Hi all..

I have a select-option, but my selection-text exceeds the maximum number of length in the Goto-Selectiiontext.

Is there any other way to write selection texts which occupies more length..

please advise.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
884

Try something like.

SELECTION-SCREEN BEGIN OF LINE.

SELETION-SCREEN COMMENT 01(03) Text-001

SELECTION-SCREEN POSITION 32.

SELCT-OPTIONS S_MATNR FOR MARA-MATNR.

SELECTION-SCREEN END OF LINE.

Hi all..

I have a select-option, but my selection-text exceeds the maximum number of length in the Goto-Selectiiontext.

Is there any other way to write selection texts which occupies more length..

please advise.

6 REPLIES 6
Read only

Former Member
0 Likes
884

try using selection-screen comment (10) text-001.

goto->text elements->text symbols and add text there

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 7, 2008 4:03 PM

Read only

0 Likes
884

sorry change the length

selection-screen comment (50) text-001.

Read only

Former Member
0 Likes
885

Try something like.

SELECTION-SCREEN BEGIN OF LINE.

SELETION-SCREEN COMMENT 01(03) Text-001

SELECTION-SCREEN POSITION 32.

SELCT-OPTIONS S_MATNR FOR MARA-MATNR.

SELECTION-SCREEN END OF LINE.

Read only

Former Member
0 Likes
884

go to selection texts and change the length of the text

Read only

rahul2000
Contributor
0 Likes
884

Just change the length in the Selection Text in Goto-Selectiiontext.

Read only

Former Member
0 Likes
884

go to>text elements>selection text

here you kan write text for select-options.

Regards

Ankur Sharma