Regarding Autoforwarding of Notifications from SAP Inbox to Externam Mail ids

Hi Experts,
   In Our Project we are forwarding SAP INBOX Notifications to External email ids using
   below settings from SBWP .
SBWP->Settings->Office Settings.
Here in the Automatic Forwarding Tab we are maintaing the Emaid Adresses .
With this setting , IT forwards all the SAP INBOX mails to the email ids which we maintained in settings.
But we want to Filter the Notifications.
How to get this?
Regards
Rama

In your call don't pass put_in_outbox = 'X'.
Don't pass the Transmission Medium in the Receiver
Like:
wa_receivers-receiver = 'mahesh.bagel at the rate cadi.com'.
wa_receivers-rec_type = 'U'.
wa_receivers-notif_del = 'X'.
wa_receivers-notif_ndel = 'X'.
APPEND wa_receivers TO gt_receivers.
CLEAR wa_receivers.
CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
EXPORTING
document_data = wa_doc_data
put_in_outbox = space   " <<
IMPORTING
sent_to_all = v_sent_all
TABLES
packing_list = gt_packing_list
contents_txt = gt_message
receivers = gt_receivers
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.
IF sy-subrc EQ 0.
COMMIT WORK.
ENDIF.
Regards,
Naimesh Patel
Edited by: Naimesh Patel on Oct 9, 2008 4:54 PM

Similar Messages

  • Sending an e-mail from SAP to multiple e-mail IDs

    I have a requirement where SAP should send e-mail to the main recipient and CC to three other recipients. The e-mail will have a PDF attachment of delivery document and the e-mail Ids are fetched from ''Storage Location'' definition maintained in customization under SPRO --> Enterprise Structure --> Definition --> Materials Management --> Maintain Storage Location. I can maintain multiple e-mail Ids here.
    However, as standard, SAP will set the indicator (or I can define) to one specific e-mail ID only and will send e-mail just to that e-mail ID.The requirement is that the e-mail Id with the indicator will be the main recipient, and all other e-mail Ids should be CCed.
    Can anyone advise how to go about this? Any OSS notes or any clue on ABAP devpt work please...
    Many Thanks in Advance
    Ravi.

    Hi
    You can have the PDFs kept in a spool. From the spool, you can send these documents through email by using the FM
    CONVERT_OTFSPOOLJOB_2_PDF
    You can also use the FM PLM_AUDIT_COM_SEND_PDF_AS_MAIL
    to create a new FM for your purpose.
    Rwd if it helps.
    Message was edited by:
            Navaneetha Krishnan

  • How can i autoforward that mail from SAP INBOX to the outlook

    Hi ,
    My Requirement is that,
    I have to send an email to outlook, whenever PO Created in SRM System
    I have created  custom workflow, i have added a sendmailtask step, i given the SAP userid to send SAP Mail to the user.
    It is sending SAP Mail to the User to his inbox perfectly.
    Now, how can i autoforward that mail from SAP INBOX to the outlook. This is has to work for all users.
    Please give some suggestions. ot it can be achived any other way.
    Note: This is Email Message not a workitem.
    I have doubt that RSWW program will work only for workitems.*
    Thanks & Regards,
    Suresh.

    Hi ST,
    what I understand from your requirement is that you are able to send messages using SendMail Step to SAP Inbox and now you want it to be sent to users Outlook.
    Here you need to create a container which would store users email address of Outlook (which would be stored in SU01 or in a ztable), use this container in your Send Mail step and in the Recepient Type as email.
    Hope it helps.
    Aditya

  • How to read a mail from sap inbox thru abap code?

    how to read a mail from sap INBOX thru abap code? can anyone tell me the technical approach? I NEED TO READ A MAIL and then need to pass the parameters to a bapi.
    Message was edited by:
            shahid mohammed syed

    Hi SSM,
    Did you manage to have your program working? I also have same requirement. I tried standard FM and BAPI but I always encounter authorization error when I tried accessing other user's mail. Thanks.
    Regards,
    Ryan

  • Purchase Requisition Work -item disappering from SAP inbox

    Hi,
    My users are forwarding  Purchase requisition work item from SAP inbox which is disappearing from agent inbox as well from forwarded inbox also.Please guide me
    Abhijit Bagade

    Hi Abhijit
    Please refer to SAP not 1308276 .Which tell about the work items.
    1308276 - WF: Forwarded work items are not displayed in the inbox
    Hope this will solve your problem
    Regards,
    Nitin Amritkar

  • Logical deletion of workitem from SAP INBOX

    Hello ,
    When we are trying to delete some work items related to generic
    decision task from SAP INBOX ,logically delte button is not visible and
    we searched in menu it is in display mode.
    The same button  is visble for other workitems related to error idocs .
    We have assigned the role to delete the work items of  type all.
    The button is visible for some type of tasks .
    We have some 30 to 40 workitems (decision task)  which are to be deleted .
    Can we use reports RSWWWIDE and RSWWHIDE without archiving of those?
    Kindly suggest us.
    Best Regards,
    Veena.

    Hi Veena,
    Please have a look at the 'Data Management guide' from service.sap.com/data-archiving, which tells you abou various options for deleting/archiving WI
    Also have a look at Note 49545.
    Hope this helps,
    Naveen

  • Login pop-up when launching Webdynpro ABAP application from SAP Inbox

    Hello All,
    We have configured our workflow to trigger WD ABAP application from SAP Inbox.
    However when we launch the workitem from SAP Inbox, we are getting a login pop-up screen in IE which prompts us to enter SAP password.
    Can you please help how can we avoid getting that login screen and how the WD ABAP application can single sign on from SAP GUI to IE for that user-id.
    Appreciate all your help.
    Regards,
    Samta.

    Hi Samta,
    You can configure User(RFC) and password for your webdynpro appl'n using SICF tcode.
    Path : /default_host/sap/bc/webdynpro/sap/(your wdp appln)
    Thanks
    Katrice

  • How can we trigger the notification from SAP backend system to SMP3.0.

    Hi All,
    Can any one help me to know is there any standard approaches available to get notification from SAP backend system to SMP3.O server after any event that has been triggered.
    Any of suggestion related to above will be helpful.
    Thanks,
    Anjali

    Hi Ekansh,
    I have few more question regarding push notification from backend.
    Refferd Link:-http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40ab6d83-b7b8-3010-65bc-d7a08f0f35f3?QuickLink=index&…
    Pushing Notifications Made Easy!!! : Push a Notification
    Have perform all the steps till creating RFC Destination to mobile platform by creating a new push service.
    I just wanted to have a clarity on target host that we are specifying should also have SMP3.0 server installed???
    Actually I am using http listener downloaded from membrane site which is running on that target host machine.
    But I am unable to get any response in my listener.
    Even wanted to know the necessity of exchange of certificate for SSL Connection.
    SMP server Certificate exchange with SAP Backend and SMP server certificate exchange with HTTP Listener????
    Because currently I am trying to have a notification from SAP Backend directly to HTTP Listener without having SMP server.
    Can u please correct me where I am going wrong.
    Thanks & regards,
    Anjali Agrawal

  • Deleted workitems are moving from sap inbox to other inbox

    hi,
    The client is receiving the workitems which are deleted from sap inbox in their inbox. How the issue can be fixed?
    Thanks,

    Hello,
    "The client is receiving the workitems which are deleted from sap inbox in their inbox"
    How are they "deleting" workitems?
    What do you mean by "sap inbox" - the SBWP mail inbox or the SBWP workflow inbox?
    What do you mean by "inbox".
    A bit more clarity, please.
    regards
    Rick Bakker
    Hanabi Technology

  • Deleting email from SAP inbox

    Hai All,
    I want to delete a  email from SAP inbox, without  logging into SAP with that person's userid.   Please let me know how to do it.
    Regards,
    H.K.Hayath Basha.

    Hi Hayath Basha ,
      You can do if you have a Workflow Administrator role and have access to Tcode : SWI5 (WorkLoad Analysis).
    Following is the procedure :
    1. Go to SWI5
    2. Provide the required parameters ;
       Resposibility :
         Type  US
         ID    User ID of whom you want to delete the WI.   
       Period :
          Choose To be processed by
    3. Execute the Report..
       Now you will see all the workitems in his inbox.
    4. Select the workitem you want to delete from the list.
    5. Double click on the workitem selected.
    6. select the menu  Goto -> Technical work item display
           You will be taken to Display workitem screen
    7. In Display workitem Screen  select the menu
           Edit -> Change
       Now you will be give a option to Delete Logically.
    8. Click on Delete Logically button to actually delete the mail from the SAP inbox.
    Let me know if this works.
    Thank you
    Srinivas

  • Outgoing mail from SAP Inbox

    Hi,
    I have a problem of the mail sending from SAP inbox to external email id. The text which Iam entering in the mail is converted into pdf format and being sent as an attachment. we are using the version 46C. Please let me know on this.
    Thanks!
    Sreenivas

    what is the issue ?
    u dont want PDF ? then chek ur settings in SCOT.
    in SCOT -->double click on STMP nore >internet>here u will get converion format settings
    Regards
    Prabhu

  • FM to send information notification to SAP inbox or external email-id

    Hi All,
    Need help. I need to send a information notification to user's SAP inbox and external mail id.Plz anyone tell which FM i can use for sending notification to SAP inbox and which FM i can use for sending notification to external mail-id??   plz help
    thanks and regards
    Nitin

    Hi,
    You can use the FM SO_OBJECT_SEND..Also please search in SDN forums..I am sure you will get lot of forums which already discuss about this..
    THanks
    Naren

  • Sending mail from sap Inbox to outlook

    Hi All,
    Iam new to SAP workflow. Here I need to send the mail from SAP Inbox to Outlook for high priority keeping red flag as icon.
    can anyone tell me how to set up this and go ahead to start.
    Thanks
    Kumar

    IF I understand you correctly, you want to send a mail to Outlook (external email address) as a step in Workflow.
    If you are on Release 6.20 or above the following solution will work. I do not remember what is available in earlier releases.
    1) Define a multiline element based on SOXNA-FULLNAME to hold the email addresses. How you populate this element with the addresses depends on your requirements.
    2) Insert a Send Mail step in the workflow.
    3) In the Mail Tab, Select 'U' as Recipient Type.
    Assign the Multi Line element defined in Step 1 to E-Mail Address.
    4) Define the Subject and the body as needed.
    Please note that you should have External mail sending from SAP enabled and a batch job that runs periodically to push the mail.
    Cheers,
    Ramki Maley.

  • Forward from SAP Inbox to Outlook

    Dear Experts,
    User would like to forward automatically  all his messages from SAP Inbox to the external mail address.
    In Inbox->Settings->Office settings->Automatic Forwarding Tab the user define address to forward and assign Forward all documents .
    The only messages that are forwards to the external mail address are in class "documents" ,
    But class "workflow"are not forward to the external mail address .
    Please advise where is the problem to forward also the class "workflow" to external mail address.
    Thanks,
    Moshe

    Hello Moshe,
    You will have to configure SMTP and SCOT for this sending of mails
    Please refer to following link for the documentation on this:
    http://mysapinkpot.blogspot.com/2007/11/configuration-sending-mails-from-sap.html
    Let me know if you have any issues
    Rohit

  • Is it possible to delete multiple e-mails from the inbox in the Mail app? If so, how do you do it?

    Is it possible to delete multiple e-mails from the inbox in the Mail app? If so, how do you do it?

    Yes, it is possible. When you are in the relevant inbox, tap the 'edit' button on right hand top corner. now select the mails you want to delete by tapping in the small circle next to the mail. keep selecting and in the end tap the red delete button that will show you how many are being deleted

Maybe you are looking for

  • Printing from Quickbooks on a mac and I get nothing?

    I got my Mac in October along withe the HP photosmart C4780.  On several occasions I go to print a check (and other print jobs also)  and it says it is sending info to the printer and nothing comes out.  Other times I will walk away from the printer

  • How to I go from 3.1 to 2.1

    Having major issues with new update

  • The 0 problem

    Hi there, I need a small tip. The problem is with the quantity. My itab has field mymenge TYPE i . But there is a small problem. When I put that value into TABLEVIEW object and column is shaded (gray background) the '0' value is visible (field format

  • Sending streaming recorded FLV to end and stop

    I'm having a surprisingly hard time doing this. I have a recorded FLV which multiple users are simultaneously pushed into starting via a NetStream, streamed off of FMS. What I would like to do is allow the presenter to at any time push everyone, no m

  • Erroneous records

    hi friends, i have load the material in master data , some errors are araised. Data Package 1 : arrived in BW ; Processing : Data records for package 1 selected in PSA - 1 er Data Package 1 ( 19071 Records ) : Errors occurred Update ( 0 new / 0 chang