MLUNXSND sends customer statements as .dat or unreadable pdf

Hello Group,
We are turning off our old MS Exchange server as we are moving to a MS
Exchange 2003 enviroment so the SXC connector that we have been using will no longer be supported. Our SAP system is R/3 4.6C.
We have implemented the Internet Mail Gateway using
MLUNXSND on the iSeries and most emails are being sent correctly except
customer statements from transaction F.27. The statements are sent out,
but they arrive in the recipients inbox as a ".dat" file instead of the
".pdf" file that they are supposed to be in.
The Internet Mail Gateway (IMG) node is setup to support the following
formats:
PDF
RAW
TXT
and uses device type ZPDF1 that we have setup to allow the PDF conversion.
These customer statements are being sent out correctly in PDF format
using the SXC connector, but they just aren't working with the IMG
MLUNXSND program. We have also tried the MLUNXSND2 program and patched to the latest version (22).
Any assitance with this would be greatly appreciated.
Many thanks,
Steven

Just an update to this in case any of you have experienced this same issue.
As mentioned we have been having some problems implementing the SAP Internet Mail Gateway for sending messages out of R/3 4.6c, more specifically sending larger size PDF attachments. They are getting converted correctly by SAP; however, they are getting sent out in an unreadable format. With the help of SAP and their access to previously opened customer issues, they have indicated that this problem has been solved on the iSeries in the past by increasing the message split size on the POP server.
We increased this to NOMAX for the time being to see if it resolves the problem which it did. The command is  CHGPOPA MSGSPLIT(NOMAX)
With regards,
Steven

Similar Messages

  • Customer statement per date

    Hi Gurus,
    Client required customer statement on particular date not period wise. i have got customer period wise balances in table KNC1 & KNC3. but i required the date wise opening & closing balance?
    In SAP i have got the table carry forward balance as period wise.
    I have to carry forward the particular date closing balance to the next date as opening balance. please suggest me the table & field  which help me to work out this issue?
    Warm regards,
    Dhananjay Rahane.

    Hi
    You can get this in standard report, through the report for customer line items in Local Currency. The same is available under Information System in AR under Line item Reports. If that does not suffice your reporting requirements, you can pick the data from FAGLFLEXA (Only if you are on New GL) and BSEG combination. Take help of you ABAPER for the same.
    Regards
    Sanil Bhandari

  • Sending Customer Statement by Correspondence

    Hi guys: I know I can use F.27 to issue customer statements to several customers, but how can I make the system print the invoices that are on that statement along with the statement?
    Will I have to write some ABAP code (a new program to do that) or is there any standard transaction code that I could use that woul
    thanks much
    Brian

    Hi
    Regarding correspondance there are some standard SAP forms like SAP01-Payment advise with line items T.code OB77. If you want your own correspondance type you need to create with smart forms.
    Those correspondance has to be assigned to company code in T. code-OB78.
    When you process incoming payment you need to select correspondance type.
    Then go to F.27 and select correspondance type.
    you will get it.
    Padma

  • How to send texts to a data file like pdf or doc for legal submittal?

    How can I get my text history into a document format that can be submitted for legal proceedings? I was thinking a .pdf. or .doc format.

    http://www.wideanglesoftware.com/touchcopy/index.php 
    or take screen shot of the text message.

  • Send Correspondence Customer Statement Via Email

    Hi SAP Gurus,
    Currently, I already succeed with user exit EXIT_RFKORIEX_001 to send customer statement (F.27) via email. The program can attached PDF Files in the email that sent by SAP.
    However, the email that sent is blank without body text. Does anyone know how to put text in the email body text, e.g "please find attached customer statement" ..
    Thanks
    Hertoto

    Hi SAP Gurus,
    Currently, I already succeed with user exit EXIT_RFKORIEX_001 to send customer statement (F.27) via email. The program can attached PDF Files in the email that sent by SAP.
    However, the email that sent is blank without body text. Does anyone know how to put text in the email body text, e.g "please find attached customer statement" ..
    Thanks
    Hertoto

  • Fax Email or Print customer statements (F.27)

    Hi. I am new to the forums. I have a user requirement to setup SAP to be able to send customer statements via email if email address is populated. If not, send via fax if fax number is populated. Otherwiese print. I have read a few threads that address this issue but I would need a description of how to do this from scratch. Does anyone have such documentation and is this request even possible? I am not a programmer so every detail would be very helpful. Thanks in advance for any information.

    Srini,
    Email id won't be populated automatically. You need to populate the email id as well in the BTE from KNB1 or LFB1. In customer master or vendor master correspondence data, maintain the email id in ‘Clrk’s internet’ field and KNB1 & LFB1 are available in this BTE. Sample code should be something like this.
    * Check whether email id is maintained.
            IF NOT i_knb1-kunnr IS INITIAL AND
               NOT i_knb1-intad IS INITIAL.
    *Pass email address of clerk in company code view of customer
              c_finaa-intad = i_knb1-intad.
              c_finaa-nacha = 'I'.
              c_finaa-textf = 'PDF'.
            ELSEIF NOT i_lfb1-lifnr IS INITIAL AND
                   NOT i_lfb1-intad IS INITIAL.
    *Pass email address of clerk in company code view of vendor
              c_finaa-intad = i_lfb1-intad.
              c_finaa-nacha = 'I'.
              c_finaa-textf = 'PDF'.
            ELSE.
    *Do nothing. Since email id is not maintained, spool will be created.
            ENDIF.
    Regards,
    Gokul

  • Customer statement email.

    Hi All,
      I have requirement need to send customer statement as email. I am running it from f.27  and attached correspondense.
      I would like send an email of customer statement. Any user exit to do the same? Can any one did the same please let me know?
      its very urgent.. reward points for right solution..
    thx

    I am trying to run a transaction f.27 (customer statement) to be able to run a customer statement run that can be emailed to the customer (email address in the customer master).
    I used the same step as above - BTE - 2310 and attached this to the new funtional module
    The steps I have followed allready are
    1. Copied a fucntional module
    2. Assigned the functional module
    3. Got abap programmer to activate sap connect.
    It partially worked as it gave me the output on my screen which was a statement log and this was able to be emailed to the email address in the customer master.
    Do you think it is due to the report not functioning properly in the first place as it is only showing the log when I run the report itself?
    Many thanks for your help on this.
    Sanjay

  • Replacing customer statement form (T CodeF.27)SAP script with Smartform.

    I have a requirement to automate sending customer statement form which is triggered through T-code: F.27. For this we are trying to replace the SAP script which is triggered from program RFKORD11 with Smartform. We have tried copy the program RFKORD11 to a custom one which assigned to the correspondance type in t-code OB78 and do the modifications, but we could not do so as we are not authorized to copy the program. Can anyone help us in acheiving this functionality. BR, Karthik G.

    Re your question A:
    F140_CUS_STAT_01 and F140_CUS_STAT_02 are SAP standard forms for customer statement.  You can use either one but usually you will create your own (by copying) to add company logo and name, etc.
    If you use program RFKORD11 for customer statement, you specify the form to be used in the "Correspondence" field.

  • Customer Statements F.27 by email

    Hi all: I want to send custom statements by email using F.27
    Do I use BTE 2310? I have already mapped it in FIBF using the sample code in include LXFKOF01
    I have put a breakpoint in the BTE however its not stopping.
    what else am i missing?
    please help
    thanks
    Brian

    Hi Brian,
    I have same requirement,
    Will you please give me some idea how you solved the problem
    Thanks in advance

  • Customer Statement to be Send by Email

    HI,
    I have config the Customer statement by means of correnpondence & it working fine.
    But I need to send it through email maintained in customer master when i run f.27 mails should be send automatically.
    For doing this do we need  to do any config required or do we need to direaclty write it in the program code it self.
    Regards,
    Sids

    Hi Sids,
    It is possible to send via Distribution list (S023) by selecting the Recipient list. However, let me check a little bit more as to whether it is possible to send based on the email address on the customer master.
    Rgds
    NW

  • Customer Statement send by email

    Hi,
        I have a problem in sending multiple customer statement seperatly to each customer by email .Here  i can able to send email to all the customers but the attachment contains all the customer statements.but i want to send the particular statement to a particular customer as per the email id.so how to solve this pls help me to solve it.
    Thanks,
    Rajendra.

    Hi Rajendra,
    Did ur query got solved, i have similar query with me.. I need to send sms and email after delivery for ship to party for multiple recipents individually. the particular details has to go to the paritcular company not to others. Please do reply.... if possible give me ur contact number and email id for further clarifications.
    thanks and regards.
    Abdur Rafique

  • How to send multiple customer statements by email using RFKORD11 program.

    Hi All,
    How to send multiple customer statements by email using RFKORD11 program. Is it possible?
    As of now we copied the stanadard program and sending the customer statements by email, one by one.
    if i execute the z program it will show the customer statement and send mail option.
    if i click send mail it will send that customer statement to the corresponding customer.
    then again i need to click back, it will show next customer statement and click on send mail.
    Pl guide me, if any one worked on this program.
    thanks in advance.
    Regards,
    Mahesh

    Try execute the program in the background to see if that helps.

  • How to send multiple customer statements by email using RFKORD11

    Hi All,
    How to send multiple customer statements by email using RFKORD11 program.
    As of now we copied the stanadard program and sending the customer statements by email, one by one.
    if  i execute the z program it will show the customer statement and send mail option.
    if i click send mail it will send that customer statement to the corresponding customer.
    then again i need to click back, it will show next customer statement and click on send mail.
    Pl guide me, if any one worked on this program.
    Regards,
    Mahesh

    Hi .
    You first need to copy that program to Z and make the changes in it. Can you convert sapscript to smartform?
    then you can write a logic to send mail in the loop.
    to send the pdf file
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/mailsendthroughoutputcontrols
    Regards,
    Madhuri
    Edited by: madhuri sonawane on Jun 10, 2009 4:20 PM

  • Sending one Customer Statement to 4 Sales Rep Email ID

    Hi All,
    i need to send one customer statement to 4 sales rep Email ID. these sales rep are assigned to different sales area. please give me your possible solutions.
    thanks in advance

    I am not sure of what you mean by Customer statement.
    What I can think of is that we can set up a background job for that T.Code and give the email ids in the spool recepient of the job. Once the job is complete emails would be sent.
    Hope this helps.

  • Tcode to send custom data using custom message type in ALE

    I have ceated custom message type and i want to send data to say system B.I wanted to know Tcode to send custom data using custom message type in ALE.
      for example:
    material data...message type = matmas....tcode = BD10.
    like this.
      i hope you have got my question.
    plz guide me?
       regards
         mallikarjun mangalore

    Hi,
    Sending data through ALE is not a single-step process. Take a look at http://www.sapgenie.com/ale/. The paper at http://www.sapgenie.com/sapgenie/docs/ale_whitepaper.doc is a wonderful resource for the ALE process.
    Regards

Maybe you are looking for

  • Live! Cam Voice causing XP to crash

    I have been using the Live! Cam Voice with no problems for about two months. However, now all of a sudden it is causing XP to crash and reboot, sometimes after an hour or so, and sometimes all it takes is having WebCam Center opened without uploading

  • BBC iPlayer just stopped working on N97 - 29/04/10

    N97 Firmware v21.0.045 Just last night BBC iPlayer stopped working for me has been working every other day (and have used it every day for last week or so) and never had any problems in the past. Symptom; app a bit slow to start and a bit slow to loa

  • Lost ability to pair iphone with vehicle

    Up until last week, I had bluetooth connectivity with my iphone in my vehicle.  After upgrading to iOS 8.3, my iphone is no longer discoverable.  I reset network settings, tried to pair my phone with another vehicle, and nothing seems to work.  The t

  • Superdrive won't read original CD's

    I just purchased a MacBook 2.0/1GB ram three days ago. Everything has been working relatively smoothly until today, when I inserted an original audio CD for the first time. It launched in iTunes but when I tried to import tracks to my library, iTunes

  • Totally ridiculous.... Lumia 800 won't sync my con...

    I've been having this problem for a while now (~1month) with my company phone I use for business and would need this basic functionality to work to be able to change my broken Lumia800 (speaker is kaputt) to a new one (which I already have sitting on