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

Regarding selection-screen frame title text length

Former Member
0 Likes
1,422

Hi,

I am trying to add the selection-screen frame title text length as 103 characters, but it is taking

Only 84 characters. Please let me know, any body have alternate solution on this.

Regards,

Suresh K.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,032

Hi Suresh,

Please check the below thread(s),

Best Regards.

Hi,

I am trying to add the selection-screen frame title text length as 103 characters, but it is taking

Only 84 characters. Please let me know, any body have alternate solution on this.

Regards,

Suresh K.

5 REPLIES 5
Read only

naimesh_patel
Active Contributor
0 Likes
1,032

It seems to be a limitation of the Title.

Try using the COMMENT of the selection screen. Like:


selection-screen: begin of block blk with frame.
selection-screen: comment /1(79) aaa.
selection-screen: comment /1(79) bbb.
parameters: p_chk type char1.
selection-screen: end of block blk.

initialization.
  aaa = 'First line'.
  bbb = 'Second line'.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
1,033

Hi Suresh,

Please check the below thread(s),

Best Regards.

Read only

Former Member
0 Likes
1,032

check this link might help you

http://www.10bohemians.info/blog/

Read only

Former Member
0 Likes
1,032

answered

Read only

0 Likes
1,032

hi SUresh

What is the correct code u r using can you please paste here ...