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

text length at selection screen

Former Member
0 Likes
875

SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-000.

SELECTION-SCREEN COMMENT /3(79) TEXT-001.

SELECTION-SCREEN COMMENT /3(79) TEXT-002.

SELECTION-SCREEN END OF BLOCK B1.

in above code I can write text upto 79 length only how can I increase the length when I am increasing it from 79 to 89 it is saying that max legth is 79

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
680

it is not possible to go beyond 79. that is the standard behaviour.

4 REPLIES 4
Read only

Former Member
0 Likes
680

COMMENT /3(79) TEXT-001. when you give 3(79) it sets the position.Just try giving COMMENT TEXT-001 and check what is happening

Go to text-001 double click on that and then delete the text you had given then you should activate it and get back to the code then again double click on text and give your text.

Regards,

Midhun Abraham

Edited by: Midhun Abraham on Oct 7, 2008 7:17 AM

Read only

GauthamV
Active Contributor
0 Likes
680

hi,

just increase the value in your selection text and also increase the value mentioned in max length in selection text screen.

Read only

Former Member
0 Likes
680

Hi,

I am not sure but i think maximum length of selection screen is 79 thats y it is giving error....

Read only

Former Member
0 Likes
681

it is not possible to go beyond 79. that is the standard behaviour.