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 Scrren text

Former Member
0 Likes
979

Hello friends,

I am writing text on selection screen.

However I wrote about 130 characters but when I execute is dosent show all.

in the belwo code text-s02 is 132 characters.


selection-screen comment 1(79) text-s02.

looks like I cant make the comment more that 79.

Any Suggestions.

Ster

1 ACCEPTED SOLUTION
Read only

karol_seman
Active Participant
0 Likes
935

Hi,

declare in your report line size because default value is 80.


REPORT zrep LINE-SIZE 150.
selection-screen comment 1(132) text-s02.

Regards,

Karol

Hello friends,

I am writing text on selection screen.

However I wrote about 130 characters but when I execute is dosent show all.

in the belwo code text-s02 is 132 characters.


selection-screen comment 1(79) text-s02.

looks like I cant make the comment more that 79.

Any Suggestions.

Ster

6 REPLIES 6
Read only

karol_seman
Active Participant
0 Likes
936

Hi,

declare in your report line size because default value is 80.


REPORT zrep LINE-SIZE 150.
selection-screen comment 1(132) text-s02.

Regards,

Karol

Read only

0 Likes
935

Thanks Karol.

I tried but it still dosent permit me for anything more that 79.

Bob,

do u mean to say we are restricted only to 83 characters. We cant exceed that

Shreekant

Read only

0 Likes
935

Like I said - press F1. It's all laid out there. If it's different for different versions, stick with what you see.

Rob

Read only

Former Member
0 Likes
935

Is there any special reason to initialize with 1(79).

Cheers!!

Balu

Read only

Former Member
0 Likes
935

I think that if you press F1 on SELECTION-SCREEN, you will see that the maximum length is 83 characters.

Rob

Read only

Former Member
0 Likes
935

Hi Ster,

As per your requirement . the maximum limit to add comment on the selection screen is 79. You cannot add more than 79 characters.

Thanks,

Chidanand