Application Development 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: 

Starting Lotus Notes creating a new mail

Former Member
0 Kudos
167

Hi everybody,

Problem:

1.) When the user presses a button within a SAP-

transaction Lotus-Notes should be started automatically

creating a new mail too.

2.)The attachment (a pdf-file (sapscript-output))

should be appended.

3.) The recipient's e-mail-address should be filled out

automatically.

4.) When Lotus has create the new mail it should wait

until the user has entered additional comments.

Attention:

FM's like SO_NEW_DOCUMENT_SEND_API1 etc.

didn't work, because they are sending a mail and did not

invoke the Lotus client.

System: 4.7

WAS 6.2

Every user has installed a SAP-GUI

and the Lotus Notes client!

Does somebody have any experience in this?

Thanks in advance

BR

Michael

Message was edited by: Michael Bauer

Message was edited by: Michael Bauer

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos
137

Hi,

I have no idea about Lotus Notes. But if Lotus Notes has activeX controls for all the functions which you are talking about, yes your requirement can be accomplished.

Have a look at this weblog. https://weblogs.sdn.sap.com/pub/wlg/754. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

This will give you an idea as to how controls can be used within ABAP.

Regards

Raja

6 REPLIES 6

athavanraja
Active Contributor
0 Kudos
138

Hi,

I have no idea about Lotus Notes. But if Lotus Notes has activeX controls for all the functions which you are talking about, yes your requirement can be accomplished.

Have a look at this weblog. https://weblogs.sdn.sap.com/pub/wlg/754. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

This will give you an idea as to how controls can be used within ABAP.

Regards

Raja

0 Kudos
137

Hi Durairaj,

thanks a lot for your answer.

The weblog gave me an idea, how it could work.

But now i have to find out, wether a ActiveX Control exists for Lotus or not ...

BR

Michael

0 Kudos
137

Hi Michael,

If you manage to make it work do share it with us.

Regards

Raja

0 Kudos
137

No problem!

BR

Michael

0 Kudos
137

Hello Michael,

could you send to me a document about how you solved this ?

Thanks in advance

aisanch@yahoo.com

Aitor

MichaelSambeth
Product and Topic Expert
Product and Topic Expert
0 Kudos
137

Hello Michael,

could you share the solution with the community through a post or weblog?

Thanks very much,

Regards

Michael

PS: some customers are launching the Notes Client through the registrered program call (e.g. use IE and paste the following in the address bar: notes:///names.nsf). By doing so you can launch documents or create new documents - but I'm not aware of passing parameters that way)