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 text

Former Member
0 Likes
709

hi all,

my requirement is

i have to write

Note: Test run is considered.

in the selection screen.

suggest me the solution

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
686

Hi,

Instead of selection screen

call screen 100.

in screen layout create a label and Display it.

6 REPLIES 6
Read only

JozsefSzikszai
Active Contributor
0 Likes
686

hi,

try: SELECTION-SCREEN COMMENT ....

more info in SAPHelp

ec

Read only

Former Member
0 Likes
687

Hi,

Instead of selection screen

call screen 100.

in screen layout create a label and Display it.

Read only

Former Member
0 Likes
686

selection-screen comment 1(30) text-001.

text-001 will have 'Note: Test run is considered.'

Read only

Former Member
0 Likes
686

hi

Edited by: prabhu p on Jul 17, 2008 11:53 AM

Read only

Former Member
0 Likes
686

TEXT-100 is 'Note: Test run is considered'.

SELECTION-SCREEN : BEGIN OF BLOCK B.

PARAMETERS : P_KUNNR TYPE KNA1-KUNNR,

P_NAME1 TYPE KNA1-NAME1.

SELECTION-SCREEN : END OF BLOCK B.

SELECTION-SCREEN COMMENT 5(40) TEXT-100 .

Read only

Subhankar
Active Contributor
0 Likes
686

Hi

Use this way.

selection-screen comment 1(50) text-005.

then double click on 005 and give the text.

I think it will work fine