Problem with Print button in the BI reports integrated in portal

Hi,
We have some BI reports integrated into portal.and we have a Print button,which is a standard SAP functionality,doesnot work.When we click that print button it takes forever to load the page and print it.
Please help me in resolving this issue and points will be rewarded for sure
Bala

Solved myself.
The answer lies in this link:
http://help.sap.com/saphelp_nw70/helpdata/en/76/489d39d342de00e10000000a11402f/frameset.htm
See the following two properties under Paging:
Columns Scrolled for Each Step (BLOCK_COLUMNS_STEP_SIZE)
Rows Scrolled for Each Step (BLOCK_ROWS_STEP_SIZE)
The values of these two properties have to be changed in the Web Template you are using for your BI Reports.
Regards,
Ankur

Similar Messages

  • Problem with Print functionality in the BI reports integrated into portal

    Hi,
    We have some BI reports integrated into portal.and we have a Print button,which is a standard SAP functionality,doesnot work.When we click that print button it takes forever to load the page and print it.
    Please help me in resolving this issue and points will be rewarded for sure
    Bala

    Hi Edward,
    Can you clarify on your statement "You can run 3.x queries normally". I am currently declaring the bex web application string in the BW iview created in this format "infocube=0D_FI_C01&query=0D_FI_C01_Q001" and i am not defining the report template anywhere in the iview properties but still the standard template is displayed.
    Pls let me know how to run 3.x queries normally.
    Also i am trying to integrate only reports which are developed for BW 3.x format in BI system but still the data is not displayed.
    Pls let me know incase the SP level of both EP and BI portal are to be considered for this.
    EP 7 portal is on SP9 where as BI 7 is on sp12.
    Also i noticed the EP portal doesn't have BI Java Addon. will this matter for displaying reports in BW 3.x format.
    As you suggested workaround i tried to create a url iviews directly taking the links from the reports displayed in BI portal , i was able to preview the report but when i added those iview reports to role, the reports are constantly loading as it is trying to contact BI system. There are being loaded constantly with nothing displayed on screen.
    "http://sapbw:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=0D_PU_C01_Q011&VARIABLE_SCREEN=X&DUMMY=1"
    regards
    Bharat

  • Problem With Push buttons on the selection screen

    Hi All,
    I've taken 3 push buttons on the selection-screen with the following syntax
    SELECTION-SCREEN: FUNCTION KEY 1,
                      FUNCTION KEY 2,
                      FUNCTION KEY 3.
    and have removed the F8 execute button using FM RS_SET_SELSCREEN_STATUS
    Now, the problem is i'm able to perform validations using At selection screen but the code after the Start-of-selection is not being triggered.
    I mean the processing is being terminated after the at selection-screen.could anyone please tell me how do i trigger some code after the event start-of-selection when a user presses a push button with sy-ucomm = FC01.

    Check the below sample program :
    REPORT ZLPRWINSPC_TMP .
    tables : mara,
             sscrfields.
    select-options s_matnr for mara-matnr.
    initialization.
    sscrfields-functxt_01 = 'Clear Selection'.
    selection-screen function key 1.
    AT SELECTION-SCREEN.
    case sscrfields-ucomm.
    when 'Clear Selection' or 'FC01'.
    clear s_matnr.
    refresh s_matnr.
    endcase.
    Thanks
    Seshu

  • Problem with 'PRINT' button in OOPs ALV

    Hi All,
    I have developed a OOPs based ALV report. When ever we create an ALV we also have to create Menu bar I did that providing fuctionality for 'BACK' and 'CANCEL' buttons in main toolbar. But user wants funtionality for 'SAVE' and 'PRINT'.
    How do I do this ?  Is there any stadard code which I can paste in PAI and use it. Classic ALVs handle this by default and OOPs doesn't do this it handles only a table level. But in my report I have a header information also. If user uses the standard 'PRINT' button at table level, only table contents are printed not the header information.
    Please let me know how to handle 'PRINT' & 'SAVE' button in OOPs ALV.
    Thanks in advance.

    Hi Ravindar,
      This programe BCALV_TEST_GRID_PRINT has used the normal class cl_gui_alv_grid where as I have used CL_GUI_ALV_TREE class.
    Regards,
    Deepthi.

  • Problem with 'Print' button in ALV

    Hi All,
    I have developed a OOPs based ALV report. When ever we create an ALV we also have to create Menu bar I did that providing fuctionality for 'BACK' and 'CANCEL' buttons in main toolbar. But user wants funtionality for 'SAVE' and 'PRINT'.
    How do I do this ? Is there any stadard code which I can paste in PAI and use it. Classic ALVs handle this by default and OOPs doesn't do this it handles only a table level. But in my report I have a header information also. If user uses the standard 'PRINT' button at table level, only table contents are printed not the header information.
    Please let me know how to handle 'PRINT' & 'SAVE' button in OOPs ALV.
    Thanks in advance.

    Cancelled

  • Problem with Print button in service confirmation

    Hi Experts,
    I am facing a problem in service confirmation in pcui.When the system status is completed i am unable to select the print option, as the print button is disabled.
    I have assigned action for smartform print in confirmation.I am able to view the print button before changing the status to complete.
    The same is working fine in UI.
    Can anyone suggest some solution to the problem?
    Regards,
    PePe

    Hi Ravindar,
      This programe BCALV_TEST_GRID_PRINT has used the normal class cl_gui_alv_grid where as I have used CL_GUI_ALV_TREE class.
    Regards,
    Deepthi.

  • Problem with dynamic columns in the BEx report

    Hi Gurus,
    I am tryging to build some planning application using BI-IP and input ready queries.
    I'm facing issues with making the columns in the query 'dynamic'. The example is given below: -
    Lets say there are states and cities for which we have to plan sales volumes. Depending on the value I choose for 'State' it should create as many columns for 'Cities' as per the hierarchy of the cities.
    Lets say if I choose Maharashtra then the report shud look like :-
    State-> Maharashtra
    Rows               Column1                      Column2                      Column3
    GL Account      Mumbai/0quantity        Pune/0quantity            Aurangabad/ 0quantity
    1000000            1000                               1500                              1200
    State--> Karnatka
    Rows                 Column1                  Column2
    GL account        Bangalore                 Mangalore
    1000000
    Any idea how this can be achieved?
    Best Regards,
    SSC

    Hi friend,
    See the link below it is having the solution of hiding the columns in smart forms
    Hide table columns in smart form?
    Create a table to display your values with 12 col and hide the columns based on the idea provided in the link above.
    I think this will solve your issue if you still have queries please revert back to me i will help you.
    Thanks,
    Sri Hari

  • CRVS2010 Beta - Problems with printing Crystal Reports for VS 2010

    Good afternoon,
    We have the following problem, we used the version of Crystal Reports that came integrated with visual studio for several years. But we are migrating to the version of Visual Studio 2010, and we are using the version of Crystal Reports for this same version, running on screen is correct, and run all the reports, but in print there is a failure we could not solve. Our customers use printers dot matrix as the "Epson LX300 +", but when you print the report leaves the impression defective in the previous version of Visual Studio 2005 "The impression is quite clear, we have attempted to overcome this problem with the options of PrintMode with activex and pdf in the CrystalReportViewer, and RenderingDPI option with multiple values. Obviously when using other types of printers such as laser or inkjet printing is perfect, but due to cost our customers use the printers mentioned. The server where the application is Windows server 2008 and client computers are windows xp, windows 7, windows vista. As network hardware and printers are working properly, and from other applications and from the other server with versions of Crystal Reports If anyone knows how to solve this problem I would like to receive support and ideas.
    Thanks
    Subject modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
    Edited by: Ludek Uher on Oct 11, 2010 3:42 PM

    I have a question about printing reports. We are using VS2008 and the CR reportviewer with printmode = ActiveX. Many of our users absolutely hate the number of steps they must go through and the time it takes to print a Crystal Report when printmode = PDF. In our environment several times per day, we need to produce hard copies of reports for legal reasons. Making the users first render the report, then had it off to Adobe to print simply takes too much time which is why we are using the ActiveX print control.
    We recently started looking at VS2010 and discovered the issue with the unbundling of Crystal Reports. We have not downloaded CR for VS2010 yet.
    My question is this: for VS2010, what happened to the ActiveX print control? I read somewhere that it was going to become some WPF-type thing but there weren't many details about that. So when a user clicks on the print button in the Crystal Report Viewer intended for VS2010, what can they expect? Can they still print straight to a printer (is there something that gives them this capabitliy like the Active X print control did?), or has that capability been deprecated and they have to go through PDF? Thanks in advance for any information you can give me.

  • A problem with rollover button

    i have a problem with rollover button in the menus when i upload my site to the hosting server. When i preview in browser with Dreamweaver before upload , there are no problems.
    Thank you!

    You have not uploaded the images on the server which is why rollover is not working. When we put the url - http://modano.1gb.bg/button4a.gif in browser it takes the user to the home page of the hosting company. I think you need to check to make sure that the images are uploaded properly.
    Regards.
    Barbara Long

  • Problem with printing some report

    hi very body
    we have some problems with printing some reports.
    the problem is when printing a report the computer processes stoped
    and i should restart the computer a gain to print the report for first time and
    then in the second time i have same problem.

    Maher,
    You can check out the new printer driver test utility verions2.0 on OTN at:
    http://otn.oracle.com/software/products/reports/files/printerdrivertest.zip
    This should help you determine if it is a printer problem or whether you should look into another area.
    Also, you don't mention which version of reports, what command line options your using, the computer
    configuration your using whether it is a network printer or local printer connected to the machine. Support
    will need this information to help determine where your problem lies.
    Regards,
    The Oracle Reports Team

  • Problems with parameter button in Crystal Report Server  2008

    Dear all,
    I have problems with parameter button in Crystal Report Server 2008.
    when I created some parameters and groups in Crystal Report 2008, they showed both parameters in 'Parameter button' and group in 'Group button'  on the left, so I can choose or type without clicking 'Refresh button' But when I added it to Crystal Report Server 2008 and I click parameter button , it doesn't show any parameter. Only click refresh button to choose them. On the other hand, for 'Group Tree' is ok. When go to Default Setting-> Parameter, all parameters are in 'Unused parameter'  First time I think I had problems with my installation, but when I reinstalled it again, it was like before.
    Could any one help me with this?
    I appreciate looking forward to your reply
    Ketya

    Try posting your questionin the correct forum, this is for SAP Business One, not Crystal reports Server

  • Problem with printing to a HP Photosmart Premium C410

    Printer purchased and installed on July 9, 2011. Connected wirelessly to a D-Link Xtreme N GIGABIT  Router  Model   DIR-655. Router IP address 192.168.0.1
    The printer worked fine until last week. Then one of our Laptops could suddenly not print or scan anymore.
    There are Two Dell Laptops connected to the same router.
    The first Laptop, Dell XPS M1530 running Windows Vista Home Premium Service Pack 2, 4GB Ram 32 bit OS. This machine can print to HP C410 printer directly with no problems. It can see the printer’s embedded web server at 192.168.0.254 and can scan from there into a file on the laptop or can print the just scanned image from the embedded web server.  It can also print to it using HP eprint.
    The second Laptop, Dell Inspiron M1545 running Windows 7 Home Premium Service Pack 2, 3GB Ram 64 bit OS. This machine CANNOT print directly to the HP printer.  It can see the printer’s embedded web server at 192.168.0.24 and can scan from there into a file on the laptop (I used a PDF format and brought it up in Adobe Reader to be sure) but it CANNOT print the just scanned image from the embedded web server.  The print process fails and shows the document still in the spool queue with an error status. It can print to the HP C410 using HP eprint.
    I have used the HP suggested process of uninstalling all the printer software and re-installing it from the original CD (tried this three times) and by downloading it from www.hp.com. I have also installed the HP fix titled: Following a Network Installation, the Product Loses Functionality and Is Missing from the Devices and Printers Menu after the Computer Is Restarted in Windows 7 (64-bit Only)  
    I installed the fix after a complete un-install / re-install cycle.   I have run the HP Print Diagnostic Utility at this point in the process and it returns a clean (All Green Check Marks) report but its final test print fails in the same manner.  
    Thanks in advance for help in solving this problem.

    So, this post, as well written as it is, went totally ignored by the HP personnel that are supposedto be "helping" us poor novices? WOW! No wonder this crap gets thrown out of the house so often.
    I have two HP network printers. An HP Officejet 4500 G510g-m, and a HP Photosmart Premium C410a, and they are the most unreliable pieces of "equipment" that I have in my network. This is absolutely trhe crappiest bunch of junk on the market. The only thing worse than these "devices" is the support from HP for them.
    I also have a HP Photosmart C5280 AIO, and a Deskjet D2345 Printer. I have little, to no, problems with these two. The "flagships" of my network imaging are the worst, of the worst.

  • Problem with printing a PDF

    Hi All,
    I'm developing a web application written in J2EE that uses Java Reporting Component (JRC) to display crystal reports from some filters recovered from a jsp and passed to a report .rpt previously designed and invoked just at runtime.
    I have a problem with printing a PDF:
    I want, after entering the filters in a jsp, to print a report in PDF format (WORD) without opening it
    with Adobe Reader (Microsoft Word). The class of API JRC used for export is ReportExportControl.
    Can anyone help me?
    I wish a great day to You all.

    Hi Ted Ueda,
    sorry for the delay of my answer.
    I understand very well the problems related to security.
    With the following code that I used to produce a report (PDF) at runtime,
    is the PDF created on the server and then sent to the client, or is it directly created on the client as PDF
    from RTF previously realized?
    ReportExportControl exportControl = new ReportExportControl();
    String report = report path;
    ReportClientDocument reportClientDoc = new ReportClientDocument();
    reportClientDoc.open(report, OpenReportOptions._openAsReadOnly);
    Object reportSource = null;
    reportSource = reportClientDoc.getReportSource();
    //The method setConnectionProperties() stores all the connection parameters in the collection
    //ConnectioInfos
    ConnectionInfos connInfos = setConnectionProperties(request, reportClientDoc);
    exportControl.setEnableLogonPrompt(false);
    exportControl.setEnableParameterPrompt(false);
    exportControl.setReportSource(reportSource);
    exportControl.setDatabaseLogonInfos(connInfos);
    //Single method to pass parameters to Crystal Reports. Using classes ParameterFieldController and
    //ParameterFieldDiscreteValue
    setReportParametersValue(reportClientDoc, reportParameters, subReportParameters);
    ExportOptions exportOptions = new ExportOptions();
    //Set the export format (PDF)
    exportOptions.setExportFormatType(ReportExportFormat.PDF);
    PDFExportFormatOptions PDFExpOpts = new PDFExportFormatOptions();
    exportOptions.setFormatOptions(PDFExpOpts);
    exportControl.setExportOptions(exportOptions);
    exportControl.setExportAsAttachment(true);
    try {
          exportControl.getHtmlContent(request, response, getServletConfig().getServletContext());
    } catch (ReportSDKExceptionBase e) {
    throw new ApplicationException("error code", ": error message"); }               
    As, however, I predicted in my previous message about the direct printing on the client,
    I read about ActiveX, but I don't know how to use them.
    I read this information in the 'Crystal Reports for Eclipse Developer Guide' about "printMode" attribute:
    "In ActiveX print mode, an ActiveX control is downloaded to the client machine and the report is send directly to the printer...."
    The ActiveX alternative is a java applet that runs on the client and takes the pdf from the server and prints directly onto the clients through the commands that I used in the DOS command line:
    1)     AcroRd32.exe /p /h FILENAME
    where
    /p = print
    /h = hide window
    to print the report and
    2)     tkill AcroRd32
    to close Adobe Reader, because it doesn't end automatically after printing and the command  /h  is used just to minimize the process.
    I hope you can give me advice because I need to print directly on the client. Thank you

  • Problem with printing pdf file

    hello,
    lately i have problem with printing pdf file:
    i click on the print button and the respod is very slow
    it takes more than a minute till the print window apears.
    i tryied to install version X but it's the same, the problem exist only when printing via adobe reader,
    other programs i'd working much faster.
    please advice,
    thank you

    No, it is not set to overprint. Also, I have to add that the printing results were not consistent. Sometimes it covered and sometimes it did not.

  • Problem with printing ALV lists

    Hey Guys,
    I have a problem with printing ALV lists ,
    I created a report with several ALV lists (not grids) on the same screen but when i attempt to print the report
    it prints each alv list on a different page..so if i have 3 alv lists in the same report it will print the report on 3 pages
    How can i print  them all in one page?
    Thanks in advance
    Noha Salah.

    Hey Max,
    I tried setting the Layout-list_append  before my block_list_append function call
    And setting the is_print-NO_NEW_PAGE , it printed the 3 lists on one page the only problem i have
    is that the lists are truncated and the list formats has totally been messed up..how can i restore them back
    to their original format?

Maybe you are looking for

  • Download for BI 7.0 Front-end components

    Hi, Im trying to find the place where I can download the BI Bex Suite of programs mainly BEx QD, BEx Analyzer and BEx Web Analyzer. Do you know where I can download this software or does anybody have the software that they could send to me. The softw

  • How to change the top left corner icon of a Frame?

    I have created jpg and would like to replace the default java top left corner icon of a JFrame and JInternalFrame, how to change it?? thx very much

  • Itunes download doesn't display option to download itunes

    I am on the apple store to download itunes, but the link doesn't provide an option to download the app.  The page where the download is supposed to be doesn't have the option just the Red Hot Chili Peppers.

  • Apple Mouse Slow - Anyway to speed up the tracking?

    I've been using a Mighty Mouse for a while which is fine, but one thing that annoys me is that its quite slow tracking across the screen with the tracking on FULL fastest.. I have a nice small nifty PC mouse, which on a Windows machine is very nifty

  • Broadcasting from Portal - Email Zip Functionality Issue

    Hi, After upgrading to BW 7.01 SP7, the functionality to send a zip broadcast email with multiple Excel files is not working properly.  The broadcast setting in question is based off a query, and is using control query functionality to send out multi