Integration of SAP with Lotus Notes

Hi Friends:
How are you all doing? I have a query for you all.
<b><u>Background:</u></b>
I have a very customer who is currently running on SAP 4.7 Enterprise Edition Version 2. They have Lotus Notes Verison 6.5 Version in place.
<u><b>Business Case:</b></u>
When an employee applies for a leave, his manager should get this notification in to his LOTUS NOTES Inbox.
Right now employee's manager has to logon in SAP to check the same. So the basic requirement is to integrate SAP inbox with the LOTUS NOTES Inbox so that person can get notification of SAP workitem (leave request) in Lotus notes without having to logon to SAP.
<b><u>Challenges:</u></b>
1) Customer does not want to upgrade to NetWeaver hence XI will be a expensive solution to accompilish the task.
2) There are third party adapters engines available through which integration can be done at the lowest possible efforts but we are not considering this option.
3) If we upgrade Lotus notes to the version such 7.0, plug-in is inbuilt but we are also not considering this particular option.
<b><i>NOTE:</i></b> We are looking at the cheapest possible option.
<u><b>Request for:</b></u>
Please let me know can it be done using ABAP language. If yes, please send me the link so that i could refer to the alternative.
Early response will be highly appreciated.
<b><i>With Best Regards
Amit Bansal.</i></b>

Hi Amit,
Can u please tel me in detail, for this sap workflow - lotusnotes integration because we have same requrement at one of my client side.
and its for leave request, trip request and travel request.
they are using ITS to fill the request.they also dnt want to execute the workflow from SAP inbox.they want a link in their lotus notes mail, on clicking there a ITS screen will come from where they can approve or reject the request.
Please reply ASAP as we have very less time to do that.
Regards
Manish

Similar Messages

  • Integration of Oracle with Lotus Notes

    Hello,
    I have a requirement to interface from my Oracle APEX application to a third party Lotus Notes application.
    This would be a two way interface
    1) Lotus notes app to call an Oracle packaged procedure to insert into some Oracle tables
    2) Oracle APEX App via a Table Trigger to insert into a Lotus Notes table
    After the inserts it should be possible to view the data in the Oracle APEX app and in the Lotus Notes app
    I am a complete novice to Java but I understand JDBC could be a good method to solve this requirement
    For the two way interface the Oracle code would be
    1) Lotus notes app to call an Oracle packaged procedure to insert into some Oracle tables
    te_pkg.insert_project
    (I_work_request_no IN VARCHAR2
    ,I_description      IN VARCHAR2
    ,I_originator_email IN VARCHAR2
    ,I_auth_user_email IN VARCHAR2
    ,I_it_manager_email IN VARCHAR2
    ,I_raised_date IN DATE
    ,I_latest_est_days IN NUMBER
    2) Oracle APEX App via a Table Trigger to insert into a Lotus Notes table
    CREATE OR REPLACE TRIGGER TRIG_proj_AFTER
    AFTER
    UPDATE ON Project FOR EACH ROW
    BEGIN
    IF :new.status = 3 THEN -- Project Completed
    ** INSERT INTO Lotus notes temp table with :new.work_request_no, :new.status
    END IF;
    END;
    Any suggestions and code snippets, particularly for pushing the Project Status INSERT to Lotus Notes would be appreciated.
    I stress again I am a complete novice to JAVA so simple step by step instructions would help.
    Kind Regards
    Ade

    Check whether these will help.
    JDBC connectivity with Oracle in Domino-Part I
    JDBC connectivity with Oracle in Domino-Part II
    JDBC connectivity with Oracle in Domino-Part III

  • Integration between "SAP PI-Lotus Notes/Domino"  "SAP PI-PeopleSoft"

    Hi all,
    I have been working  with XI (most of the time integrating SAP systems and third parties) for years but now i face following situation, i have to integrate SAP systems with Oracle systems, Lotus systems, Peoplesoft systems and so on, using XI.
    I have achieved SAP-XI-Oracle integration using JDBC adapter but i do not know what is the best practice when trying to do the other integrations.
    I ve read that adapter engine XInotes is a good approach in PI-LOTUS scenarios, so the JDE adapter (iway) for the PI-PEOPLESOFT. But, is there a way to achieve my requirements with the standar adapters without too much effort in the backends and not too much programming in XI?
    i know there is no perfect solution but any help will be much appreciated (and of course, rewarded with points)
    Thanks in advance and best regards,
    David

    Regarding Peoplesoft
    think it all depands on the amount and types of interfaces and data needed needed to be transfered between the systems.
    We need to go over the Iway solution and see what are the featyres given by the adapter.
    (from a brief read of the iway pdf) i saw they use the same methods (XML,SOAP,IDocs) to interact between systems.
    the adavtage of Iway might be the fast implementation (out of the box maybe) and that there might be no development needed...big adavantage.
    But some times the use of XI fits better because of the costs of the adapter or the ability to be a hub and send this data to other systems as well (again I'm not familiar with I-way solution so maybe they can do it to if they have a development enviorment for the adapter).
    I reccomand you to contact I-way and get as much info as possible then decide wether its better to go with XI or the adapter.
    I give you an example from SAP...
    the CRM solution comes with an application called data migrator or something like that,this tool synchronize master data betweenn the SAP CRM and SAP ERP...this tool was written for the CRM and becasue of that fits well for the integration (4000 software developers can't go wrong.... )
    For this integration between the systems XI is not a match for my opinion and it will take some developments in XI (the easy part) and in ABAP for the CRM and R3(not so easy part) to integrate thouse two.
    So......
    Go over the Blue print or understand the customer integration needs and scenarios.
    Then decide according to the I-way information on the adapter which way is the best..XI or 3rd party adapter.
    By the way webmethod is an instegration tool like XI and as I recall they dont have a Peploe soft specific adapter.

  • Integration of SAP CRM 7.0 with Lotus Notes 8.5 ?

    Hi,
    Just wandering if anyone has integrated CRM 7 with Lotus Notes 8.5 successfully lately? I am runing into problem installing the Groupware Connector.
    Aug 30, 2010 4:13:37 PM  ...sap.gcn.Logger.trace(Logger.java:134) [Domino.R5.ConnectionSys-local-8] Error: java.lang.UnsatisfiedLinkError: no nlsxbe in java.library.path
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at lotus.domino.NotesThread.load(Unknown Source)
         at lotus.domino.NotesThread.checkLoaded(Unknown Source)
         at lotus.domino.NotesThread.sinitThread(Unknown Source)
         at com.sap.gcn.dominor5.local.ConnectionSysHandlerLocal.init(ConnectionSysHandlerLocal.java:42)
         at com.sap.gcn.dominor5.ConnectionAbstract$ConnectionAbstractThread.init(ConnectionAbstract.java:130)
         at com.sap.gcn.dominor5.util.Adapter$AdapterThread.run(Adapter.java:136)
    Aug 30, 2010 4:13:37 PM  ...sap.gcn.Logger.trace(Logger.java:134) [main] Error: com.sap.gcn.ConnectorException: [ERR: 9]: Unspecified error: java.lang.IllegalThreadStateException: Thread is canceled
         at com.sap.gcn.dominor5.ConnectionAbstract.close(ConnectionAbstract.java:62)
         at com.sap.gcn.dominor5.GroupWare.releaseConnectionSys(GroupWare.java:563)
         at com.sap.gcn.dominor5.GroupWare.initialize(GroupWare.java:100)
         at com.sap.gcn.dominor5.ConnectionTest.testConnection(ConnectionTest.java:81)
    Caused by: java.lang.IllegalThreadStateException: Thread is canceled
         at com.sap.gcn.dominor5.util.Adapter.checkBridgeThread(Adapter.java:95)
         at com.sap.gcn.dominor5.util.Adapter.invoke(Adapter.java:47)
         at com.sap.gcn.dominor5.ConnectionAbstract.close(ConnectionAbstract.java:57)
    Regards,
    Kevin

    Can you please try to do the following in the steps .
    1) Search for the file nslbe.dll which can be in the folder c:\program files\notes . Add the location to the PATH variable in the environment variables.
    2) Go to the installation folder for Lotus notes which might be c:\program files\Lotus\Notes\jvm\lib\ext . In this folder please put the following files Notes.jar,mail.jar,activation.jar, nslbe.dll. Please do take care that you will need to add the files in the folder ..\jvm\lib\ext
    3) Add the ..\jvm\lib\ext folder location to your environment variables.
    4) Create a environment variable JAVA_HOME and add the location of the jre-bin,lib and the JDK-bin,lib to this.
    Restart your Server and the system where in you want to install the connector and try to run the installation again .

  • SAP CRM Integration with lotus notes & blackberry (Mobile application) ?

    Dear Experts,
    Can any one pls explain me rough step in SAP CRM Integration with lotus notes & blackberry (Mobile application) ! I dont want detailed steps but pls explain me some important steps for this integration. Also pls tell me which standard SAP document i hve to refer for it !
    As i am totally new to such integraion. pls help me out of this !!!! Helpful answer will be rewarded with full points.
    Regards,
    Amol Tambe.

    Hi Amol Tambe,
    Please refer the following SDN threads to find more information about SAP CRM and Lotus notes integration:
    Re: Integration of SAP CRM 7.0 with Lotus
    Re: Need the connectivity between CRM and Lotus Notes.
    However, the above discussion is for CRM online and Lotus notes integration.
    Hope this helps!
    Regards,
    Chethan
    Edited by: Chethan Kumar C M on Sep 27, 2009 9:41 AM

  • SAP integration with Lotus Notes

    Hello Experts,
    As we can do MS-Outlook integration with SAP BOne,my client is using "Lotus Notes",so if I want to integrate it with SAP Business One How it will be possible.
    Plase let me know,
    Thanking You!
    Gauraw

    Hi Gauraw,
    Some information a colleague found on this:
    ==================
    How to connect Microsoft Outlook with Lotus Notes e-mail servers                                                                               
    As none of the applications are SAP B1, the best resource is from         
    Microsoft and IBM                                                                               
    How to connect Microsoft Outlook with Lotus Notes e-mail servers          
    http://support.microsoft.com/kb/290834                                                                               
    Use Outlook to access your Lotus Domino mailbox                           
    http://office.microsoft.com/en-us/outlook/HA010739021033.aspx                                                                               
    Deploying Microsoft Outlook Connector for Domino                          
    http://office.microsoft.com/en-us/orkXP/HA011364481033.aspx               
    ==================
    Also:
    The SBOMailer Service uses SMTP for sending emails - that means if the  
    Lotus Notes have an SMTP gateway/connector your client will be able to  
    use it for sending emails. Be aware that the gateway should not use SMTP
    authentification (please see the note 782611). In that case you should  
    use an additional program between Lotus Notes and SBOMailer Service.    
    ==================
    Any other intergration does not exist to the best of my knowledge.
    Hope some of this is useful.
    Jesper

  • CRM 2007 Integration with Lotus Notes 8.0 (Groupware Integration)

    Hi
    We are doing CRM 2007 Integration with Lotus Notes 8.0. So i need your help in this regard.I have the following documents with me.....
    a) SAP CRM Groupware Connector Relase 4.0 (Installation Guide)
    b) SAP CRM Groupware Connector Relase 4.0 (Administrative Guide)               c) MapBox 4.0 sp 11             &
    d) Groupware Integration installation Guide.
    We have started with Groupware connector Release 4.0 Installation guide
    We stucked at
    5.3 Installing Lotus Domino Groupware Connector
    Procedure
    1. Log on to your host using prepared Groupware Connector's administrative account.
    2. Launch setup.exe
    3. Click Next on the Welcome screen.
    4. Read the text on the Installation Prerequisites screen and check if your computer meets all the software
    and hardware requirements. If yes, press Next.
    5. Select the type of SAP Groupware Connector you want to install. Check if you want to install instance of
    Default Groupware Connector Proxy. Then press Next, wait while setup routine detects required
    software.*
    Now my questions are....
    1. Where will this setup.exe come from?
    2. Do we need to install the things in the same mannare listed above a,b,c,d?
    3. As we are implementing CRM 2007, i hope we dont need install Mapbox.
    Please help me in successfull Integration.
    Thanks in Advance,
    Ajay.

    Hi Peter & Stephen
    Thank your very much for quicke replies.
    Peter in one of the messages Martin Dauer  wrote the following recently on Oct 23 08. , so do you want me to confirm once again before proceeding further.
    Re: Link between sap crm 2007 with lotus 8  
    Posted: Oct 23, 2008 10:30 PM    in response to: Naveen Raju       E-mail this message      Reply 
    Hi Naveen,
    thanks for your detailed description. This is exactly the way how the Client GWI is getting set up. one little remark from my side on the steps.
    The user field are not required to be filled if you use Lotus Notes. this is only for the case of MS Outlook where you can start the synch from the OL Screen as well.
    The password field is not used with either groupware system. So you leave it blank and with the first replication run you are asked to type (and maybe save) your password. it is there as the application is shared with Mobiel sales as well and therfore we could not get rid of it.
    Supported platforms
    In general both the server and client GWI were tested with Lotus 8.0 and CRM 7.0.
    For server GWI Domino 8 is already supported for greater CRM 5.0, so should work with LD 8.0.
    The installation guide for GWI is available here ...
    http://help.sap.com/saphelp_crm60/helpdata/en/44/559f3699d908fae10000000a422035/frameset.htm
    I case of further issues pls contact me by mail or to this post.
    best regards.
    Martin
    Thanks & Regards
    Ajay

  • Integrating javamail with lotus notes?

    Dear All,
    The organization I am now working in have a well established email infrastructure based on Lotus Notes. We are now taking the responsibility to develop the web mail service for users accessing their Lotus Notes emails via WWW. In this case is it possible to use JavaMail to accompanish this task? I have no experience with Lotus Notes, what protocol do I have to use to communicate with Lotus Notes? If JavaMail is not suitable for this task, is there any other products which can help?
    Thanks a lot for your help!
    regards, wil

    Dear All,
    The organization I am now working in have a well
    established email infrastructure based on Lotus Notes.
    We are now taking the responsibility to develop the
    web mail service for users accessing their Lotus Notes
    emails via WWW. In this case is it possible to use
    JavaMail to accompanish this task? I have no
    experience with Lotus Notes, what protocol do I have
    to use to communicate with Lotus Notes? If JavaMail is
    not suitable for this task, is there any other
    products which can help?
    Thanks a lot for your help!
    regards, wilLotus Notes/Domino enables one to access it's mail services via several protocols other than just Notes RPC. For example, one could use HTTP, POP3, and IMAP4...all accessing the same mail backend services. Mail repositories are in the proprietary Notes database (NSF files). These databases contain designs which enable different behavior based on the the protocol/client accessing the mail store.
    The Notes/Domino Server has all the above protocols native (as well as smtp) to the server, all you have to do is turn on the protocols you want to support, and vioala!...It's really quite a robust messaging infrastructure.
    Based on what you described, I'm not sure why you'd need JavaMail...just leverage the services you already get with the Domino infrastructure.
    Good Luck.
    Darrin D. Nelson

  • Set up Workflow with Lotus Notes

    Does anybody know a procedure or a guide to configure the Sap Workflow with Lotus Notes?
    I would like to do a scenario looks like follow:
      - a user create a purchase order on Sap;
      - the workflow system sends a email to an approver (to Lotus Notes);
      - the approver reads the email and can approve or reject. This step is done inside Lotus Notes.
    Thanks in advance for any help.
    Renato.

    Hi ,
    You can achieve it in following simplest
    1. Create a simple BSP page for approval and Rejection.
    Send the link of this page in the mail to the lotus notes server . Lotus notes user will open the mail and he will click on the link to get the BSP page .
    Handle the process that should happen after the user makes an action in the "OnInputProcessing" event of the BSP page.
    Pls reward if useful.
    Regards,
    Laxman Nayak.

  • Connect STS with Lotus Notes

    Dear Gurus:
               I need to connect the "send mail" option in STS with Lotus Notes.
    How can I do this?
    Thanks in advance!
    Pablo.

    Hi,
    This is more related to connecting sap to lotus notes (nothing to do with STS). Talk to basis about this there's a step by step guide on notes site on this. they will have to create a RFC destination to notes box also configure the nodes using tcode SCOT.
    Let me know if you need any more information.
    thanks

  • Oracle Portal with Lotus Notes Databases

    We have Web-enabled Lotus Notes Databases as part of our Intranet has any one else found a successful method for integrating these into the Oracle Portal?

    Hi Emma,
    I guess you have posted two topics for the same issue. I have replied to the other topic.
    You can access that topic with the following URL:-
    Oracle Portal with Lotus Notes Databases
    Take care,
    Manoj

  • Mail from SAP to Lotus Notes

    Hi All,
          Is it possible to put a image in the body of the mail which is sent from SAP to lotus notes? Is so , do we need to upload the image in SAP.
    With Regards,
    Ranganathan.

    Hi,
    You can upload images via transaction SE78 or SMW0.
    However, you can directly attach the inage file and send the mail using FM
    SO_NEW_DOCUMENT_ATT_SEND_API1
    SO_NEW_DOCUMENT_ATT_SEND_MAPI
    Regards,
    Shashank

  • "Unexpecte​d Error" When Syncing with Lotus Notes Calendar

    I continue to get an "Unexpected Error" message from the Blackberry Desktop Manager when I attempt to sync with Lotus Notes Calendar. I have been syncing without issues for a couple of weeks now; this error just started yesterday.
    Here are the "Error Signature" details:
    AppName: desktopmgr.exe 
    AppVer: 4.3.0.17
    ModNam: Insections.dll
    ModVer: 7.1.1.48
    Offset: 001a28dd

    Hi  Tgunter, and welcome to the forums!
    Please send the Type of PC, Operating system
    Version of desktop software you are running, and if you have
    Reinstalled it, or have installed a different version lately,.
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Address Book sync with lotus Notes is possible

    Hi,
    I'd like to know if it is possible to sync Personal Address book with lotus notes?
    Or there are Ip phone services that can query address book of lotus notes?
    Regards
    MC

    I developed an application for a German customer who is using Lotus Domino too.This application should be accesed through Services button on IP Phone This application queries Domino directory or Notes Personal Address Book via WebServices and displays results on IP phone. You can find a User Manual in german on my website http://www.arsnet.eu/workshop/iBOS20-Cisco-DE-pptA4.pdf . I can develop this Application in English too.
    Regards, Robert

  • How do I set up PSE13 to e-mail photos with Lotus Notes?

    How do I set up PSE13 to e-mail photos with Lotus Notes?

    The Three Best Alternatives for Security Questions and Rescue Mail
         1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
         2.  Call Apple Support in your country: Customer Service: Contact Apple support.
         3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

Maybe you are looking for