Sending Financial Statements by email without Publishing

I have Crystal Reports Server but I do NOT have the $18,000+ Publishing add-on package.   I need to send out financial statements as a PDF email attachment to 1,200 clients.   We did this in Crystal Reports Server XI but we had to setup 18 reports and under those reports were 70+ report instances per customer.   We just upgraded to Crystal Reports Server 2008 and without the publishing package I guess I have to configure the same setup that I had before with the reports and an instance per customer.   Does anyone have a suggestion on doing this?
Thanks - Bryan Compton

Upgrade your CRS server to the latest service pack and then use the import WIzard to import the reports ALONG with the report instances. THis way you do not really have to reschedule your reports.
Regards,
Stratos

Similar Messages

  • Is there any easy way to send free invoice via email without my credit info

    Is there any easy way to send free invoice via email without my credit info?

    Depends upon what you mean by 'it failed'. If it's that you are getting a message to contact iTunes Support then no, you will have to contact them (the 48 hours should be the maximum time that it takes for them to reply).

  • FM to send text message external email (without any attachments)

    Hi Guys,
    Can somebody tell me the function module and share the code to send simple text message email to external email.
    Thanks,
    mini

    U can use FM SO_NEW_DOCUMENT_ATT_SEND_API1. For details check this sample code.
    report zmail.
    Parameters
    PARAMETERS: SUB LIKE SOMLRECI1-RECEIVER
                  DEFAULT 'Subject line'.
    PARAMETERS: EAD LIKE SOMLRECI1-RECEIVER." Mail id
    PARAMETERS: L01 LIKE SOLISTI1-LINE
                  DEFAULT 'Body text'.
    PARAMETERS: L02 LIKE SOLISTI1-LINE.
    PARAMETERS: L03 LIKE SOLISTI1-LINE.
    PARAMETERS: L04 LIKE SOLISTI1-LINE.
    PARAMETERS: L05 LIKE SOLISTI1-LINE.
    PARAMETERS: L06 LIKE SOLISTI1-LINE.
    PARAMETERS: L07 LIKE SOLISTI1-LINE.
    PARAMETERS: L08 LIKE SOLISTI1-LINE.
    PARAMETERS: L09 LIKE SOLISTI1-LINE.
    PARAMETERS: L10 LIKE SOLISTI1-LINE.
    Macro
    DEFINE M_LINEADD.
    IF NOT &1 IS INITIAL.
      TAB = &1. APPEND TAB.
    ENDIF.
    END-OF-DEFINITION.
    Variables
    DATA: BEGIN OF TAB OCCURS 10.
    DATA:   LINE(40).
    DATA: END OF TAB.
    DATA: RC LIKE SY-SUBRC.
    Main program
    START-OF-SELECTION.
      REFRESH TAB.
      M_LINEADD L01.
      M_LINEADD L02.
      M_LINEADD L03.
      M_LINEADD L04.
      M_LINEADD L05.
      M_LINEADD L06.
      M_LINEADD L07.
      M_LINEADD L08.
      M_LINEADD L09.
      M_LINEADD L10.
      PERFORM Z_SEND_EMAIL TABLES TAB USING EAD SUB RC.
      IF RC IS INITIAL.
        WRITE: / 'Your e-mail has been sent successfully.'.
      ELSE.
        WRITE: / 'Your attempt to send an e-mail failed.'.
      ENDIF.
          FORM Z_SEND_EMAIL                                             *
    -->  ITAB                                                          *
    -->  EMAILADDRESS                                                  *
    -->  SUBJECTLINE                                                   *
    -->  RETURNCODE                                                    *
    FORM Z_SEND_EMAIL TABLES ITAB
                      USING  EMAILADDRESS TYPE C
                             SUBJECTLINE  TYPE C
                             RETURNCODE   LIKE SY-SUBRC.
      DATA: DOCUMENT LIKE SODOCCHGI1.
      DATA: PACKLIST LIKE SOPCKLSTI1     OCCURS 0 WITH HEADER LINE.
      DATA: CONTENTS LIKE SOLISTI1       OCCURS 0 WITH HEADER LINE.
      DATA: RECVLIST LIKE SOMLRECI1      OCCURS 0 WITH HEADER LINE.
      DATA: FIELDLEN TYPE P.
      DATA: TABLINES TYPE P.
    Initialization
      CLEAR: CONTENTS, DOCUMENT, PACKLIST, RECVLIST.
      REFRESH: CONTENTS, PACKLIST, RECVLIST.
      RETURNCODE = 12.
    Contents
      CONCATENATE
        'The following message has been sent from SAP'
        SY-SYSID
        SY-MANDT
        '(Do not reply to this message):'
          INTO CONTENTS SEPARATED BY ' '.
      APPEND CONTENTS.
      CONTENTS = SY-ULINE(40).
      APPEND CONTENTS.
      LOOP AT ITAB.
        CONTENTS = ITAB.
        APPEND CONTENTS.
      ENDLOOP.
      CONTENTS = SY-ULINE(40).
      APPEND CONTENTS.
    Document
      DOCUMENT-OBJ_NAME = 'EMAIL'.
      DOCUMENT-OBJ_DESCR = SUBJECTLINE.
      DOCUMENT-OBJ_LANGU = SY-LANGU.
      DOCUMENT-OBJ_EXPDAT = SY-DATUM.
      DOCUMENT-SENSITIVTY = 'F'.
      DOCUMENT-OBJ_PRIO = 9.
      DOCUMENT-NO_CHANGE = 'X'.
      DOCUMENT-PRIORITY = 9.
      DOCUMENT-EXPIRY_DAT = SY-DATUM.
      DESCRIBE FIELD CONTENTS-LINE LENGTH FIELDLEN.
      DESCRIBE TABLE CONTENTS LINES TABLINES.
      MULTIPLY FIELDLEN BY TABLINES.
      DOCUMENT-DOC_SIZE = FIELDLEN.
    Packing list
      PACKLIST-TRANSF_BIN = SPACE.
      PACKLIST-HEAD_START = 1.
      PACKLIST-HEAD_NUM = 0.
      PACKLIST-BODY_START = 1.
      DESCRIBE TABLE CONTENTS LINES PACKLIST-BODY_NUM.
      PACKLIST-DOC_TYPE = 'RAW'.
      APPEND PACKLIST.
    Receiver list
      RECVLIST-RECEIVER = EMAILADDRESS.
      RECVLIST-REC_TYPE = 'U'.
      RECVLIST-COM_TYPE = 'INT'.
      RECVLIST-NOTIF_DEL = 'X'.
      RECVLIST-NOTIF_NDEL = 'X'.
      APPEND RECVLIST.
    Call the mail function
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                DOCUMENT_DATA              = DOCUMENT
                PUT_IN_OUTBOX              = 'X'
           TABLES
                PACKING_LIST               = PACKLIST
                CONTENTS_TXT               = CONTENTS
                RECEIVERS                  = RECVLIST
           EXCEPTIONS
                TOO_MANY_RECEIVERS         = 1
                DOCUMENT_NOT_SENT          = 2
                DOCUMENT_TYPE_NOT_EXIST    = 3
                OPERATION_NO_AUTHORIZATION = 4
                PARAMETER_ERROR            = 5
                X_ERROR                    = 6
                ENQUEUE_ERROR              = 7
                OTHERS                     = 8.
      RETURNCODE = SY-SUBRC.
    ENDFORM.

  • Can I send my photos by email without a .Mac account?

    Got my first digital camera, got them into iPhoto but can't send them by email as I get Error message: "This message could not be delivered and will remain in your Outbox until it can be delivered. The server "mailhost.worldnet.att.net" refused to allow a connection on port 587," or sometimes, "The connection to the server, etc. . . . on port 587 timed out." I've gone to Mail Preferences and when I tried to "add" I only get the option to become a .Mac subscriber, which I don't want to do. This has happened previously with automatic replies to some businesses which only want to send replies by Mail. I use Safari consistently and don't see why I have to pay to send replies or now, my photos, to someone. Do I have other options or should I be asking AT&T these questions? Thanks for any easy-to-understand help.

    You do not need .Mac in order to send photos by e-mail. It sounds like you use ATT as you internet provider. Have you configured Apple Mail to be able to send e-mail yet? Can you send an e-mail text message OK?
    If you haven't yet gotten Mail configured to work with your ATT account a quick call to ATT should give you all the information you need. Setting up Mail is easy.
    Post back with further questions.
    Regards,
    Steve M.

  • My phone is sending a lot of emails without my knowledge

    I've only had my 8900 for a week now and I incorporated my gmail to it. for the last two days it's been sending emails to just a group of random numbers with the domain usually like @txt.att.net OR @comcast.net OR @messaging.nextel.com etc. The only reason I find out is when my email sends me a 'Message not delivered' email. How can I stop this from happening? When I go on my gmail from my computer the same messages are there. I never had this problem before I incorporated my email with my phone. Any help out there?
    Solved!
    Go to Solution.

    I suspect those gmail are being sent from your PC, either you have a virus on the PC or a spammer has hacked your gmail account.
    Gmail items sent FROM your gmail web portal will now reconcile the sent messages to your BlackBerry as sent items. It's a new feature of BlackBerry Internet Service implemented over the past month.
    Your problem is not with the BlackBerry, but with your gmail account.
    Good luck.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HELP - I need to send copies of 200 emails without printing them

    I hope somebody can help.
    I have approx 200 emails in a folder in Mail. I need to get copies to somebody to read them as individual emails in date order. Obviously one option is to print each and put them in a file in date order but this would mean a huge amount of printing. Ideally I would like to burn them into a disc or put them on a memory stick that could be given to the other person for them to then be able to open each email and read through them. I have discovered the forward as attachement option in Mail. This almost dos what i need as it produces a file for each email that can be sent as an attachment. Can these files be saved and then copied to a disc or memory stick?

    If you select all of the emails you want, then choose save as… from the File menu, it will save them as rich text format (rtf), raw message source, or plain text. Both rtf and plain text only saves the content. raw message source contains all the headers and such, but is not really human readable and I couldn't get mail to open that file.
    Now, each of the emails is stored as a file inside your username/Library/Mail folder. They would be easier to find if you created a new mailbox in Mail and moved them into that mailbox. Then they would be inside of username/Library/Mail/Mailboxes/mailboxname/mailboxname.mbox
    You could then attach all of those files to a message.

  • TS3276 how do I send photos in email without them being embedded in the email (and therefore un-downloadable)?

    How can I send photos in an email without them being embedded (and therefore un-downloadable)?

    They are still attachments, even though you see the embedded version (which can be turned off by rightclicking the embedded attachment and choosing 'View as Icon')

  • Every time I send a photo via email, I have to type in my password.  I'd like to disable that.

    I can't seem to send a photo via email without having to type in my password.  Can I disable that?

    Hello, olyhank. 
    Thank you for visiting Apple Support Communities.
    Here is an article that will walk you through some troubleshooting steps for this issue.  Start with the attached section in the article below.
    Tip: If you see a sheet or dialog that states 'Enter the password for user "email address'", this indicates that the email service provider is having an issue with the password being sent by Mail, or there is an issue with the email account. Contact the email service provider for support. ChooseWindow > Connection Doctor click "Show Detail" then click "Check Again". The information displayed in the "Show Detail" drawer may include details from the email service provider about what the issue is. Look for headers that start with "[ALERT]".
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    Cheers,
    Jason H.

  • Create a csv file and send it in an email

    In coldfusion, is it possible to  create a csv file and send it in an email, without ever saving that file on the hard drive?

    Yes, you can create an email attachment without writing a file to disk.  This feature was introduced in CF 8.0.1.
    I've posted a sample to a previous thread on the forums.
    http://forums.adobe.com/message/2123297
    See the CFMAILPARAM section of CF 8.0.1 release notes for attachments without a file on disk.
    http://www.adobe.com/support/documentation/en/coldfusion/801/cf801releasenotes.pdf

  • Financial Statement Export Completed with Error

    Submit 'Financial Statement Export' with the parameter as following:
    Ledger Name:& Ledger Name
    Report: &Predefined FSG Report
    Period: &Period
    Rounding Option:Calculate Then Round
    Segment Override: Null
    Accounting Date:&Date
    Template:Balance Sheet Export
    Template Locale:Null
    Destination File Name:Q_ZCFZB.TXT
    The error message is '100:ORA-01403: no data found'.
    However, through 'NS2011 (Financial Statement Generator)' & 'Financial Statement Generator (XML Report Publisher)' ,Data of the same '& Ledger Name'、'&Predefined FSG Report'、'&Period' could be outputed successfully. And the template of 'FSG: Basic Template' was chosen since Balance Sheet Export couldn't be selected in ''Financial Statement Generator (XML Report Publisher)'.
    The questions are,
    1、How the error ''100:ORA-01403: no data found'' happened?
    2、Why is the two value set of 'Template' different?
    3、What't the mean by 'Destination File Name'?
    Many Thanks,
    Jing

    Submit 'Financial Statement Export' with the parameter as following:
    Ledger Name:& Ledger Name
    Report: &Predefined FSG Report
    Period: &Period
    Rounding Option:Calculate Then Round
    Segment Override: Null
    Accounting Date:&Date
    Template:Balance Sheet Export
    Template Locale:Null
    Destination File Name:Q_ZCFZB.TXT
    The error message is '100:ORA-01403: no data found'.
    However, through 'NS2011 (Financial Statement Generator)' & 'Financial Statement Generator (XML Report Publisher)' ,Data of the same '& Ledger Name'、'&Predefined FSG Report'、'&Period' could be outputed successfully. And the template of 'FSG: Basic Template' was chosen since Balance Sheet Export couldn't be selected in ''Financial Statement Generator (XML Report Publisher)'.
    The questions are,
    1、How the error ''100:ORA-01403: no data found'' happened?
    2、Why is the two value set of 'Template' different?
    3、What't the mean by 'Destination File Name'?
    Many Thanks,
    Jing

  • ALE Distribute Financial Statement version /Cost Element group

    Hi SAP guru,
    Would any of you advise me of Standard SAP transaction to send Financial statement version or Cost Element Group via ALE(IDOC)?
    I am aware of BD18 to send GL master data (program: RBDSEGLM) to send IDOC out of SAP but also looking for a similar function to send FSV or Cost element group
    Kind regards
    taro

    Hi
    Thanks for your note.
    Please advise me on the financial statement version, as well.
    The reason for investigating this is to find out standard way to distribute/extract FSV out of SAP for both nodes of FSV and assignment of the GL accounts to the nodes.
    If you could give me some hint, i would be more grateful.
    Kind regards
    taro

  • 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

  • How do i send a group email without entering each name

    how do I send group emails without entering each seperate? The groups I created in gmail don't show in my contacts on phone

    Hi Nancy,
    The other poster has only given a partial answer, so I thought I'd better post as its now something of a specialist subject for me.
    Groups in your device are a means to group together all your contacts for friends, work colleagues etc. in your address book. they are normally created in a Mac or Windows PC address book and synched across. However your device can't send email to everyone in those groups at once using the default apps. (The reason Apple chose to do this is probably that contacts can have one, many or no email addresses, so there isnt a direct relationship between these groups and how you'd want to email them.)
    There are a number of apps available which let you define groups and send email to them inside a custom app, this works well but you can only send mail to groups from inside their app, so you can only include attachment types they have thought of, and have no means to forward a received email with attachments to a group.
    The only app that takes a different approach is our MailShot app, this creates special group contacts in your address book. They can be used to send email to a MailShot group from inside your favourite apps, just like it was built into the iPhone. By using them in Mail you can forward emails to a group of people, with attachments intact, or by using them from a different app, like GoodReader or Google Maps, you can send whatever attachments those apps create.
    Mailshot will be back in the App store next week, free to try with an in-app upgrade available to increase the number of groups and contacts it handles.
    Peter
    Soluble Apps
    Developer of "MailShot- Group Email Done Right"
    I may receive some form of compensation, financial or otherwise, from my recommendation or link. <Edited by Host>

  • Send a report by email in BI Publisher with Size of attachment is 10MB

    Hi All
    Is there any way to send an xls file in bi publisher whose size >10MB as an email attachement.Generally say the email server would not accept an attachment >5MB so.....i am looking for is there any way to compress and send these reports probably by using a web service or so......any help would be greatly appreciated.........
    regards

    The specific size limit is a function of the email server(s) involved -- the one BI is configured to talk to and the one where the user fetches his mail. Either way, it's not something directly related to BIP.
    To my knowledge, there isn't any way to tell BIP to zip/archive/compress its output.
    In general, I have found that large email attachments are usually problems waiting to happen. You may be better off to take a different tact entirely -- for instance, email a URL that accesses the report directly from the BIP server.

  • Financial statement version without data?

    Hi,
    we use F.01 (RFBILA00) to show the Financial statement.
    Question: Is there any Program / tcode etc. to show only the
    financial statement version without any data, only the structure?
    Thanks,
    Regards, Dieter

    Hi!
    Press F1 button on the financial statement structure field. On the popup, press button Customizing. This will guide you to the structure.
    Regards
    Tamá

Maybe you are looking for

  • Adobe Bridge CS3 - Favorites Disappear

    Every time I open Adobe Bridge CS3 I set up my favorites folder just the way I want them; but when I close the program down and reopen it, the favorites menu has been cleared. I tried saving my work space; But this was to no avail. The work space lay

  • Email Function Module

    Hi Experts Can anyone give the general Function module name that sends an email when there is any error occurs in the ABAP Code, Thanks PR

  • Using mac with JVC camcorder

    Hi! i'm new the the world of mac and have just bought a JVC GZ-MG330 camcorder, and am having trouble getting my new macbook to recognise and play the video files. Am i missing some download or something? There must be a way to do it since the instru

  • Excise Rebate Query

    Hi Experts, I need to develop report to fetch the excise duty paid on raw material used in export sales. Hence i need to build a logical chain starting from sales order to purhcase order Also if there is any standard report i could use would be reall

  • Where has the bookmark property for specifying the icon gone?

    In FF3 if I selected a bookmark and its properties, I was provided a field where I could specify the location on my PC for the desired icon for that bookmark. This was particularly true for specifying the icons for the Bookmarks Toolbar. I have the T