Forwarding FAX error message from SAP Connect to  user outlook e-mail ID

Hello,
We have a few POs sent by FAX to vendors using top call .Some times FAX does not transmit the PO to vendor . The status of the message is updated as error in SAP connect( t-code SOST) . The user who released the PO or recreated the   message is getting the mail to his/her SAP inbox with PO number XXXXXX is not trasmitted due to ............. .
The programs  SX_OBJECT_STATUS_RECEIVE , SO_STATUS_DOC_SEND are getting the update from SAP connect , compiling the update message and sending mail to SAP inbox .
We ahve a requirement that the user be notifed to the outlook that the PO has not been transmitted to Vendor so that hey can take alternate action .
Is any one using this functionality or suggest a way  to send only the FAX error messages to buyer/releaser to his/her outlook .
Thanks
Venkateswara Rao Yeleswaram

Hi Thareq,
I am also having the similar problem.
When ever a notification is created, Champion is receiving the messages daily to his outlook though reminder functionality doesn't exist in the workflow.
"Your Workflow inbox in the SAP system MEP, client 100, contains the following work item:"
Can you please let me know how this has resolved in your case. Your reply would really help me out to solve my issue.
thanks.

Similar Messages

  • Error Message from  SAP GUI

    Hi,
    I have designed a Custom screen for one of my requirements. However when the screen is displayed, I am facing an error message from SAP Front End Server that  says " Erroneous data received from server. Application may not work correctly".
    What could be the reason ?
    Thanks & Regards,
    Venkatesh.

    Hi,
    Please check the belos SAP notes
    1453114    Maximum string length
    1161022    Dialog box "Erroneous data received from server"
    1524462 - Erroneous Data received from server. Application may not work correctly.
    Regards,
    Naveen.

  • Mail to be sent from SAP inbox to user outlook

    Dear All,
    Any idea of sending the mails automatically present in SAP Inbox  into user outlook inbox.
    All at a time cannot schedule all the users.
    Only once we can schedule.
    Regards,
    Anand.

    Hi,
    refer http://wiki.sdn.sap.com/wiki/display/ABAP/SendSpoollistofbackgroundjobtoSAPinbox
    Thanks,
    Chandra

  • Collect Error Message from SAP program to BSP Page

    Hi Experts,
    I am displaying an error message in the form of pop-up Message  in a Screen based on a condition using BADI on R/3 screen , but when i am calling the screen from Portal (BSP PAge) I am unable to see the Error Message which is being displayed as a pop-up in r/3..
    How to catch the error and display in BSP Page.....
    I have searched the forum but didnt find any suitable replies....
    Plz help
    Regards,
    Srikar

    Hi Srikar,
    It depends.
    Generally though you display a message in SAPGUI it does not display automatically in BSP.
    Some times you have to manually write some code to populate and display a message in BSP.
    First you need to find the BSP page and write some code to display error messages in the same..
    Regards,
    Sreekanth

  • Error message from trace result-SAP BI

    All,
    I got an error message from RSRT trace-you have no authorization for info provider---EYE 001.
    WHAT IS MEAN BY EYE 001???

    Hi,
    Please check the belos SAP notes
    1453114    Maximum string length
    1161022    Dialog box "Erroneous data received from server"
    1524462 - Erroneous Data received from server. Application may not work correctly.
    Regards,
    Naveen.

  • When trying to connect to Airplay speakers I get error message "The  network connection timed out" although some sort of connection is made as the speaker is turned on.  Same thing with Apple TV.  Is the distance from my speaker/ TV the problem?

    When trying to connect from iTunes to Airplay speakers I get error message “The  network connection timed out” although some sort of connection is made as the speaker is turned on.  Same thing with Apple TV.  Is the distance between my PC and the speaker or the AppleTV the problem?

    Hi whitwick,
    If you are having issues with your network connection when attempting to use AirPlay, you may want to use the steps in this article to troubleshoot -
    iTunes: Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS5209
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Database Connection Error: Cannot obtain error message from the server

    I have a SQL statement that wants to add a temp table to the database.   The SQL statement works fine but when I try to add it via 'Add Command' feature in Crystal XI R2, I get the following error message:
    Database Connection Error: Cannot obtain error message from the server
    Any ideas?
    Thanks in advance,
    Zack H.

    Hi Raghavendra,
    I am using this in the 'Add Command' feature but I get the error message displayed in the subject line:
    CREATE TABLE #TibetanYaks(
    YakID char(4),
    YakName char(20) )
    INSERT INTO #TibetanYaks (YakID, YakName)
    SELECT  LastName, FirstName
    FROM      Employee
    WHERE      EmployeeID between '2000' and '3000'
    I haven't tried to add this as a stored procedure but I imagine it will work as I have no problems yet with stored procedures.  I simply want to be able to use temporary tables for the sole purpose of that session and not creating anything static in the database.
    By the way, even though I get the error message, when I look on the backend database, I see that the temporary table was successfully created...its just not brought across correctly in Crystal.
    Any ideas?
    Zack H.

  • I have a Free Agent external backup hard drive connected to my iMac Intel desktop via USB.  Why do I get an error message, from time to time, upon startup stating: "disk was disconnected improperly, always eject disk before disconnecting"?

    I have a Free Agent external backup hard drive connected to my iMac Intel desktop via USB, I never unplug it.  Why do I get an error message, from time to time, upon startup stating, "Disk was disconnected improperly.  Always eject disk before disconnecting."?

    I never unplug the external harddrive, and the error message comes up only occassionaly upon startup.  Maybe the USB connection gets disrupted enough to cause the computer to see it as disconnected and then reconnected while the iMac is powered.

  • I just updated software for my ipod..each time i connect my ipod i get a error message from itunes..a error message of 0xe800000a   what does that mean????

    i just updated the latest software for my ipod....now i'm getting a error message from itunes of  0xe800000a   what does that mean???? 

    See:
    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting

  • A way to display error messages from the program

    Dear all,
    I am looking forward to display a set of error messages(in a internal table) during the execution of the program to the user.
    I wanted to know the better way of displaying error messages from my program with more options.
    Well I tried out using displaying errors as ALV list/Grid or as simple list processing.
    But I found some  stanadard transactions (Like in MM and FI  where errors are shown in a better way, but failed to find out how they are done.
    Please guide me.
    Thanks in advance
    Aryan

    Try to use application logging it has a very good way to display a set of messages.
    [http://abap4.tripod.com/Using_Application_Logging.html|http://abap4.tripod.com/Using_Application_Logging.html]
    Run this report in se38 an example sap report to understand logging way to show a set of messages
    Report Name  :  SBAL_DEMO_01
    Edited by: Vighneswaran CE on Dec 19, 2010 3:01 PM
    Edited by: Vighneswaran CE on Dec 19, 2010 3:11 PM

  • HP Officejet Pro 8610 fax error message

    Good morning.  I have two Officejet Pro 8610s.  One is in my office running MS Office 7, the other is at home running Mac.
    To conserve power I have both printers set to turn off in the evenings.  Neither is being used as a fax machine and neither has ever had the phone cord plugged in.
    On both printers I am consistently getting the error message "Telephone cord is connected. To receive faxes, the printer must be turned on.  Note that the printer is scheduled to be turned off at XX:XX every (days listed).  To change the schedule, use the Schedule On and Off feature in the Setup menu."
    Almost everytime I go to make copies or initiate a scan from the printer I have to click "OK" for this error.  The error also pops up about every 30 minutes and makes a ding.   This wouldn't be annoying at all except the printer is positioned next to my left ear and I"ve been listening to it for six months.
    How do I stop these messages, aside from removing the scheduled turn off and on? 
    Thanks in advance for the assistance.

    Hello @drummer12345 ,
    Welcome to the HP forum.
    I understand that you are getting a fax error message form your two 8610's. I would like to help you with this issue.
    I find it odd that you get this message. You mentioned that you have never set the unit up for fax.
    Please take a moment and make sure that no cords are plugged into the Fax ports on the printer.
    If there are none, go into the setup menu.
    Once in the setup menu, select the fax setup option.
    Go into the advanced fax setup option.
    scroll to the bottom of the list and select restore defaults.
    If that does not work try a hard reset.
    With the printer powered on, unplug the power cord.
    Wait at least 30 seconds.
    Plug the power cord back into the printer.
    If this was happening to just one printer, I would believe this to be a firmware issue.
    For this to happen to both your printers, I  get a feeling it could be something related to the printers environment.
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • Fax Cover Sheet from SAP / Rightfax

    Hi,
    My requirement is to generate a cover sheet whenever a PO/SO/any document is faxed. We have Rightfax through SMTP/SAP Connect configured. Rightfax does provide a generic cover sheet option but it can only contain the fax numbers and recipient name. It suggests to use SAP Cover sheet. Have few questions, and here they goes:
    1. How can I enable SAP Coversheet? Even after checking the option for cover page I am not able to get any cover page and may have been disabled. I've also checked SAP note 553113 but wanted to check if there's any other way as well.
    2. After I have enabled cover sheet and lets assume the Standard cover sheet is copied in a ZForm, how can I ensure that always the zform cover sheet will processed? I am not able to find any configuration setting for it. I've research to find that SAP uses SO41 OFFICE-TELEFAX coversheet. This observation can be seen when I goto SO02 -> New Message -> Goto -> Fax , a pop up window appears which asks for Fax details. On Top Right, one can check the cover page option but the Coverpage is always specified as 'STANDARD'.
    3. Researched a lot. SDN & Google but not able to come to a conclusion for any specific solution. Appreciate if anyone has worked on this requirement, please share their ideas. There's no much help available as well (seen as much available links in SDN and Google). Basically, the requirement is just to generate a generic fax cover sheet from SAP.
    Thanks,
    Santosh Verma

    Hi,
    Thanks for your time in looking the issue.
    @ Sandra,
    I've already researched on SDN and google and have visited this link as well. It wasn't of much help. But thanks again.
    @ Weidong,
    Actually thought of that solution but wanted to check if there's any generic way. Please let me know further on 'You need change configuration for fax - output type.'. Are you referring to NACE output type configuration?
    Let me add more:
    1. If we set the Parameter 'BCS_NO_FAX_COVER' to 'X' in TMV/SM30 'SXPARAMS', this way, the Fax cover sheet from SAP can be enabled of disabled. This cover sheet uses the Form OFFICE_TELEFAX_M in SE71 (SO43). What worries me, even if I copy the standard to custom, how to make sure that custom form is printed as there is no place where i am able to find any configuration. SAP note 553113 says to edit this form in SE71, that's it.
    2. The other solution is right fax generic cover sheet. Which is generated right now, but with limited info. The Right Fax documentation recommends to use SAP Cover Sheet as the Right Fax cover sheet does not provide much details except Senders Fax No, Recipients Fax Number and Name. This cannot be of much help.
    3. Use a custom form. A custom form which will contain cover sheet data, independent of SAPConnect. This form has to be generated at runtime. This is one of the approaches thought but here's the list of issues with it:
    a. The print program has to be modified as well. Issue when using standard print program. At same time, i think in FP_JOBOPEN one has to specify the cover page as well. Looks good for custom print programs.
    b. Our requirement also looks for mass fax. For eg: lets say, i have to fax, around 10 PO's, there should only be one cover sheet for all the 10 fax documents. This solution may not help here.
    Appreciate your help.
    Thanks,
    Santosh

  • Error message from my time capsule

    I get the following error message from my time capsule when I try to backup my HD:
    There was a problem connecting to the server "XXXXX".
    Check the server name or IP address, and then try again. If you continue to have problems, contact your system administrator.

    You have lost all network connection to the TC. This is not so unusual since Mavericks.
    You have listed hardware but the more important part is OS you are running.
    Have you done a restart of the TC? That often gets it going.
    A full network restart in correct order is next. With everything off.. power up modem.. wait 2min.. power up TC.. wait 2min. Power up computers etc.
    Still no luck. Factory reset the TC and start over.

  • Error message from Application Server

    Hi All,
    Is it possible to capture a descriptive error message from the Application server when we try to transfer a file from SAP and it does not get written to the application server.
    I know it is possible to catch the standard catchable runtime exceptions, but I also would like to know if the file transfer fails in any other conditions which do not result in runtime dumps, nevertheless I should be able to get the error message.
    Thanks in advance,

    hi,
    it is not possible to find the run time errors in application server while writing the file.using sy-subrc only we can find out. where it is writing correctly like this.
    we can see all the application server files in this Tcode: AL11

  • On starting up firefox i am getting an error message from javascript application telling me that my username is an invalid username/password combination.If i continue to get this error message,try entering my email address as my username.

    Hi,on starting firefox which i have used solely as my browser for years i am now getting an error message from java script application that shows my username followed by a message saying; 'username'-Invalid username/password combination.If you keep getting this error,try entering your email address as your username'. I then press the OK button within that error message box and it dissapears and everything seems ok although hover my cursor over the mail(envelope) icon and it says not connected.
    I only started having this problem since downloading firefox 4.It also does not tell me where this problem is occuring so i do not know where to log on with this information.I would be most grateful for any help with this matter.Many thanks.

    Take a look in the Error Console for details about that.
    Tools > Error Console <br />
    Right-click the message and use '''Copy''' to get that complete message.

Maybe you are looking for

  • How do I get component video (YPbPr) from my iMac mini display port?

    I have a converter cable with dini DP on one end and HDMI on the other, this goes into an HDIM conveter box that converts HDMI to Component.  THe TV does not recogize the signal as compatable.

  • Need different processes for Update and Delete buttons

    I'm using a customized version of the Issue Tracker sample application. I've added a table called project_person(project_id,person_id) so that a project can have multiple people assigned to it and so that one person can have multiple projects. I have

  • Mac pro DVD Writer + DVD Studio pro + Toshiba HD-EP10 - HD DVD Player !!

    Hi there.. I tried to make a short HD project in 4.7GB DVD by Mac pro Standard DVD Writer and i tried to play it in Toshiba HD-EP10 - HD DVD Player ( it gives msg ... the disc not contained DVD format and cannot be played ) so what is the mistake whi

  • Dynamic LDAP settings

    APEX- 2.0.0.00.49 LDAP=OID Database-9iRelease2 We are using LDAP as our authentication schema and it is all working fine.We have defined the LDAP settings like this :- Page SentryFunction - null Session Verify Function -null Authentication Function -

  • Adobe OnLocation CS5 5.0.1 updates for retail?

    About OnLocation 5.0.1 updates: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4715 Filename: OnLocationTrial-5.0.1-mul-AdobeUpdate.dmg Is this one suitable for retail version (install from DVD)? As I remember there are some Adobe updates ha