SAP  office mail on EP7?

Hi everyone. Is there an iView on EP7 that can display SAP office mails? Or is this already integrated into UWL? Generous points will be awarded! Thanks!

You need to develop an UWL connector for integrating SAP Office Mail.
Check this How-to document http://help.sap.com/javadocs/NW04S/SPS09/uw/UWL_API_SAPOfficeMailExample.pdf
and check this forum posting
SAP Business Workflow
Thanks and Regards,
Prasanna Krishnamurthy

Similar Messages

  • RecordsManagement: Error in service provider for DOMEA: SAP-Office Mails

    Hi all,
    I am trying to use the default service provider for Domea:SAP office mails( RMPS_LINK_SP_MAIL).
    but i am getting an error " Standard activity not defined "  Message no. SRM_ORGANIZER106.
    can anyone please help me in this regard...
    Also the scenario i am working for is:   some particular mails coming to my out look inbox needs to be attached to the record. how to achieve this scenario....  will the above service provider helps me. or is there any other way to achieve this. I am using SAP Records Management not PSRM.
    Thanks & Regards
    kavitha.

    Hi all,
    I am trying to use the default service provider for Domea:SAP office mails( RMPS_LINK_SP_MAIL).
    but i am getting an error " Standard activity not defined "  Message no. SRM_ORGANIZER106.
    can anyone please help me in this regard...
    Also the scenario i am working for is:   some particular mails coming to my out look inbox needs to be attached to the record. how to achieve this scenario....  will the above service provider helps me. or is there any other way to achieve this. I am using SAP Records Management not PSRM.
    Thanks & Regards
    kavitha.

  • Forward SAP Office Mail to users email

    Dear Friends,
    in different wf-steps i'm sending sap-mails to Business Workplace. Is there any chance to forward them to the users email address. SAP Connect is maintained.
    Regards,
    Christian

    Hi,
    Go to transaction SO16 -> Mail sy. group -> Click "Send to home address of users".
    Other option is to change the workflows themselves, and change the mail sending steps in a way the you send the messages directly to an email address - not to user IDs.
    Regards,
    Karri

  • Regarding SAP Office Notification Connector

    Dear all
    We are on EP 7.0 SP12. We want to bring the SAP office mails to UWL.  Earlier we had deployed SONiC in our EP 6.0 and is working fine.
    I this [Link to SONiC download|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8525afd0-0d01-0010-aaa0-ac6b9e3a2907] the supported releases for EP 7.0 is given as SPS07
    Can I deploy the same for SP12? Otherwise when will the connector for latest SP's will be released?
    Thanks in advance
    Regards
    Aparnna

    If its anything like with EP6 then the SONIC part CAN be a different version to the UWL deliverables since its a different depoy file anyway.
    Since the SONIC connector is not officially supported (as far as I know) it is unlikely to be up to date SP for SP.  I would guess that this implies you should be using at least EP7.0 SP7.
    Haydn

  • Send BDC session link via SAP Office

    I know I've seen this somewhere.  If you have some code I can use, that would be wonderful.  If you even know a way to generate a SAP Office message with a link in it to process a BDC session, I'll debug it myself to figure it out and repost here.
    Basically, I'm doing a Call Transaction in a background process, if it fails, it will write to a BDC session.  I'd like to instantly send a SAP Office message to a group with a link in it to process the specific session that was generated.
    Thank you for any suggestions, code snippets, or references to where something like this is currently done in SAP.  I know I've seen it somewhere!

    Hi Ivan,
    I'm not sure of the exact details but I believe you have to change the processing type of the email action. I think there is a method call that you can select to send a mail to the SAP office mail.
    regards,
    Jason

  • Sending mail to Internet or Sap office users id -required settings

    Hi All,
    Here I am having requirement that I need to send one mail format to email id of the employees. For this I have used FM .
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
            EXPORTING
            document_data = maildata
            document_type = 'RAW'
            put_in_outbox = 'X'
            commit_work = 'X'
    IMPORTING
    SENT_TO_ALL =
    NEW_OBJECT_ID =
            TABLES
       object_header = mailtxt
            object_content = mailtxt
    CONTENTS_HEX =
    OBJECT_PARA =
    OBJECT_PARB =
            receivers = mailrec
    EXCEPTIONS
    TOO_MANY_RECEIVERS = 1
    DOCUMENT_NOT_SENT = 2
    DOCUMENT_TYPE_NOT_EXIST = 3
    OPERATION_NO_AUTHORIZATION = 4
    PARAMETER_ERROR = 5
    X_ERROR = 6
    ENQUEUE_ERROR = 7
    OTHERS = 8.
    But its not sending mail. It's giving error  the  ' DOCUMENT_NOT_SENT = 2'  due to connection error(final).
    Please let me know solution. Thanks for reading this and Verymuch thankful if you send any solution.
    Thanks&Regards,
    Prakash.

    Hi Prakash,
    firstly you should check that sending email messages works okay from SAP Office. If you can't send messages from there then you have no chance doing it from a program.
    Then, if you want to send email externally, you need to ensure the SMTP plug-in is properly configured. http://help.sap.com/saphelp_47x200/helpdata/en/af/73563c1e734f0fe10000000a114084/frameset.htm covers this.
    Then, yet again, ensure you can send messages to external recipients <b>and receive their replies</b> in SAP Office before trying to do it from a program.
    There are lots of weblogs and forum messages on sending email from ABAP. I very much prefer using the BCS Interface to do this. Check out one of Thomas's great web logs at /people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface
    Cheers
    Graham

  • How i can send a mail to the user SAP Office mailbox through the spool.

    hi all,
    I have created an report and scheduled for background and it generated a spool now how i can send a mail to the user SAP Office mailbox through that spool.
                          please provide me the sample code if possible.
                   thanks.

    Read the spool number with this...
        SELECT RQIDENT
        INTO (T_TSP01-RQIDENT)
        FROM TSP01
        WHERE RQOWNER EQ SY-UNAME
          AND RQCLIENT EQ SY-MANDT.
        APPEND T_TSP01.
        ENDSELECT.
    Use this FM RSPO_IRETURN_RAW_DATA to read the content of the spool into an Internal Table...
    Finally use this FM SO_OBJECT_SEND to send the mail to an SAP Office user...
    Greetings,
    Blag.

  • Send mail sap office

    hi,
    what difference there is in to send to mail to the sap office or to the outside of the system?
    thk.

    HI,
    You can get a good answer if you would have post the same query in SAP BASIS forum.
    To my knowledge there will a domain difference not more than that.
    Cheers!!
    VENk@

  • Send mail to sap office and outlook at same time

    Hi guru,
    Is it possible to send a mail from workflow to sap office and outlook at the same time?
    Thanks in advance
    Regards

    No you can do with one.
    You have to do this configuration.
    Go to SO16-> Mail Sy Grp->Select Send to home addresses of users
    Use
    The messages that are sent to users in this SAP System are forwarded to the users' home addresses. The home address of a user can be the Internet address of their mailbox in an external mail system (for example, Microsoft Outlook or Lotus Notes).
    Dependencies
    The home address of each user is specified in the address management for every communication method used. In the case of a mail system group, only the home address that is specified for the standard communication method of a user is of importance. The messages are forwarded to this address.
    You have to reset the address buffer on the tab page Adressing in order for address changes to become effective directly.
    Thanks
    Arghadip

  • Documnet Info record(DIS),SAP MAIL,PORTAL,SAP OFFICE

    Hello Experts,
       I have doubts on SAP mail, Portal and SAP office..
       Please find the
    1)  How can I send a document info record(DIS) Through SAP mail to
         Supplier as     a links...
        I want to send a DIS links(more than 1) to supplier using SAP mail.......
        How can I achive this please lte me know the step by step proceddure
    2)  When the supplier clciks on the link (DIS LINKS) it should connect to     
         Portal   and it should show the documnet info record.
         Please let me know the step by step procedure...
    3)   After showing the documnet info record(DIS) in the portal,If user clicks on  
         original attachmnet of documnet info record(DIS) it shoud show the drawing
         or diagam in the word or any uformat using SAP OFFCIE:
        How to Integrate Portal and SAP OFFICE
         Please let me know the details.
    Please mail me any documents related to this to my mail id
    [email protected]
    Thnaks in Advance
    Preethi DSouza

    Nikhil,
    BULL's EYE!!!
    But just one thing wonders me that why it is only for English translation? what about other languages?
    Thanks
    Rajendra

  • Send mail sap office with notification

    Hi experts,
    I send an email in sap office (Business Workplace sbwp). I want send an automatic notification with this email for warning a user
    How can i do?
    Thanks in advance.

    HI,
    You can get a good answer if you would have post the same query in SAP BASIS forum.
    To my knowledge there will a domain difference not more than that.
    Cheers!!
    VENk@

  • Archiving SAP Office documents

    Hi.
    I am looking for ways to archive mail sent from SAP. So far I have not found any archiving objects for e-mail. Are there anyone that have found a solution for archiving e-mail in archiving systems, such as CommonStore?
    Regards,
    Thomas

    Hello Thomas,
    try the report RSSOAPUT or the transaction SOY8.
    The following notes are for Reorganization of the SAP Office, perhaps this will also help?:
    <a href="https://service.sap.com/sap/support/notes/988057">Note 988057 - Reorganization - Information</a>
    <a href="https://service.sap.com/sap/support/notes/966854">Note 966854 - Reorganization - New report</a>
    <a href="https://service.sap.com/sap/support/notes/922671">Note 922671 - Deleting folder entries</a>
    Regards, Michael
    Message was edited by:
            Michael Teubner

  • The problem of integrate the yahoo mail to ep7.0

    I want to integrate the yahoo mail to ep7.0,If First I need to creat a system in the System Landscape of the ep7.0?
    my information as follows:
    <b>http://mail.yahoo.com
    user:cuizhao
    password:123456</b>
    How I can maintenance the parameter as follows?
    Authentication Method:
    Authentication Type:
    Authentication URL:
    Custom Authentication Service ID:
    Enable Authentication Assistant:
    Permanent Authentication (client-side only):
    URL Parameter for User Name:
    URL Parameter for Password:

    Hi
    Please refer to this <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2713">weblog</a>
    Hope this will resolve your problem.
    Thanks & regards
    Arun Singh

  • How to Integrate Portal with SAP OFFICE(Please help me)

    Hello Experts,
    I have doubts on Portal and SAP office..
    Please find the
    1) How to show the document info record(DIS,like cv03n or cv04n) in Portal
    Please let me know the step by step procedure...
    2) After showing the documnet info record(DIS) in the portal,If user clicks on
    original attachmnet of documnet info record(DIS) it shoud show the drawing
    or diagam in the word or any uformat using SAP OFFCIE:
    How to Integrate Portal with SAP OFFICE
    Please let me know the details.
    Please mail me any documents related to this to my mail id
    [email protected]
    Thnaks in Advance
    Preethi DSouza

    Hi Dharani,
    Please check this thread.
    How will do the connectivity with SAP and Non Sap System
    Also ensure you avoid cross-posting. This has been mentioned to you multiple times earlier.
    Cheers,
    Sandeep Tudumu

  • 'SAP OFFICE EXPRESS INFO' message not  poped up  to the  partner.

    Hi Friends,
    I have a quarry on sending express mail  while  sending email through notification process. Following are the details:
    Created notification for  customer complaint (Z1,its made for my client) entered all details and saved the notification. Now i want to send this information to PP and SD person through express mail.
    Now i go in change mode and go to same notification  then when i click 'Send E-mail' from action box menu  and selecting the partner, screen for sending mail through note  appears (was not getting same initially but later got the config correctly). Here the message is written and then i am assigning  the recipients for ex say SD, PP, QM (myself) and  ticking the box meant for sending express mail.
    When the mail is send it goes successfully, when i  save that transaction  for me (QM) the express mail is popped up that is fine  but my problem  is  my PP & SD guys do not receive  the express mail . When they go to their Inbox  they can view the  mail  but only problem  i want to address is " they should get SAP office express Info" on their screen so that they are alerted.
    I checked by changing the screen  or even by re- login  for those users but express mail not popped. Please  guide.
    Best Regards,
    Shekhar

    Hi
    Though I do not have hands on experience in SAP Office expres Info, still may be these SAP notes can help you :
    Note 331265 - Internet mail delivery notification
    Note 485372 - Confirmation of receipts not suppressed
    Note 579938 - Composite SAP note on notifications for send status

Maybe you are looking for