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

kishorepallapothula
Participant
0 Likes
480

Hi SAP Gurus,

I want to display some text on the selection screen in a box.

The text is like this.

"program to send email alert for performance bond, security deposits & insurance policies on" (need to pass date) " no.of days due before the expiry date.

This matter should be on the selection screen.

please help me, if posible with code. I am in hurry.

kishore

5 REPLIES 5
Read only

Former Member
0 Likes
459

Hi Kishore

use

selection-screen begin of block b1 with text title-text001.

selection-scvreen end of block b1.

double click on text001 and maintain u r description

please reward points for helpful ans's

kiran.M

Read only

0 Likes
459

What a long description.

Read only

0 Likes
459

selection-screen begin of block b1 with frame.

....

selection-screen uline.

selection-screen comment /20(70) text1.

selection-screen comment /20(70) text2.

selection-screen comment /20(70) text3.

selection-screen uline.

selection-screen end of block b1.

initialization.

text1 = 'enter your text code 1'.

concatenate 'enter your text code 2' no_of_days to text 2.

text3 = 'enter your text code 3'.

Read only

0 Likes
459

Hi Usha Thattamannil,

Thanks you very much. Keep it up.

Cheers,

kishore

Read only

kishorepallapothula
Participant
0 Likes
459

Usha Thattamannil

solved my problem.

bye.. all of you thanks.

kishore