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

Exchanging data between SAP and Lotus Notes

Former Member
0 Likes
553

Hi,

Dear All,

I need to work on the above. Any tips or feedback from you will be appreciated -

what tools / scripts do you use, where can i find good documentation / examples / books etc ?

Thanks in advance!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
526

Hi,

Yes it is possible to exchange data between SAP and Lotus Domino server.

If ur requirement is to view sap mails from SAP inbox from Lotus Domino server then do the following,

1. Download the lotus connector from lotus web site. it is available free on the internet.

2. This connector u have to configure on the lotus server.

3. The connector uses rfc connection to have communicaiton between sap and lotus.

4. Entire documentaion is available with the connector itself.

5. U just have to restart the lotus domino server (R5 in my case).

hope this gives u some idea about integration.

Reward if helpful...

Varishtah.

Hi,

Dear All,

I need to work on the above. Any tips or feedback from you will be appreciated -

what tools / scripts do you use, where can i find good documentation / examples / books etc ?

Thanks in advance!

2 REPLIES 2
Read only

abapdeveloper20
Contributor
0 Likes
526

Hi ,

I'm currently working under the same model.

First you need some middleware tool to achieve the data exchange between two systems. In my case Busineess connector helps to acheieve this.

This type of model requires java agents , servelts BAPI has to be written to figure out the bridge between two system for data sharing.

Revert me back if you hv any more query.

Reward points if my reply is helpful

~Lakshmiraj~

Read only

Former Member
0 Likes
527

Hi,

Yes it is possible to exchange data between SAP and Lotus Domino server.

If ur requirement is to view sap mails from SAP inbox from Lotus Domino server then do the following,

1. Download the lotus connector from lotus web site. it is available free on the internet.

2. This connector u have to configure on the lotus server.

3. The connector uses rfc connection to have communicaiton between sap and lotus.

4. Entire documentaion is available with the connector itself.

5. U just have to restart the lotus domino server (R5 in my case).

hope this gives u some idea about integration.

Reward if helpful...

Varishtah.