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

Note on selection screen

Former Member
0 Likes
1,524

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
Read only

BH2408
Active Contributor
0 Likes
940

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
Read only

BH2408
Active Contributor
0 Likes
941

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

Read only

Former Member
0 Likes
940

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.