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 : comment

Former Member
0 Likes
509

Hi

In Selection-screen comment is it possible print more than 80 charcter ?

if Yes Give me an example coding.

Give your suggestion.

Thanks in Advance.

By.

Sivakumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
483

Hi Siva,

Maximum allowed is only 79

you can write in 2 lines , check this

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

selection-screen : comment /1(79) text-002 for field p_matnr.

selection-screen : comment /1(79) text-003 for field p_matnr.

parameters : p_matnr like mara-matnr.

selection-screen end of block b1.

2 REPLIES 2
Read only

Former Member
0 Likes
484

Hi Siva,

Maximum allowed is only 79

you can write in 2 lines , check this

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

selection-screen : comment /1(79) text-002 for field p_matnr.

selection-screen : comment /1(79) text-003 for field p_matnr.

parameters : p_matnr like mara-matnr.

selection-screen end of block b1.

Read only

0 Likes
483

Thank You So much.