Empty Mails in SOST

Hi,
I have a workflow that sends empty mails (look at the workitem in SOST the mail is empty), but when I look at the workitem via transaction SWI1 the contents is there. Anybody who has had a similar experience? If yes, have can I solve the problem?
Thank you in advance.
/Elvez

Hi Elvez,
=> Verify the <i><b>SCOT</b></i> settings for mail.
=> Try executing following transaction, which will synchronize the runtime buffer of workflows.
<i><b>SWU_OBUF - Synchronize Runtime Buffer</b></i>
Still if the problem persists, following could be the checklist to verify-
1. Create the SendMail task again in workflow.
2. First write the text message of the Send Mail
3. Then add the container variables whereever you want in the text message. Don't move any of the text after this.
4. Save the workflow. Activate & test.
This should result in the required solution.
Hope this helps.
PS If the answer solves your query, plz close the thread by rewarding each reply.
Regards

Similar Messages

  • Empty mail content problem in so_document_send_api1

    of the function, mail and the content delivers properly. But when I try to send the mail to another friend of my in the same network but different address, mail still delivers but the content bec omes empty. I try to send both of us at the same time and he got the empty mail and I got the proper mail. what can be the reason for this problem ? if anyone enligths me about this unusual situa tion I will be preciated. thanks in advance..
    Edited by: Aselsan IT Department on Mar 23, 2009 9:39 AM

    Hi,
    Please check with the Basis person.
    Some settings might not be done.
    Best Regards,
    Suresh

  • How to delete empty mail messages in my Ipad2

    I am receiveng empty mail messages in IPad2 and can not select them for deletion. They have no headers, no from or to, nothing? Any clues on how to select them? Edit in mail does not work either.

    Try turning the account off and on : Settings > Mail, Contacts, Calendars , then tap the account on the right, slide Mail to 'off', exit settings and go back into the Mail app, and then go back to Settings and slide Mail back to 'on'

  • Issue with not getting mail in sost for the PR Approvers

    Hi all,
    I have the following requirement
    Currently, requisitioner receives workflow email notification each time the PR has been released. If a PR has 3 approvers, the requisitioner receives 3 identical emails. The problem is that from the email alone, the requisitioner does not know if the PR has been fully released or not. After the first email, requisitioner may try to create the PO when in fact the PR is not fully approved yet.
    The case here is when the requisition is created, the mail is sent to first approver to release the requisition and when the first approver releases, mail is sent to next approver and so till all the approvers approve, finally after all the approvals it is sent to requisitioner.
    For this I have created an activity GET PR status where i am checking the condition based on release indicator.
    When the release indicator is '2' then the final notification is sent to the requisitioner.
    The process is working fine in dev system. When there are three approvers and all the approvers have same mail Id when i create the requisition and release manually in me55, I am able to see the mail in sost. This is actually done after running the batch program. But when the approvers have different mail Id's im able to see in swia but not in sost.
    Any help is appreciated.
    Thanks

    Hi rick,
    My bad, I have assessed the issue differently.
    Yes im sending a single mail to the requisitioner after all the approvals.
    But the issue here is after the requisition is created, the first mail is going to the first approver. When the approver releases, the mail that has to go to next approver is shown in swia.
    Now when i run the batch job, it has to appear in sost. But, it is not.
    The whole process actually working fine in DEV system but in QAS, it is not.
    Is is showing the following message when i manually release the order and tested
    Status
    StatusText
    Cannot process message; no node determined for [email protected]

  • No attachment is included in the Mail from SOST

    Hi SAPer,
    Please could any of you help me out on this issue
    We are on 4.6C. AP payment advice by means of BTE create an outbound email in SOST with payment advice to the correct mail addrsess and I can see the preview image of attachment within SOST.
    The problem is that the auto-mail from SOST into my account does not have any attachment nor content at all.
    Please advise me on what setting may cause this issue in SAP.
    Thanks in advance
    Kind regards
    Taro

    Hello Taro,
    What type of attachment is that like .pdf or .xls ? and what is the size of the file ?
    Refer to below notes please
    785564 - Device types for SAPconnect
    Note 762870 - Language-dependent selection of device type
    Note 488810 - Determining the device type for a certain language
    1171138 - Size restriction for outbound e-mails
    837300 - Size restriction when sending documents
    Regards,
    Arjun

  • Sending out mails from SOST

    Hi guys
    I need to develop a program which monitors the error mails from SOST and forward the same mails to some other email.
    is it possible technicaaly.
    this is very urgent please let me know if there any possible solutions
    Thanks in advance

    Hi Kittu,
    The details you want to see through SOST transaction are possible with Tcode SOSV.
    There is one more simple way to know the status of the the Mails along with Sender and receiver information.
    SE16-> table SOST-> Field MSGTY (Status of the Mail S/ E)
    SE16 --> SOOS ---> It will contain the Sender & Receiver Information as per the the Object No & Object Type.
    Please let me know if you need any more information.
    regards,
    vikas.
    plz reward if helpful..

  • [SOLVED] msmtp: Gmail sends empty mails, Yahoo ignores "from"

    I have recently embarked on the atrocious adventure of migrating from Thunderbird to mutt.
    So far however, msmtp has consistently refused to properly send mail. Using
    echo "Yet another test" | msmtp -a <account> <test>@gmail.com
    with this config
    defaults
    auth on
    tls on
    tls_starttls on
    tls_trust_file /usr/share/ca-certificates/mozilla/Equifax_Secure_CA.crt
    # first gmail address
    account gmail
    host smtp.gmail.com
    port 587
    from <mail1>@gmail.com
    user <mail1>@gmail.com
    password <pass1>
    # second gmail address
    account gmail2 : gmail
    from <mail2>@gmail.com
    user <mail2>@gmail.com
    password <pass2>
    # yahoo
    account yahoo
    tls_starttls off
    host smtp.mail.yahoo.de
    from <mail3>@yahoo.de
    user <mail3>
    password <pass3>
    # default
    account default : gmail
    yields:
    1. An empty mail if one of the Gmail accounts is used, including the proper "from" address.
    2. A mail with the test sentence if Yahoo is used, but having "youknow@smtp<three digits>.mail.ukl.yahoo.com" as "from".
    Any help, please? This is getting really tiresome.
    edit: Solution below
    Last edited by misc (2010-07-05 16:01:38)

    If brisbin33's page comes back up, I highly recommend it. It has a ton of great information, and I configured mine based on that. My msmtprc file contains:
    # gmail
    account gmail
    host smtp.gmail.com
    port 587
    protocol smtp
    auth on
    from [email protected]
    user [email protected]
    password EMAILPASS
    tls on
    tls_nocertcheck
    account default : gmail
    So my suggestion is to try these tls* lines, and add the protocol lines. Other than that, I don't know much about it. brisbin33 uses these forums, so he may be able to help you directly
    Last edited by jac (2010-07-06 13:32:26)

  • Mail Problem with multipart/mixed Content, "empty mails" via IMAP

    I do need some help.
    Here is my setup. I have a OSX Mountain Lion Server with the mail service running. fetchmail is collecting mail from a pop account. I have two Mac clients - one with Outlook for Mac, one with Apple Mail,
    Everything is fine exept...
    ... if I receive a mail from an Exchange Server with a PNG-Image in the signature (e.g. a company logo) then...
    ... this mail will be displayed as an empty mail. Correctly spoken, the mail header is there, but the mail body ist not shown. The body is there - I can see it if I swich to the raw view in mail.
    So I tried to figure out what the reason might be. I also tried several ideas from other discussions here - without success.
    This error is concerning only mails with the Content-Type: multipart / mixed - coming from Exchange Servers. The mail body is not displayed. It seems to be that something is corupptung the IMAP Envelope of these mails.
    - Is it a security problem?
    - Is it a filtering problem?
    - Is it a settings problem in Apple Mail and Outlook for Mac?
    - Is it a settings problem in fetchmail?
    I don't know... I think it is a settings problem in the main.cf - but I don't know what to do.
    Can anybody help???
    Kind regards,
    Robert.

    Problem solved!
    It was a bug in fetchmail. Try out the version 6.3.26. You have to compile fetchmail yourself... it is not a great thing. And everything is working.
    http://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=19356
    Robert

  • Empty mails after backingup

    Put a new hdd in my MacBook. Easy.
    Backed up everything with de Leopard DVD. Easy.
    So fas so good.
    But now I have empty mails in Mail. Al the mail headers are shown, so the mails are there somewhere but there is no text in the body when I open them.
    I did rename the envelope index in the mail library, due to advise i read in this forum. That made it even worse. Befor that I had the problem with only some of the older mails. Now it is with all of them.
    When I look in time machine is shows 300 of the 1700 mails that are in the inbox.
    What to do? I'm at the beginning of desperate.

    I had exactly the same problem as yours.
    After the new HDD full system restore from the Time Machine backup, I saw no e-mail in the new Mail.app.
    But I could find all the e-mail in Time Machine, so I restore every mailbox one by one through Time Machine.
    Now they all are recovered, but the RSS stored in Mail.app are still missing.

  • How do you empty mail trash with new firmware

    In 1.1.4 you could go to your email account click advanced and set the IPT to empty mail trash once a day. I upgraded to 2.0.1 and there is no longer a setting on that screen to set when trash is emptied. I get a lot of spam so I need to empty daily. Anyone know how to do this with the new firmware?
    Thanks.

    Also, you can move email to the trash folder directly from your inbox without even reading it. To do so from within your "inbox", click on "edit". You will notice there is a blue dot to the left of all new mail (shows you haven't looked at it.) When you click on edit, all the blue dots disappear.
    Tap the same area where the blue dot was and a red circle will come up with a check in the center. Tap the Delete All button at the bottom and every red circled email will go directly to "trash".
    In Trash, just do as the previous post says. Hit the edit button and then Delete All.
    That's it and to me this is worth much more than the $9.95 for 2.0 that there is so much belly aching go on about on this forum.

  • Manual  triggering of notification's mail  in SOST

    Hi ,
      In standard notification type (M1) ACTION BOX " Send confirmation of Receipt", i executed the Email with user's mail id. Mail was generated.But its waiting for long time in SOST(send request) and i need to manually trigger it in SOST to send it users. Usually, mail would be sent to user without the manual triggering in SOST. But its not happening in my case. I think, some settings to be done for it.
    Can you please let me know how to sort out this issue.
    Thanks in Advance.

    Hi
    Check out these notes
    [208271|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=208271]
    [172403|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=172403]
    [189661|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=189661]
    [798476|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=798476]
    i dont think.. its gonna solve the issue... but.. check out , if u find it helpful...
    - Pithan
    Edited by: Pithan Pithan on Apr 28, 2009 3:35 PM

  • Empty Mail messages

    When I open some emails, the subject, cc, sender are all visible, but the body of the message is missing. If I then press "forward message", in the new window, it used to show the missing message as quoted text. However, now days it is just blank.
    In the original message, if I click over the entire "empty" window, the message shows up in white against the blue highlighted background.
    This only occurs with messages from some people, but not others. How can I fix it????

    well, one thing that might do it is if the sender uses a coloured background & specified white text. Mail uses a white background, so white text would be invisible unless highlighted. This is a bit unlikely - it would require the sender to have chosen a coloured background for their viewing, but that wasn't encoded with the message.
    Or... You haven't got any rules active that have r "Set Color of text" as an action... ? ( only a possibility if the "set colour to text = 'other' " & white is chosen.
    Also check your mail-preferences-fonts & colours to see if any of the 'quoted text' colours are set to white.

  • Emptying Mail Trash Folders on iPad

    When I delete an email it goes into the Trash folder for that account, but doesn't delete when I close the app. How do I empty the Trash folder, without going through and deleting each and every (hundreds!) email?
    Thanks!
    Sharyn

    sharyncern wrote:
    When I delete an email it goes into the Trash folder for that account, but doesn't delete when I close the app. How do I empty the Trash folder, without going through and deleting each and every (hundreds!) email?
    Thanks!
    Sharyn
    If you are talking about the iPad Mail App then go to the Trash mailbox and select Edit. There will be a "Delete All" button.

  • After Update 10.5.2 empty mailfolder or empty mails in mailfolder

    Hopefully someone can help me,
    I have a macbook, macbook pro and iMac and have a problem with displaying old mails of my .mac mailbox in Mail. The problem has appeard after the update on 10.5.2. and could be repeated on all other mac´s so it seems to be a common issue.
    I have my old emails ( 40MB) stored on .mac for archieving and sharing purposes. They are inside a folder structure with up to 3 hierachical layers e.g. Old/bank/documentation.
    Following problem appears after the update:
    The Mails in the deeper hierachy are just displaying the header, but not the content in the preview. Double click for opening brings just an empty email. On Webclient I see everthing fine.
    Doing a refresh of the mailfolder will let all the headers disappear, means the folder displayes as empty. Although on web client everything keeps normal as well as on the 10.5.1 Mailclients until they get updated to 10.5.2 they start to behave similar as discribed.
    I have tried everything to overcome this problem but with no sucess, so I am about to come to the conclusion this is a bug, thats why I am posting here, if someone else has made the same experience and looking for help to get this solved quick.
    Since I have upgrade my last one to 10.5.2 i have copied the folderstructure to local, which works without issues. So I can not work with .mac for folders until this is sorted...
    Looking forward on your quick replies.
    Eddy

    Hopefully someone can help me,
    I have a macbook, macbook pro and iMac and have a problem with displaying old mails of my .mac mailbox in Mail. The problem has appeard after the update on 10.5.2. and could be repeated on all other mac´s so it seems to be a common issue.
    I have my old emails ( 40MB) stored on .mac for archieving and sharing purposes. They are inside a folder structure with up to 3 hierachical layers e.g. Old/bank/documentation.
    Following problem appears after the update:
    The Mails in the deeper hierachy are just displaying the header, but not the content in the preview. Double click for opening brings just an empty email. On Webclient I see everthing fine.
    Doing a refresh of the mailfolder will let all the headers disappear, means the folder displayes as empty. Although on web client everything keeps normal as well as on the 10.5.1 Mailclients until they get updated to 10.5.2 they start to behave similar as discribed.
    I have tried everything to overcome this problem but with no sucess, so I am about to come to the conclusion this is a bug, thats why I am posting here, if someone else has made the same experience and looking for help to get this solved quick.
    Since I have upgrade my last one to 10.5.2 i have copied the folderstructure to local, which works without issues. So I can not work with .mac for folders until this is sorted...
    Looking forward on your quick replies.
    Eddy

  • Retrive Old Mails In SOST Transaction

    Hi Experts,
                     Pls help, I need to retrive a mail which is triggered from my SAP system and it is triggered 2 yrs back. Is tat possible to retrive tat mail? Pls suggest.
    Regards,
    J. Sriram chakravarthy

    The below link might help you.
    [SOST retention time;

Maybe you are looking for

  • How can I import an expdat.dmp for one user into an another ?

    Hi Folks ! I have an expdat.dmp for a scheme USER1 (the whole user scheme is exported) I want to import this scheme into Database, but into USER2 and NOT USER1. so at the End of Import I would have 2 schemes that are the same. How could I do it ? MfG

  • PDF Workstation application

    Dear Friends, Till yesterday I could able to view PDF documents. But today I couldn't able to. I checked the docuement type, it was checked for KPro. I checked for PDF in DC30. File suffix for appl. - PDF File format - .pdf,.* MIME type - application

  • Print Carbon Copy (CC) in smart-forms

    Hi experts, My requirement is print Copy of form (duplicate Copy)  in different Footer how to do it  ?? Thanks in advanced. abhilash

  • Doubts in ABAP Proxy

    Hi All, 1. I need to send material master data from sap r/3 to XI through abap proxy. How can i do this? can i write code in abap to extract material master data by using select statement? Please let me know. 2. I am receiving invoice data from XI  I

  • Opening Excel XLS files in Numbers

    I have Mac OS 10.6.2 on my MacBook using Numbers '09. A windows excel pc user sent a xls file. When I try to open this file on my MacBook with Numbers is get message "The document is encrypted and can't be opened." The windows user says the file is n