Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
faisal_altaf2
Active Contributor

A day before yesterday I got one requirement to send mail to internal users. It was my first experience for such requirement so I tried to search out the solution, after a little search I found some Function Modules for this, but my requirement was a proper application. So I stared working on it, now I have done with it and think to share with all you people.

Because I wanted to send mail to multiple user at the same time so I had to use Select Option with extension button so I used Sub Screen and for mail body text I used text editor. So I think it will be helpful especially for the beginners to understand the usage of Sub Screen and Text Editor. I did one more thing to add signature in text editor which can also be of your interest.

Download .nugg file using link bellow and install this to your system using SAPLink.
Download SAPLink .nugg

Note: After Installing to your system Please active all object included in .nugg. I have assign a T-Code ZIMAIL to this application which is also included in .nugg. you can change accordingly.

 

Main Screen


 

Main Program

 

Screen 9001 in Screen Painter

 

Flow Logic of Screen 9001

4 Comments