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

Similar Messages

  • 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

  • Customer Statements and Correspondence

    Hello-
    We have couple of correspondence types created for our customer statements and invoices. We use program "RFKORD10" and have some sap scripts designed to print out customer statements.
    We were on 4.7 SP 24 and recently have applied supprot packs till 31. With the applicaiton of SP's two notes were applied to this program "RFK0RD10" which are 999507 and 854148.
    Our statements now printing way different and incorrect. We looked at the sap scripts and nothing changed. Looked at the program and these are the two changes. What else would be the problem?
    Did anyone face this issue?
    Thanks in advance.
    RNarayan

    Hello,
    Check if notes 1243485 and 1100728 are applied. If not, implement them.
    They should fix this.
    Regards,

  • 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

  • Is there any way to archive correspondence customer statements in SAP

    Hi,
    1) Is there a way to archive customer statements for correspondence that SAP has provided? If not, do you know of any way that companies use to archive customer statements?
    2) Business Address Services -- Does it fall under the realm of functional or technical teams? The reason I ask is there are some customers that need to get their statements by mail and some by fax and some with both by fax and mail. I found out that this can be done by BAS. But it all looks too technical to me.
    3) Can customer statements only be generated using SAP script or are you sure you can use SMARTFORMS?
    Your replies are stongly appreciated and points will be rewarded.
    Thanks,
    Lakshman.

    Hi Laksman,
    Welcome to SDN !!!
    Well for your answer.
    1) to my knowledge most of the company save customer statement externally, either through paper or as pdf files.but you can generate customer statement as describe by SURE above.
    2) Well Business address services fall under functional even through it seems too technical.   But you need help to techinical team to execute the same. as in the end configuration needs to be done for output types to decide if its printed or send through Fax. etc.
    3) Smartforms can also be used but SAP script is the most commonly used.
    Hope this helps.
    Please assign points as way to say thanks
    3)

  • 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.

  • 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

  • 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.

  • Sending AR Customer Statements & Invoices by Email

    We currently upgrading to R12 and have a requirement to find out if its possible to email customer Statements and invoices via email. We need the email to work for batch printing and individual printing. Is there any option avaliable in R12 that can be used to enable this functionality? Any suggestion are welcome and are appreciated.
    Thanks in advance.

    Thanks a lot Gareth.
    So will have to do some customizations. We were wondering if we can do it without making any code changes, seems not.
    This certainly is a good solution and it will give us the functionality even though we have to added some code changes I think its better then buying third party extensions. I also went through your blog and you have some very good technical information on Oracle Apps. Thank you for doing this good work.

Maybe you are looking for

  • IDoc-to-File: Status=processed succesfully but file is not always delivered

    Hi Experts, I have a problem with a IDoc-to-File scenario. I generate an IDoc and send it to the XI-System. Afterwards a XML-file is created which should be transmitted to a filesystem or to a ftp server (I tested with both). In the SXMB_MONI the Mes

  • How to uninstall Acrobat X on a Mac which now has Acrobat XI.

    I'm plagued by not being able to get rid of Acrobat 9 and X now that I have Acrobat XI through Adobe CC. My uninstall apps have disappeared or don't work. Is it possible to manually get rid of these unwanted files?

  • How can I sort audobooks by author?

    I just bought a new ipod touch with 64gb. i'm used to sort my audio books in itunes 'reading' or 'radio play'. now i must found out that ipod touch show all my audio books just after the title. is there a way to change to different view like 'by auth

  • Plug-ins for older Netscape.

    Hi ! Is anyone still using Netscape 4.7, if so, what JAVA plug-ins r u using to load servlets coded in j2sdk140_01 ? MS-IE will happily accept j2re140 but the JAVA Plug-in Control Panel only caters for Netscape 6 !

  • SQ02 Create a query whit the structures.

    Dear gurus , i create a query SQ02 whit the initial impostation " Data retrieval by program"  and insert in the field "data structure" the name of the structures where are the value, example ( AFVGD). When run the query the value is blanck . I must f