‎2007 Aug 15 7:43 AM
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
‎2007 Aug 15 7:48 AM
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
‎2007 Aug 15 8:16 AM
‎2007 Aug 15 8:40 AM
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'.
‎2007 Aug 15 10:06 AM
Hi Usha Thattamannil,
Thanks you very much. Keep it up.
Cheers,
kishore
‎2007 Aug 15 10:07 AM
Usha Thattamannil
solved my problem.
bye.. all of you thanks.
kishore