EMail Crystal Layout as a Sequence

Hi all,
Is there a way of Automatically emailing a Crystal Layout / doc (eg: AR Invoice) when printing it?  I see a Print Sequance Tab in the Report and Layout Manager and I want to have an eMail sent as part of the Sequance.
Thanks.

Hi,
There is no way to print the document and email at the same time when printing is going on....
You have to do it manually.
Regards
PL.Chidambaram

Similar Messages

  • User defined fields in Crystal layout

    Hi All,
    I want to add user defined field values in crystal  layout for Sales order, but its not listed in RDR1 tables there but it's available in SAP query manager view. How can i get that in Crystal reports. please suggest on this.
    Regards
    Sree

    You can then remove the key and the fields in the database will keep their correct definitions rather than varchar(max) which is causing the initial problems.
    Adding extra keys may uause performance issues if you leave them there for a large table.
    I have also had issues of varchar(max) fields causing database connection issues when running the reports in 8.81 PL07.
    Rob

  • Standard Crystal Layout for General Ledger Report, Development Limitations

    Hi Guys,
    I have experienced some development limitations in the standard crystal general ledger layout for "General Ledger report" in SAP.
    So if we are running standard "General Ledger" report we have a lot of columns but we unable to get these columns in the standard crystal layout because PLD_Items (XML source file) doesn't contain all of them. For example, I need to add a "Project" into existing standard crystal layout and I can't do that.
    Do you have guys, any ideas how to change PLD_Items source or it's impossible?
    Any help will be appreciated.
    Thanks,
    Sergey Magsumov

    Hi,
    Please refer this thread http://scn.sap.com/thread/642764
    Thanks & Regards,
    Nagarajan

  • Crystal Layout login failed in workstation

    Dear all
    I'm using SAP 8.8 PL16, i have two invoice layouts in crysta, thar works fine in the SAPclient  installed in the server.
    The issue is In the workstations can´t print or preview, the crystal layout doesn't opens, login sa failed.
    I´ve already done the set location, but don´t work.
    Kind regards,

    Hi Ken
    This is a known issue in PL07 that SAP are looking at
    Have a look at these posts.  There are others related to this problem as well
    Crystal Reports system layout requires database logon on SBO 8.81 PL06
    Problem after upgrding to SAP B1 8,81 PL07
    Crystal layout connection reverting to original
    Hope this helps
    Rob

  • Standard Crystal Layouts

    Hi experts,
    In current versions of SAP Business One, new Crystral layouts can be imported and managed through the Report & Layout Manager. However, the PLD standard layouts are integrated into SAP B1 and can be accessed directly from the layout designer without importing them.
    So, will SAP offer standard Crystal Layouts like PLD layouts without the need to import them?
    Thank you.
    Nadia.

    Hi Nadia,
    always ensure when editing SAP Layouts, that you disable smart linking. You can find this option through the SAP Crystal Reports Menu. FIle => Option => Database => uncheck Smart Linking
    Best regards,
    Darius

  • PLD, Crystal Reports & Crystal Layout Update History

    Dear Experts,
    How can I get update history of PLD, Crystal Reports & Crystal Layout.
    In RDOC table I get value of Last Update Date of any document but not get history & No of times updation.
    SAP 8.8  PL:10
    Waiting for your valuable reply.
    Thanks,
    Srujal Patel

    Dear Srujal Patel,
    There is no log to keep those changes in current design. You may export the table from time to time to have certain images as of historical records.
    Thanks,
    Gordon

  • Remove Address Space in Crystal Layout

    Hello Experts,
    One of our customers are using Crsytal Report Layouts for Invoice. The layout currently grabs Address, Address2 fields from Logistics Tab of Invoice Document. Here in this case ShipTo and BillToAddress can contain a space in the lines.
    Say
    ShipToAdress:
    580 Broadway Fl 8
    New York NY  10012
    USA
    BillTo Address:
    445 E 65th St
    Apt 1A
    New York NY  10065
    USA
    Since an empty space exsits in ShipToAddress , i need to remove that and it should like the following:
    ShipToAdress:
    580 Broadway Fl 8
    New York NY  10012
    USA
    If there is no space between the lines ( like BillToAddress) then i need to print as it is.
    I have used the following function and works fine when an empty line exists.
    replace(replace(replace({OINV.Address2},chr(13)," "),"  "," "),"  "," ")
    How ever when a line exists it does not prints the following way:
    BillTo Address:
    445 E 65th St Apt
    1A New York NY  10065
    USA
    Can anyone help me how to achieve my requirement in Crystal Reports.

    We have used something like the following to bring through the address from the BP. You do have to take into account the address type & Name for linking, and the name can be updated which will cause issues. The address can also be overwritten in the document so there is quite a bit of logic required to get it running
    UpperCase ((if {CRD1.Street} = '' then '' else ({CRD1.Street} + Chr(10) + Chr(13))) +
    (if{CRD1.Block} = '' then '' else ({CRD1.Block} & Chr(10) + Chr(13))) +
    (if {CRD1.City} = '' then '' else ({CRD1.City})) +
    (if isnull({CRD1.ZipCode}) then '' else (' ' + {CRD1.ZipCode}))+
    (if {CRD1.Country} = 'NZ' then '' else ({CRD1.City})))
    Hope it helps

  • Text UDF Disappear in CRYSTAL Layout

    Hi all,
    I built a SBO layout for sales quotation in crystal 2008.
    When i display the layout in the crystal editor every thing works fine, but when i open the layout in SBO all the text UDF disappears (including their column headers).
    Numeric UDF are displayed fine.
    Does anyone have a clue for the source of this problem.
    Thanks, Udi

    hi,
    are you using Stored Procedure or direct to tables?
    i will recommend you use Stored Procedure and use the SQL CAST to achieve the desired output.
    regards,
    Fidel

  • Crystal Layout Import problem in SAP 8.81 PL 07

    Hello
    When i import Crystal Report by
    Administrator
    Setup
    General
    Report & Layout Manager
    When i click on Import button Then i click on next button  it can't go ahead
    when i close SAP 3 to 4 times its go ahead for path selection but i have to close SAP many times
    So what is the exact problem?

    Hi Jaykumar,
    You are absolute right some times this type of situation occured in SAP but there is no permanent solution for this.
    You have to upgrade your SAP to next PL and try again. otherwise
    Goto -> Crystal Reports -> Add-ins.
    Thanks,
    Srujal Patel

  • Crystal layout previews fine in Crystal, but not in SAP.

    Hi,
    I've built a simple report in Crystal based upon the Goods Receipt Header and Goods Receipt Rows Table.
    I've included the DocKey@ paremeter
    I've set the correct select record: {OPDN.DocEntry} = {?DocKey@}
    When I preview the report in Crystal, Crystal asks me to define a DocKey. I select 12 (because I know this has good data in SAP. My report works fine (see below).
    However, I've having difficulty generating the report from SAP. When I preview the report in SAP, it imports the correct DocKey into the layout via the DocKey@ parameter, but, it doesn't actually select any data (see below).
    I've checked the obvious things like ensuring SAP is generating the correct layout.
    Any ideas?

    Hi
    Try to Import the specific layout in SAP Business One then run the layout and also Check the below discussion
    How can Crystal Report get current DocEntry in Sales Quotation?
    With Regards
    Balaji Sampath

  • Crystal layouts crashes SAP

    Good afternoon experts.
    I'm not sure if this goes in this section.
    We are having an issue with two of our clients whenever they are trying to open a Crystal Report print layout in SAP.
    The first one is trying to preview a Check layout made in Crystal in two terminals (one with Windows XP SP3 and the other with Windows 7 Professional SP1). It freezes SAP and eventually crashes it. This client has SAP 88.1 PL 10
    The second client, in only one terminal, whenever they try to preview a sales order desing in Crystal, SAP automatically crashes. First, it happend only with a layout that included BarCodes, but after we installed Crystal reports 2008 SP01 in every terminal, except this one, it worked fine. This only terminal cannot open ANY layout design in Crystal. This terminal has Windows 7 Professional. This client has SAP 8.8 PL20
    Any comments or ideas?
    Thank you very much!

    Hello,
    You may be using an OEM build of CR 2008 the was integrated into SAP B1. Please post to that forum.
    Make sure the Barcode Font is installed on that one PC
    Don

  • DMP created in HANA when previewing crystal layout

    Hi All
    I have created a production order layout to be used in SAP HANA.
    The layout works fine in crystal, as soon as you preview the layout in sap..a dmp file gets created.
    another little error pops up.."virtual pure call" and sap shuts down.
    they are Version 9.0(9.02.001) PL09 HOTFIX 1
    This is the connection string. I am not sure if that is causing the issue:
    Thank you all
    Jerusha

    Hi,
    Please check SAP note:
    1925899 - CR_Use different database drivers or servers to design
    multi-database reports
    Thanks & Regards,
    Nagarajan

  • Editing new crystal layouts for financial reports in 8.8

    After upgrading to 8.8 PL10 I decided to investigate the new financial layouts for Crystal. When I opened the layout however I couldn't make much sense of how it is structured or even functions, it seems to reference a PLD table that I couldn't find under tables, views, or stored procedures. Any advice on how to better manipulate this report would be great.
    They are all structured similarly so lets use the new balance sheet as a reference.
    -John-Michael

    Hello!
    Here are my findings ...
    - The new Crystal Reports Layouts base deeply on the "old" PLD Layouts.
    - The table "PLD__ITEMS" is an XML-file with the data of the report.
    - If you want to show same additional fields of PLD__ITEMS on the report, it is not enough to drag the field on the report. You also  have to format the field and add additional info to the CSS-Class like: FileName="OINV";FieldNum="CardName";
    The workflow I used to edit the new CR Layouts:
    1. Edit the old PLD Layout as needed
    2. Use the Crystal Reports Converter to get a CR from the PLD [Download|/docs/DOC-8768#section16 [original link is broken]]
      (The PDF included gives some basic hints about the structure of the CR Layout)
    3. Edit the SAP CR with the informations of the converted CR (from PLD)
    Hope this helps a bit ...
    Martin Samlaus

  • Crystal layout for electronic invoice

    Good afternoon Friends.
    I wonder if any of you know any printing layout to electronically invoice in crystal that allows editing.
    I am creating a print layout but it does not want to create from the beginning.
    Thanks for the help.
    Regards to all.

    hi,
    There is no any functionality like "Define screen layout" for MIRO transaction.....
    Take help of ABAPer who can resolve your problem via coding....
    you can never ever do a MIRO for 2 vendors at a time.....
    Miro trasaction is possible for only one vendor at a time....
    and if thinking logically its abs correct...why do you need to pay to two vendors at a time..there may be different tax, freight calculation which is placed header....
    hope it helps....
    Regards
    Priyanka.P

  • Document history Crystal layout

    Dear All,
    I am working on sales quotation layout. Currently, our client (on SAP 9 CA localization) wants to print the history instance (open the document >> change log >> choose one of the old version >> print)
    I am testing the system default layout (Crystal report layout)
    When I open the old version of the document and click print, it will NOT show me anything unless it is the latest version of the document.
    When I print it by a PLD layout, it can print me the document with the old information.
    Enclosed is the screen shot.
    What I am trying to do here is, to let the user be able to print the document before and after changes.
    Later I will add the history instance number to the document so that they know which version they are printing.
    However, none of the Crystal report works even the system default Crystal report layout.
    Can anybody please advice? Thanks!
    Regards,
    Yuka

    Hi Nagarajan,
    Thanks for the answer. What I need is, open one of the history e.g. history instance #1, then print it with the instance number. So in this case, query doesn't work for me.
    The note tells me, don't use Crystal report layout if I want to print the history instance.
    Then, my question is, how to show instance number to the PLD layout? I can't link ADOC.loginstanc to the PLD.
    There is another option is, create a new layout by using ADOC and ADO1 tables. But, I can't pass log instance# to the layout. It asks me the log instance parameter when I print preview the layout.

Maybe you are looking for

  • Incorrect birthdays in ical and contacts

    I have two birthday fields showing in my contacts, one for the correct day and one for the day before. The incorrect field is the one that shows in my iCal calendar. I can't remember how or when I entered birthdays - it could have been way back when

  • Having Trouble With E-mails That Involve Animation

    This is too weird. When I receive an e-mail that has animation in it it comes through freeze framed in Mail. It does not matter if it is in my .Mac account or Verizon account. Just for the heck of it I forwarded it to myself using the Verizon account

  • Lumia 920, Black update, and Internet sharing not ...

    I have a pair of Lumia 920s, both the developer edition given out at Microsoft Build 2012.  Both updated to Lumia Black/gddr3 yesterday without any issues, both running on AT&T. however, on one of them, the Internet Sharing no longer works, while on

  • Send printer friendly page per mail

    Hello everybody. I'm very new with APEX and I couldn't find an answer to solve my problem: I have a printer friendly page with several text elements and a report so that it nearly looks like a letter in the end. Now I want to send this page as a "pdf

  • Magic Mouse piar with other devices

    I'm assuming there is little I can do about this but we have 3 iMac's with Magic Mice and two of the mice are occasionally pairing with one of the computers rather than the two machines they were set up with. Is there a way of stopping this from occu