2009 Sep 03 1:43 PM
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??
2009 Sep 03 2:17 PM
Hi,
Check if cl_gui_frontend_services=>execute helps.
Regards,
Vikranth
2009 Sep 03 2:33 PM
>
> 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
2009 Sep 03 2:46 PM
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