Inbound emails stripped of .FAX attachments

G'day all,
I'm on a 620 system up to basis patch 60.
When an inbound email contains an attachment with extension .FAX the attachment disappears!!
Any other extensions are fine. The .FAX files in my case are actually .TIF files but the software creates them with .FAX extension.
If I rename the file to have a .FOX extension for example, the attachment makes it into SAP just fine, as does any other extensions I've tried (.TXT, .DOC, .ZIP, .PDF, .XLS etc)
This happens whether I send to a normal SAP users inbox or whether I handle the inbound request using my own SO50 configured class.
We've turned on the Inbound and General trace in SCOT and there is nothing too exciting. The log does show there is a .FAX attachment present (so it's not stripped by the external mail system) but it doesn't indicate that it's been removed.
Please note!! This is NOT inbound Fax handling. It's just a mail that happens to have an attachment which ends with the extension .FAX.
Any ideas??
Thanks,
Mark

Hello,
Can you please check SAP note:
813619
make sure the customizing of the type .FAX is correct.
Best regards,
Dezso

Similar Messages

  • Inbound email - delete attachments/content?

    We are using ERMS to process inbound mails. Occasionally, agents  will receive unsolicited attachments which we would like (from a legal point of view) to remove from the email.
    Is there a standard solution to allow for specific email attachments to be deleted?
    BR
    Sham Haque

    I managed to delete the physical attachment
    inbound emails and their attachments are handled by KPRO (Knowledge Provider) - the field SOOD-EXTCT has the value "K" for these entries
    KPRO handles storage and access in quite a well documented fashion - if you know where to look!
    I found these 2 resources online:
    Document Management with KPro - SAP Knowledge Provider (BC-SRV-KPR) - SAP Library
    There is a list of FMs including one called SDOK_PHIO_DELETE.
    To get the PHIO ID, I followed the guide here:
    SAP Content Management - Link between SAP Objects and originals - Product Lifecycle Management - SCN Wiki
    I hope this is useful for someone else - and gives us a starting point for creating a custom report

  • Inbound Email Attachments with MIME type of application/octet-stream

    I'm hoping someone can help me here. I'm trying to start a BPEL process via email. The email can consist of no attachments or multiple attachments. All the attachments should be text, e.g. XML, CSV, etc.
    Where I have got to is receiving the email and writing the attachments to variables. All is fine until I get an attachment that has a MIME type of application/octet-stream. I would only expect to see this for files that are not text based.
    Does anyon know how I can inturpret this type so I can extract the text? In this example both files are text based although only the first file is displayed.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <mailMessage xmlns="http://services.oracle.com/bpel/mail">
    - <from>
    <email>[email protected]</email>
    <displayName>James</displayName>
    </from>
    - <to>
    - <address>
    <email>j@james</email>
    <displayName>James</displayName>
    </address>
    </to>
    - <replyTo>
    <email>[email protected]</email>
    <displayName>James</displayName>
    </replyTo>
    <subject>RE: test</subject>
    <sentDate>2007-05-02T11:19:37.000+12:00</sentDate>
    <contentType>multipart/mixed; boundary="----_=_NextPart_001_01C78C47.6040C3F0"</contentType>
    - <content>
    - <multiPart>
    - <bodyPart>
    <contentType>text/plain; charset="iso-8859-1"</contentType>
    <content>________________________________ From: James [mailto:[email protected]] Sent: Tue 1/05/2007 3:05 PM To: James Subject: test</content>
    </bodyPart>
    - <bodyPart>
    <contentType>text/plain; name="create_MODS_schema.sql"</contentType>
    <content>CREATE USER TOLLBPEL IDENTIFIED BY VALUES 'TOLLBPEL' DEFAULT TABLESPACE APPS_TS_MODS_DATA TEMPORARY TABLESPACE TEMP PROFILE DEFAULT ACCOUNT UNLOCK; GRANT ANALYZE ANY TO MODS; GRANT CREATE TYPE TO MODS; GRANT CREATE TABLE TO MODS; GRANT ALTER SESSION TO MODS; GRANT QUERY REWRITE TO MODS; GRANT CREATE CLUSTER TO MODS; GRANT CREATE SESSION TO MODS; GRANT CREATE TRIGGER TO MODS; GRANT CREATE SEQUENCE TO MODS; GRANT CREATE SNAPSHOT TO MODS; GRANT DROP ANY OUTLINE TO MODS; GRANT ALTER ANY OUTLINE TO MODS; GRANT CREATE ANY OUTLINE TO MODS; GRANT CREATE DATABASE LINK TO MODS; GRANT CREATE PROCEDURE to MODS; ALTER USER MODS QUOTA UNLIMITED ON APPS_TS_MODS_DATA; ALTER USER MODS QUOTA UNLIMITED ON APPS_TS_MODS_IDX;</content>
    <bodyPartName>create_MODS_schema.sql</bodyPartName>
    </bodyPart>
    - <bodyPart>
    <contentType>application/octet-stream; name="citup.log"</contentType>
    <content>W0luc3RhbGxTaGllbGQgU2lsZW50XQ0KVmVyc2lvbj12NS4wMC4wMDANCkZpbGU9TG9nIEZpbGUNCltSZXNwb25zZVJlc3VsdF0NClJlc3VsdENvZGU9LTEyDQo=</content>
    </bodyPart>
    </multiPart>
    </content>
    </mailMessage>
    Any help will be appreciated.
    cheers
    James

    I'm hoping someone can help me here. I'm trying to start a BPEL process via email. The email can consist of no attachments or multiple attachments. All the attachments should be text, e.g. XML, CSV, etc.
    Where I have got to is receiving the email and writing the attachments to variables. All is fine until I get an attachment that has a MIME type of application/octet-stream. I would only expect to see this for files that are not text based.
    Does anyon know how I can inturpret this type so I can extract the text? In this example both files are text based although only the first file is displayed.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <mailMessage xmlns="http://services.oracle.com/bpel/mail">
    - <from>
    <email>[email protected]</email>
    <displayName>James</displayName>
    </from>
    - <to>
    - <address>
    <email>j@james</email>
    <displayName>James</displayName>
    </address>
    </to>
    - <replyTo>
    <email>[email protected]</email>
    <displayName>James</displayName>
    </replyTo>
    <subject>RE: test</subject>
    <sentDate>2007-05-02T11:19:37.000+12:00</sentDate>
    <contentType>multipart/mixed; boundary="----_=_NextPart_001_01C78C47.6040C3F0"</contentType>
    - <content>
    - <multiPart>
    - <bodyPart>
    <contentType>text/plain; charset="iso-8859-1"</contentType>
    <content>________________________________ From: James [mailto:[email protected]] Sent: Tue 1/05/2007 3:05 PM To: James Subject: test</content>
    </bodyPart>
    - <bodyPart>
    <contentType>text/plain; name="create_MODS_schema.sql"</contentType>
    <content>CREATE USER TOLLBPEL IDENTIFIED BY VALUES 'TOLLBPEL' DEFAULT TABLESPACE APPS_TS_MODS_DATA TEMPORARY TABLESPACE TEMP PROFILE DEFAULT ACCOUNT UNLOCK; GRANT ANALYZE ANY TO MODS; GRANT CREATE TYPE TO MODS; GRANT CREATE TABLE TO MODS; GRANT ALTER SESSION TO MODS; GRANT QUERY REWRITE TO MODS; GRANT CREATE CLUSTER TO MODS; GRANT CREATE SESSION TO MODS; GRANT CREATE TRIGGER TO MODS; GRANT CREATE SEQUENCE TO MODS; GRANT CREATE SNAPSHOT TO MODS; GRANT DROP ANY OUTLINE TO MODS; GRANT ALTER ANY OUTLINE TO MODS; GRANT CREATE ANY OUTLINE TO MODS; GRANT CREATE DATABASE LINK TO MODS; GRANT CREATE PROCEDURE to MODS; ALTER USER MODS QUOTA UNLIMITED ON APPS_TS_MODS_DATA; ALTER USER MODS QUOTA UNLIMITED ON APPS_TS_MODS_IDX;</content>
    <bodyPartName>create_MODS_schema.sql</bodyPartName>
    </bodyPart>
    - <bodyPart>
    <contentType>application/octet-stream; name="citup.log"</contentType>
    <content>W0luc3RhbGxTaGllbGQgU2lsZW50XQ0KVmVyc2lvbj12NS4wMC4wMDANCkZpbGU9TG9nIEZpbGUNCltSZXNwb25zZVJlc3VsdF0NClJlc3VsdENvZGU9LTEyDQo=</content>
    </bodyPart>
    </multiPart>
    </content>
    </mailMessage>
    Any help will be appreciated.
    cheers
    James

  • Insert inbound email as an attachment in a new email

    Sorry experts. I think this question is more apropriate in the ABAP forum, but since I'm doing this from a BSP application, and there are no answers from there I'll check with the experts here.
    I need to send in a reply of an email, the source email as an attachment (even if it have attachments included).
    At outlook, we can save an email as a .msg file to the hard disk, and the attach it in a new email.
    In a bsp application (such as IC Webclient), do you think it is possible to do this automatically?
    I can get all the information relative to an inbound email (by knowing it's SOODK id), by doing the following line codes.
    DATA: LV_MAIL_DATA TYPE REF TO CL_CRM_EMAIL_DATA.
    DATA: SOME_SOODK TYPE SOODK.
    SOME_SOODK = 'RAW30000000006996'.
    LV_MAIL_DATA = CL_CRM_EMAIL_UTILITY=>GET_MAIL_DATA_FROM_SO( IV_OBJECT_ID = SOME_SOODK ).
    In lv_mail_data, I can see the headers, the TO and FROM email adresses, the body of the email, and it's attachments.
    What I don't know how to do, is to take this email as a whole object, and insert it as an attachment in a new email to be sented.
    Anyone can give a clue?
    Thanks!
    Regards

    Not needed anymore.

  • Counting inbound emails (including those automatically deleted using ERMS)

    Hi all,
    I have a requirement to be able to count all inbound emails in SAP CRM (5.0).  This includes all emails that have been automatically deleted using ERMS after the creation of an Interaction Record and Service Ticket.  Can anyone think of an easy way of doing this in SAP CRM?  The Email Workbench and Agent Inbox do not display deleted email Workitems.  The best option that I have been able to come up with is to export the Workitem Selection Report from transaction SWI1 into a spreadsheet and filter column Workitem ID for unique entries.  Does anyone know of a better way of achieving this?
    Thanks,
    Onkar.

    By using POP3, mail is automatically deleted from the server once downloaded by the client without further user intervention (granted, not immediately due to BTYahoos recent non-standard implementation of the POP3 protocol). By contrast, the whole point of IMAP is that mail is left on the server to be available to multiple devices and requires user intervention to delete. Why would a system which is designed to be used for leaving mail on a server be recommmended to someone who wished it to be deleted? If you wish to be pedantic, I agree the OP didn't ask for mail to be automatically deleted, but then nor did he specify immediate deletion either. I interpreted the request as the former, you the latter. Perhaps if we understood the underlying reason why he wished the mail to be deleted in the first place it would help in providing a solution.
    There seems to be a recurring theme on this forum to promote IMAP as a universal panacea to overcome all mail problems which is diverting attention away from fixing BTYahoo's broken POP3 servers which have to my knowledge at least 4 problems. Two are deliberate by BTYahoo, lack of secure login and moving read items to the Trash folder temporarily before deletion. Two are faults which they seem either unable or reluctant to fix, intermittant authentication problems and inabilty to download even modest sized attachments on a slow connection.
    Correction, he did ask them to be deleted automatically.

  • Inbound email update data in R/3 46C?

    I know that Interactive Forms has the possibility of having an inbound email update data in R/3?
    I also know that Interactive Forms is not possible with version 46C.
    Can I get an inbound e-mail to update data in R/3 if I am on version 46C???
    -Ken

    Dear Relaxed Surfer,
    The link you give is great to handle basis setup.
    Is there a place to handle application setup?  Suppose I want an inbound e-mail to execute a transaction, call a BAPI or simply do a direct update to a Zee table.  Is there documentation on this?
    -Ken

  • In Mountain Lion, how to print email message without the attachments.

    Would like to print only the transmittal part of the email without printing the attachments - tried reply or forward and printing, but still wants to print the attached pdfs.  I know someone out there knows how - help please?

    Not sure if this will work, but could try this: select the message then hit Cmd-Shift-S. My thinking is this will save it as a Text Edit document (save it to the Desktop), text only, without the attachment. Then, in Text Edit, select Format>Wrap to Page and print.
    EDIT: just checked this with an email with an attachment. Came up as text only, minus the attachment.
    Message was edited by: WZZZ

  • Enable SAP Inbound email through IMAP, POP3 & MAPI instead of SMTP

    Hi,
    I am trying to configure SAP Inbound email in CRM 6.0 and would like to know if I can use IMAP, POP3 or MAPI instead of SMTP due to our company's legal policies and maintenance purposes.
    If there is a way, please let me know how to?
    I have checked other options but none of them talk about IMAP, POP3 or MAPI
    *) ICI (Integrated Communication Interface)
    *) Agent Inox based on SAP Connect Interface via SAP Business WorkflowCheck
    http://help.sap.com/saphelp_crm60/helpdata/en/46/23e545c17b5872e10000000a11466f/content.htm
    PI Mail Adapter  - http://help.sap.com/saphelp_nw04/helpdata/en/ad/bf93409c663228e10000000a1550b0/frameset.htm
    Configuring the Sender Mail Adapter - http://help.sap.com/saphelp_nw04/helpdata/en/ad/bf93409c663228e10000000a1550b0/frameset.htm
    Configuring the Receiver Mail Adapter  - http://help.sap.com/saphelp_nw04/helpdata/en/ad/bf93409c663228e10000000a1550b0/frameset.htm
    Thanks in advance

    Hello,
    As far as I am aware, SMTP is now the only supported option for configuring inbound emails through the SAPConnect interface into the Interaction Center agent inbox.
    [SAP Note 455140|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=455140]
    [SAP Note 1236270|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1236270}
    Best regards,
    John

  • Inbound Email configuration - SAP CRM with MS Exchange Server

    Dear Pundits,
    We are implementing SAP CRM and one of the requirement is to configure the Inbound email functionality.
    As of now, we have successfully configured the outbound mail functionality.
    The inbound email functionality to a Single client:
    Our MS Exchange Server Domain is ITAstute.com.
    Where as, on the CRM system, under SCOT transaction --> Settings --> Default Domain, we have entered the Domain name as
    crm-dev.itastute.com
    We are planning to receive emails for different email id's like service, complaints, and so on into our SAP system.
    How will the exchange server can direct the mails from above external emails from domail itastute.com to onto CRM server domain crm-dev.itastute.com????
    Thank you,
    Nikee

    Then you need to define the routing rule in the exchange server.
    Exchange server config is outside the SAP scope and you should contact your exchange admin to get it done.
    Also they might force you to use the port 25 if you have any policy such in your company.
    We used the routing rule from exchange to BIGIP and BIGIP to our SAP server, that way we could use different port.
    You could search in google for the steps and i come accross the link given below.
    See if its useful.
    Link: [exchange rule|http://www.petri.co.il/forums/showthread.php?t=13120]
    Additional input related to the rule.
    you need to define the virtual host if you have more than one client that need to be configured for inbound routing.
    *@crm-dev.itastutecom => * applies to any user in your system and crm-dev.itastutecom should be your virtual host.
    janus.itastute.com => is your hostname and define port number for each client that need to configured.

  • How do i default my PC to open email photo or pdf attachments in Elements?  It currently opens in my olf Adone photoshop starter edition 3.2

    how do i default my PC to open email photo or pdf attachments in Elements?  It currently opens in my olf Adone photoshop starter edition 3.2

    You can install PSE on the XP machine.Convert the catalog on of starter edition to PSE.Take the backup of the catalog on XP machine and then restore it on the windows 7 machine. This way you will have all the data of the catalog on your XP machine.

  • Fax Attachments

    Hi all,
    we have a problem with display of fax attachments in the view FaxDispLrg, instead in the view FaxPreview they are displayed properly.
    The table is always empty: i try to debug it but i can't find the problem.
    Has anyone ever encountered this problem?
    Thanks

    Hi,
    The issue can be an Outlook or Fax mail problem. As this is Exchange server fourm, I suggest you write post in our Outlook community.
    http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.general&lang=en&cr=US
    Personally, as I focus on Exchange server, I'm afraid I could not help you on the current issue. :(
    Thanks,
    Elvis

  • Create service request with inbound email linked to it

    Hi,
    we are on CRM 7.0 and interaction center agents need to open and read inbound emails in the agent inbox and in some cases manually create Service Requests to which the email should be linked.
    Is there any standard functionality to manually create a new Service Request with the inbound email linked to it or do we have to implement it with custom coding? (we have already used ERMS to automatically create Service Requests linked to emails, but in some scenarios agents need to create manually service requests linked to mails after reading the email in the inbox)
    Thanks,
    laura.

    Hi Joaquin,
    Thank you for answering. I already tried: I select the line with the email in the Inbox, I press Interact (the account is automatically recognized and I am asked to confirm it), I confirm the account and then I navigate to "Service Request" workcenter: a new Service Request is displayed, with the employee responsible and the customer automatically filled. However, I can see no data regarding any attached email in any of the Service Request tabs (even if I save or select "End").
    After your answer, I tried the same procedure with the "Service Ticket" and noticed that the email is correctly displayed as an Interaction Record under the Business Content tab for the Service Ticket: since you confirmed that this should work also for Service Request, I guess there's something wrong in my customizing settings and now I will search for errors.
    Thanks for your help.
    Best regards,
    Laura.

  • Sending Email Address else Fax Number

    Hi Gurus,
    I have one requirement where in the print program the program should fetch the fax number from the partner function TZ  and email address from the part function Z1 .
    The code i have used:
    To EXTRACT ADDRESS
    IF sy-uname = 'WF-BATCH'.
        SELECT SINGLE adrnr INTO ls_adrnr FROM  vbpa CLIENT SPECIFIED
               WHERE  mandt  = sy-mandt
               AND    vbeln  = nast-objky
               AND    posnr  = '000000'
               AND    parvw  = 'Z1'.
    To Extract email address and fax number:
    CALL FUNCTION 'ADDR1_EXTRACT_TABLES'
          TABLES
            t_address_keys = lt_address_keys
            t_adrc         = lt_adrc
            t_adr3         = lt_adr3 " type adr3
            t_adr6         = lt_adr6 "type adr6
          EXCEPTIONS
            empty_table    = 1
            OTHERS         = 2.
    where lt_adr6 contains email addr and lt_adr3 faxnumber
        IF sy-subrc <> 0.
      IF nast-nacha = gc_5.  " gc_5 = 5
          READ TABLE lt_adr6
            INTO lwa_adr6
            INDEX 1.
          IF sy-subrc = 0.
            lwa_receivers-receiver   = lwa_adr6-smtp_addr.
            lwa_receivers-rec_type   = gc_u.
            lwa_receivers-com_type   = gc_int.
            lwa_receivers-notif_del  = gc_x.
            lwa_receivers-notif_ndel = gc_x.
            APPEND lwa_receivers TO lt_receivers.
          ENDIF.
        ELSEIF nast-nacha = gc_8. " gc_8 = 8.
          READ TABLE lt_adr3
            INTO lwa_adr3
            INDEX 1.
          IF sy-subrc = 0.
            CONCATENATE lwa_adr3-fax_number text-002 INTO lwa_receivers-receiver.
            lwa_receivers-rec_type   = gc_u.
            lwa_receivers-com_type   = gc_int.
            lwa_receivers-notif_del  = gc_x.
            lwa_receivers-notif_ndel = gc_x.
            APPEND lwa_receivers TO lt_receivers.
          ENDIF.
        ENDIF.
    But i om not getting any neither the fax number nor the email address.

    CONCATENATE lwa_adr3-fax_number text-002 INTO lwa_receivers-receiver.
    lwa_receivers-rec_type = gc_u.
    lwa_receivers-com_type = gc_int.
    lwa_receivers-notif_del = gc_x.
    lwa_receivers-notif_ndel = gc_x.
    APPEND lwa_receivers TO lt_receivers.
    ENDIF.
    in this change
    lwa_receivers-rec_type = 'F'.

  • Inbound Email process issue

    Hi,
    we have a issue with inbound email process. inbound emails are not coming and showing inbox undeleverable message
    showing below message in undeleverable mail
    "There was a SMTP communication problem with the recipient's email server"
    please help me how to solve this issue. i am working on CRM 7.0 version.
    Thanks & Regards
    Kishore kumar

    Hi,
       If you posted the Document through VL32N.. Then you cannot try reversal using MIGO, becaouse it will not update "delivery document flow". For more reasons please see the Note  "199703"
    If you have created any reversal material document. then cancel it. you can reverse the Inbound delivery only using VL09
    Regards
    GK.

  • Error in workflow mailer configuration - Inbound Email Server

    Hi
    I have Windows 2000 SP4.
    I have installed Oracle Workflow 2.6.3 Standalone as below
    I have installed Oracle Database 10gR1 and Oracle Workflow Server 2.6.3 in same oracle home.
    I have installed Apache HTTP Server 9.0.4 and Workflow Middle Tier in the same oracle home.
    I have finished installation and configuration successfully.
    Now I want to configure mailer parameters.
    I have started Workflow Component Container and Workflow Management Container.
    When I try to enter paramters for mailer I get error in Inbound EMail Account Server Name.
    The error says: Unable to make a network connection.
    I do not want to configure Inbound Mail Server but I need to enter these parameters as they are mandatory.
    I set Inbound Thread Count = 0 so that configuration does not consider parameters for IMAP server.
    My mail server is SMTP server.
    Any idea how to overcome this error and continue with notification mailer configuration?
    Thanks

    You would need to modify all the parameters listed in this script. This script updates each of the mailer and agent listener parameter. You may edit the script to remove all API calls OTHER THAN those for "Workflow Notification Mailer".
    Then update ALL the parameters for "Workflow Notification Mailer" with appropriate values with Inbound Thread Count to 0 and Outbound Thread Count to 1. Inbound Server Name, Account, Inbox, Discard and Processed values can be ignored. Make sure Outbound Server Name is valid SMTP Server name.
    Values like From, HTML Agent should point appropriately as per your env.
    Hope this helps
    Vijay

Maybe you are looking for

  • HDMI dualscreen + sound

    I have a Dell XPS m1330, with arch linux and xmonad. At home I got a LCD TV which I want to connect to my computer via a HDMI cable. I want to have both sound and picture and I don't want to clone the picture. So first I want to know if it is possibl

  • Jdev And Oracle 8i Lite (Help me)

    When I create a new project with the wizard I have a problem with the connection to my scheme (Oralce 8i late)(Polite is the database of the oracle 8i late). I can connect suceful but, I can't see the tables, the program say me that SQL Error POL-513

  • Powershell Setting Share Folder Permissions

    I have a script that create a shared folder and I am trying to set permissions. Here is what I have so far: $serverName = "myfileserver" $folderName = "d:\Personal" $shareName = $newSAM+"$" $fullName = "\\$serverName\"+$folderName.Replace(":", "$")+"

  • LISTCUBE is giving different values

    Hi , I am having an 'X'  and 'Y' cubes which carries the same data both cube structure and restrictions are same. When i look into list cube one cube is giving is giving correct result and one is not giving correct. I found in LISTCUBE few kay figure

  • Material master without valuation class

    Hi, Is it possible to have material master (of different material types) without valuation class? Also, is it possible to have only one GL account getting reflected for all these materials when we do posting (at the time of Goods receipt) irrespectiv