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: 

Note on selection screen

Former Member
0 Kudos

Hello friends,

I have to dipslay a samll not on the selection screen. Basiclly a note to th end users as whats the purpose of the program would be. May be about 5 line description.

How would I add this note to the selection screen.

Any Suggestions.

Ster.

1 ACCEPTED SOLUTION

P561888
Active Contributor
0 Kudos

Hi ,

write the code like this...

selection-screen skip 2.

selection-screen comment 1(65) text-s02.

selection-screen skip 1.

selection-screen comment 1(65) text-s03.

selection-screen skip 1.

selection-screen comment 1(65) text-s04.

selection-screen skip 1.

selection-screen comment 1(65) text-s05.

selection-screen skip 1.

regards,

Bharani

2 REPLIES 2

P561888
Active Contributor
0 Kudos

Hi ,

write the code like this...

selection-screen skip 2.

selection-screen comment 1(65) text-s02.

selection-screen skip 1.

selection-screen comment 1(65) text-s03.

selection-screen skip 1.

selection-screen comment 1(65) text-s04.

selection-screen skip 1.

selection-screen comment 1(65) text-s05.

selection-screen skip 1.

regards,

Bharani

former_member188685
Active Contributor
0 Kudos

you can Create the Program Documentation . For this Go to menu

Go to -> Documentation

here you maintain the documentation and activate, when you execute the program you can see the Help button in the selection screen application toolbar. this way you can show the help and some info about the program.