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: 

Interfacing between SAP ECC 6.0 and Lotus Notes

Former Member
0 Kudos

Hello Guru's,

I have a requirement where I need to catch billing document number from Lotus notes interface and send related information back to it.

Agreed approach to hadle this is using webservices.

Could you please guide me initial steps how to do it?

From SAP side, i have created RFC enabled function module and created Webservices from Menu path

utilities -> More Utilities -> Create Webservice -> From function module.

Any help on this topic would be very much appreciated.

Thanks

2 REPLIES 2

Former Member
0 Kudos

Hi Pankaj,

Your RFC-enabled FM on SAP side, which you've deployed as a wS is supposed to receive billing document numbers and return info related to those billing documents.

You just have to call this WS in Lotus Notes and take the returned info to process/display in Lotus Notes.

So you're already on the right track. What else do you want to know, please feel free to ask?

Cheers,

Anirut W.

0 Kudos

Hi Anirut,

Thanks for your response.

How will my function module be visible to Lotus notes? I have an understanding that there should be some way lotus notes should know about this function module .

Do you know how can we setup the connection?

Thanks Anirut.

Pankaj