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

Text on selection Screen

Former Member
0 Likes
613

How to display text on selection screen ?

I want to display some text just under the parameter.

Thanks

Puneet Chopra

4 REPLIES 4
Read only

Former Member
0 Likes
593

press F1 on selection-screen

Read only

Former Member
0 Likes
593

Hi,

Check the below sample code:

SELECTION-SCREEN: BEGIN OF LINE.
SELECTION-SCREEN: POSITION 1.
PARAMETERS: p_ps type c.
SELECTION-SCREEN: COMMENT 4(20) text-003.
SELECTION-SCREEN: END OF LINE.
SELECTION-SCREEN: BEGIN OF LINE.
SELECTION-SCREEN: POSITION 1.
SELECTION-SCREEN: COMMENT 1(20) text-003.
SELECTION-SCREEN: END OF LINE.

You have to use begin of line.. end of line concept.

Thanks & Regards,

Navneeth K.

Read only

Former Member
0 Likes
593

Hi,

This may help you.

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

Double click the text-001 and you can type your text in the text symbols tab which appears.

Read only

Former Member
0 Likes
593

SELECTION-SCREEN BEGIN OF LINE TEXT-001.

double click on text & give the description.

Regards,

Flavya