Application Development 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: 

Selection Scrren text

Former Member
0 Kudos

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

karol_seman
Active Participant
0 Kudos

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

6 REPLIES 6

karol_seman
Active Participant
0 Kudos

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

0 Kudos

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

0 Kudos

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

Rob

Former Member
0 Kudos

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

Cheers!!

Balu

Former Member
0 Kudos

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

Rob

former_member598013
Active Contributor
0 Kudos

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