Error in Using Print Version  on Standard Report

Hi Experts,
I am working on Governance risk compliance and on clicking  'Print Version' on output of a report, sytem is giving the following error:
Print version System Failure: call FM SALV_WD_EXPORT_PDF to ProgId ssrchgrc_PORT
I have checked the entire configuration as specified in SAP Note : 918236.
Please help.
Thank you
Depesh

Hi Depesh
Did you solve this issue? If so are you able to advise what was done to fix the issue.
I am also having a similar issue. It works OK on our development systems but on our UAT systems we getr this message.
Thanks
Rajdeep Kumar

Similar Messages

  • While Printing using Print Button on Crysal Report Loses focus.

    Hi all,
    I am using CR XI along with VS2003 for developing my application.
    My application uses a Treeview to list all the available reports, once user select one of the report. I am using another dll, which contain all the rpt files as Embedded Resource, for showing the report in Crystal report viewer.
    Once report get loaded, I am using Print Button from Crystal report viewer to print the report.
    report get printed properly..
    However a strange behavior occurring, Form with Crystal report viewer control placed loses focus and immediate below window coming into focus (some other opened window get activated and bring to front and hiding my application).
    Any suggestion would be appreciated.
    Thank you
    Riju K K

    Hi Brian,
    Thanks for you are reply.
    I think I am not creating a separate process,
    From my application, I am creating an instance of form (which is in another DLL) which is hosting Crystal report viewer.
    If click "Print" button on the Crystal report viewer, I am getting a Printer selection form.
    If I cancel from there ,my Crystal report viewer form get focus back.
    If select a printer and click "OK". my Crystal report viewer form lost focus and some of the other window opened (word, ie, etc) before get focus.
    My assumption is Crystal Report viewer's "Print" button may be using a separate thread for Printing.
    that may creating this focus issue.
    what you think?

  • #SYNTAX error while using Merge Dimension in webi report

    Hi All,
    # Syntax error when using merge dimension in webi report
    screen shot has been attached.
    iam using BO 4.0 SP6
    checked the datatypes in BW
    they are same in BW in both the queries
    i followed the given links but no result.
    https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3138343530303526
    https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3136323339323126
    https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3137353438313026
    http://scn.sap.com/thread/3592588#15241008
    Need Help!!!!!
    Regards
    Sushma

    Hi Mark,
    Thanks for the reply,
    I did not use any formula,
    I used merge dimension
    Anyways i tried in other system,it s working fine.
    Regards
    sushma

  • Handle print function in standard report

    Hi,
    Is it possible to handle print event in standard report ? I made my own status-gui with print button activated (assigned function code), added in code:
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'PRN'.
          PERFORM my_prn_control.
      ENDCASE.
    but, when I press print button in report, at-user-command section isn't triggered :/

    strange... after few restarting of abab probram sy-ucomm cointains correct assigned value

  • Error while using user defined function in reports

    Hi,
    When I use the below user defined function in oracle reports I got the wrong number of arguments error
    select test_function(id,a_number,v_date-14,b_number) from dual;
    If I remove -14 from the argument it works. But iIneed to subtract 14 days from the date.
    Thanks for your help.

    select test_function(id,a_number,v_date-14,b_number) from dual;
    you have to give the command like this to_date(v_date,'dd-mon-yyyy')-14
    because the v_Date you choose in the parameter form is not having the corrent date format
    the format dd-mon-yyyy is the format in which v_date is passed by the user.

  • Error message using print set-up utility" server-error-service-unavailable"

    while trying to use my printertoday, an error message came up" server-error-service-unavailable". i cannot add the printer in the printer set-up. it is showwing up, so i know that the usb connector is working. has anyone ever encountered this before?

    Hi aychekay
    Try following:
    - Add a TimeStamp Datatype Column to the table on the SQL Server
    - Rebind the tables into your database
    - Try your code again
    You never should run an Access Application against an SQL Server in readwrite mode without having TimeStamp datatype columns in your tables. Already for performance reasons this is a must and also, if you have datetime datatype fields on
    the SQL Server that are not exclusively maintained by Access, as the SQL Server may add miliseconds when writing the data. Same for Single precision datatypes, that may be rounded until you get the result back from the server. If you have a Timestamp datatype
    column in your table then Access is sure the record wasn't changed in the meantime and will not recheck the received record again against the database for changes in one of it's fields.
    Henry
    <aychekay> wrote in message
    news:[email protected]...
    This problem didn't go away yet. I'm having it too in Access 2007 (SP2 not installed yet) with a SQL Server 2008 Express backend. I'm sure my code is not reference any form controls or other object references. Access just complains if you try to run an Execute
    with "DELETE" on a table that has an identity column. I've resorted to deleting using a DAO recordset and loop instead for now.
    I actually started out using MySQL with MySQL's ODBC drivers and my statement worked fine. Only when I migrated to SQL Server did I start to have this problem.
    Just sayin...

  • Using two version of Crystal Report Application Server simultaneously

    We are currently using Crystal Report Server XI Release 1 in a production environment, and we would like to test Crystal Report Server XI Release 2 in a test environment, on the same network.
    Is there a way to be using those two versions simultaneously on the same network, using the same license key, for test purposes ?
    If our tests are conclusive, we will upgrade our production environment to Release 2.
    Thank you
    Anthony Arnaud

    As long as they are not on the same computer this is a rather comon configuration as best practices dictate that customers should maintain multiple environments (DEV/UAT/PROD) for example.
    If you are trying to install both on the same server it's not supported with those 2 versions and is known to cause issues where neither will work (different story if using unix and different port numbers).
    Regards,
    Tim

  • How to print logo in standard report

    Hi,
    How to print a logo in sap ordinary report
    Thanks,
    Sreedhar

    Hi Sreedhar,
    It is not possible to print logo in the ordinary report, but it can done through ALV.
    Write  the code in Top-of-page event in ALV.
    The following is the code for inserting the logo in ALV.
    FORM TOP_OF_PAGE.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
           EXPORTING
               I_LOGO             = 'ENJOYSAP_LOGO'
                IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.
    ENDFORM.
    Rewards if it is helpful...
    Regards,
    Omkar.

  • Error when used GOTO option in Web Report which is published in EP

    Hi All,
    I ran the report Process Chain Status report in EP and I got the data for that.When I right click on the one process chain and clicked GOTO option ->clicked on Process Chain Log and its giving the following error.Pls help me out regarding this.
    ---Error when processing your request -
    What has happened?
    The URL .... was not called due to an error.
    Note
         The following error text was processed in the system XXX: Template interpretation cancelled, syntax error.
         The error occurred on the application server xxx_yyy and in the work process 1 .
         The termination type was: RABAX_STATE
         The ABAP call stack was:
    SYSTEM-EXIT of program SAPLRSRR_WEB
    What can I do?
         If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system xxx in transaction ST22.
         If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server  xxx_yyy in transaction SM21.
         If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server xxx_yyy . In some situations, you may also need to analyze the trace files of other work processes.
         If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-https -c: 500 -u: XBW -l: E -s: xxx -i: xxx_yyy -w: 1 -d: 20091208 -t: 113254 -v: RABAX_STATE -e: ITS_CANT_LOAD_INCLUDE
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Your answers will be very  much helpful for ontime delivery.
    Thanks in advance,
    BI User

    Hi,
    I guess you can refer this SDN thread
    Error running SOAMANAGER
    Rgds,
    Murali

  • Report Designer Print version settings needs to change

    Hi,
    I am using BI 7.0 report designer. when  user executes report in report designer it will display report out put in web. In web there is a option like Print Version which displays report in PDF format. So user wants different PDF format not standard one like they want Land scape instead of Portrait and In footer they want page no and etc.....
    Can any one help to solve this issue.
    Regards
    Sivaprasad.

    Hello,
    Please see this docs for PDF printing
    [Creating PDF-Based Forms for Printing|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ac59107f-0601-0010-be93-e93fdbc75010]
    See this blog
    [SAP Network Blog: Simplified BEx Web Printing in SAP NetWeaver 2004s with PDF|/people/sap.user72/blog/2005/12/23/simplified-bex-web-printing-in-sap-netweaver-2004s-with-pdf]
    [SAP Network Blog: Tips & Tricks when Printing to PDF in SAP NetWeaver 2004s BI|/people/prakash.darji/blog/2006/10/29/tips-tricks-when-printing-to-pdf-in-sap-netweaver-2004s-bi]
    Thanks
    Chandran

  • A print button in a Report

    I have a displayed version and a printing version of a report. I want the end-user to print the "printing version". Therefore, I cannot use print window and also because the entire report does not show in the window. I want to create a button or hyperlink in the report that enables the end-user to execute the run link for the printing version of the report in a different window and print it using the browser's print function. What objects do I need to create to achieve this?

    I managed to do this in the following way:
    1. Create two reports - Your_report and Your_printable_report
    2. Put this in the additional PL/SQL section of "Your_report".
    htp.p('<a target="_blank" href="<URL of Your_printable_report.show>">View printable version</a>');
    3. In the additional PL/SQL section of "Your_printable_report"
    htp.p('<form><input type="button" value="Print" onClick="window.print()"></form>');
    This creates the first report with a hyperlink to the printable version, which has a button to print it.
    Hope this helps,
    Hsiu

  • Standard report appended image

    Hi,
    I'm using XPsp2, LV 2011sp1, standard report, append image VI.
    The appended image appears at a low resolution (screen resolution?) when printed. Text is perfect.
    If i resize the image to a larger resolution (dpi) it resizes it to fit within the margins but retains the low resolution. The auto-re-sizing results in a distorted image if it is resizes to fit the width, but does not need to resize to fit the height.
    Can i increase the resolution of the printed images in the report? -to 150 or 300 dpi so they do not looks so pixelated when printed?
    Thanks.

    To follow up, the response from an email support request.
    "Hi Blue,
    Thanks for the information; it was really helpful in understanding your problem further.  I've managed to print out the exact same type of response as you've been getting; the larger DPI image just comes out a lot bigger for Standard reports than the smaller DPI image. I also dragged the files into MS Word and saw that the images were resized appropriately. Interestingly enough, I set the type of the report to 'Word' and when printed, the images came out at the appropriate resolution. This means that inside of the MS Office programs, there is some internal compensation for recognition of image DPI scaling that isn't native in the Standard report in LabVIEW.
    I also selected to print a 'HTML' implementation of the report. The images were again mismatched in this state.
    Q: How do we work around this issue?
    A: There are two options I see at this point. We can either try reconfiguring the DPI of the printer that we're printing to, or we can take a copy of the resized image in Word by taking a snap of the screen and then cutting the resized image out. I just tried this out and the resized image that I cut out from a printscreen of MS Word looks just as expected on the report.
    I took a look inside the Report Generation VIs that were used for printing and I couldn't find any aspects that we could modify to alter the interpreted DPI of the images. This is because the lower level print functionality is hidden within the higher level LabVIEW Property Nodes and is therefore inaccessable from any Block Diagram code. In this regard, I don't believe that there are any direct features native in LabVIEW that as LabVIEW Users, we will be able to modify. I made a VI to resize the image in LabVIEW and then print the output, however the issue with this is all of the quality in the original image was inevitably lost.
    You can head over to the LabVIEW Idea Exchange and post this feature request on the forums and get other LabVIEW Users to Kudos it; the higher the Kudos, the more change of the feature being incorporated into a newer release of the toolkit. I definitely agree that this would be a great feature and I'd be more than happy to contribute.
    LabVIEW Idea Exchange - 
    http://forums.ni.com/t5/ideas/v2/ideaexchangepage/blog-id/labviewideas
    I hope that this is okay. If you have any further questions or ideas, please don't hesitate to get back in touch. I want to make sure you're completely satisfied with the solution that we reach.
    Kind Regards,
    So in summary: No, you cannot adjust the resolution (DPI) at which the Standard Report Generation toolkit processes appended images.... Unless anyone knows better? ...i can not get satisfactory results from either of the suggested work arounds.
    BR
    Blue

  • Standard report to check Equipment-WBS-Material-Asset No

    Hi All,
    Is there a report to have a look equipment no, which is belong to WBS, material and Asset no.
    Normally i open using IE03. Any standard report to shows all part in 1 report ?
    Please advice.
    Thanks a lot.
    Nies

    ok

  • What version of Crystal Reports do I need for ClickOnce Deployment VS2005?

    Hello,
    I have a Windows application that is currently being maintained in VS2005. Eventully we plan to upgrade to VS2008 but for now this is what we are using.
    I used the version of Crystal Reports that shipped with VS2005 to build some reports. Now I need to deploy them and I prefer to use ClickOnce. Some time ago, I checked into this process and only one specific version of Crystal could accomplish what I needed: CR XI R2.
    Now that Crystal 2008 has been released, I am curious if I can use it as a direct replacement for this package, or if it only supports ClickOnce on VS2008, or if there are any other deployment or version mismatch issues I need to be aware of. If CR XI R2 is still the only option I have for ClickOnce with VS2005, please let me know so I can buy that package instead.
    Thanks

    You can use click once with .NET 2005 and .NET 2008. Click once MSI is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100005986302008E/cr120_clickonce.zip
    CR XI r2 and CR 2008 are side by side compatible, so if you have apps using the two runtimes on the same computer, it should not be an issue.
    Ludek

  • I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been dama

    I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been damaged.  To create a PDF document, go to the source application then print the document to .pdf"  I am going to the source application and printing the document to .pdf yet it's saving the file as a .log file.  After reinstalling the software, I initially didn't encounter this problem but on my second and third attempts to convert files to .pdf format, this error message reappeared.  How do I resolve this problem?

    I have a similar problem which i did not have before...and it exists only in some powerpoint files which i want to print as a pdf file...and i get the same message as above.
    the log says the bellow details...what's the problem and how can i resolve it? thanks.
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    %%[Page: 2]%%
    Cambria not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: show ]%%
    Stack:
      %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

Maybe you are looking for

  • Creative MediaSource can't seem to see audio C

    Thank you in advance and I apologize if there's a solution posted somewhere that I couldn't find. I tried. I have a Nomad Jukebox Zen Extra that I bought a year or so ago. Works great, I love it. I've always used the software that came with it, Creat

  • One step DVD won't finalize

    What am I doing wrong? Thank you. Recently installed iDVD 5 as part of iLife for the 'One Step DVD' capability, installed over the original iDVD 3. Sony miniDV deck is firewired to my G4 Powerbook. iDVD operates the deck and goes through the One Step

  • IWeb 08 makes crappy URL with æ,ø,å that doesn't work in most browser!!!

    I live in Denmark and used iWeb 06 extensively with the danish characters æ, ø and å to name my subpages. iWeb 06 didn't care about those characters as it simply transformed them in the URL to characters/numbers that work in all browsers. iWeb 08 doe

  • 11/27/2012 Flash Player 11.5 Beta Update

    November 27th, 2012 Flash Player Beta Channel Update Note: We need Mac Plug-in users on the Beta channel.  Mac plug-in usage has not reached the critical mass necessary to detect significant issues in aggregate crash-reporting data.  Please help us o

  • Anyone know why the Finder in OS X disappears while running Firefox?

    Finder disappears while using Firefox, but is viewable with Safari. Anyone have any solutions?