Application Development 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: 

selection screen text

Former Member
0 Kudos
122

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

Former Member
0 Kudos
99

Hi,

Instead of selection screen

call screen 100.

in screen layout create a label and Display it.

6 REPLIES 6

JozsefSzikszai
Active Contributor
0 Kudos
99

hi,

try: SELECTION-SCREEN COMMENT ....

more info in SAPHelp

ec

Former Member
0 Kudos
100

Hi,

Instead of selection screen

call screen 100.

in screen layout create a label and Display it.

Former Member
0 Kudos
99

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

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

Former Member
0 Kudos
99

hi

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

Former Member
0 Kudos
99

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 .

Subhankar
Active Contributor
0 Kudos
99

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