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

Opening lotus notes from abap

Former Member
0 Likes
585

Hi,

I am creating a module pool program..on click of 'MAIL' pushbutton ...a lotus notes - (new momo) will be opened so that the user can write and send mail to someone through lotus notes.

Please help me how to do this integration??

Hi,

I am creating a module pool program..on click of 'MAIL' pushbutton ...a lotus notes - (new momo) will be opened so that the user can write and send mail to someone through lotus notes.

Please help me how to do this integration??

3 REPLIES 3
Read only

Former Member
0 Likes
534

Hi,

Check if cl_gui_frontend_services=>execute helps.

Regards,

Vikranth

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
534

>

> Hi,

> I am creating a module pool program..on click of 'MAIL' pushbutton ...a lotus notes - (new momo) will be opened so that the user can write and send mail to someone through lotus notes.

> Please help me how to do this integration??

Hello Vik,

I was thinking on the same lines. But how about the user name, password being input to the login screen?

B'coz when the user pushes "MAIL" button, it should go directly to compose mail screen. I dont think (rather do not know) if this is possible using the EXECUTE method.

BR,

Suhas

Read only

Former Member
0 Likes
534

Hello Suhas,

Thats true. With the execute method automatic login wont be possible. May be the requirement is limited to just opening the application and entering the user name and password is upto the user during runtime. If thats the scenario it may be useful. Else if it requires automatic login even am not sure of that.

Regards,

Vikranth