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 screen with log title.

Former Member
0 Likes
832

selection-screen begin of block b1 with frame Title text-001.

title with more than 83 Char is not displaying.

Is there any solution to dispaly Long title of 115 char.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
797

Hi,

If it does not work then add COMMENT statement to put the header at selection screen.

6 REPLIES 6
Read only

Former Member
0 Likes
798

Hi,

If it does not work then add COMMENT statement to put the header at selection screen.

Read only

0 Likes
797

If i am using comments then i am getting line space between thwo lines.

Read only

former_member195383
Active Contributor
0 Likes
797

REPORT /dceur/z_ais_mass_fac_amend

NO STANDARD PAGE HEADING

MESSAGE-ID ZPROG

LINE-SIZE 255

LINE-COUNT 30(4).

write ur first statement as above. Setting the line size to 255 may solve ur problem. Pls reward points...if the abv helps...

Read only

0 Likes
797

REPORT /dceur/z_ais_mass_fac_amend

NO STANDARD PAGE HEADING

MESSAGE-ID ZPROG

LINE-SIZE 255

LINE-COUNT 30(4).

This is not working.........

Read only

Former Member
0 Likes
797

Create text from tcode SO10.Read it in your program in a variable by using FM READ_TEXT.Pass it to :

selection-screen begin of block b1 with frame Title <var>.

Read only

0 Likes
797

Create text from tcode SO10.Read it in your program in a variable by using FM READ_TEXT.Pass it to :

selection-screen begin of block b1 with frame Title <var>.

in Read text i will get 255 char of length, then how it would handle.