Alignment issue in Report Print display

Dear All,
I need to print the Japanese text from the report output display. PResently I am trying but I am facing problems with line alignements, they are not printing properly in the paper. Please advice me.
Thanks
Ranjan

Hi Ranjan,
Try to find a japanese font type that use the same 'character space' for all the characters, as the COURIER font does. If you check for example the COURIER uses the same number of pixels for 'l' and 'm', and TIMES doesn´t. That is what I mean.
Hope this helps,
Gabriel P.

Similar Messages

  • Issue in Report printing

    Xperts,
    I hv an ALV report program which displays some output.
    While i am printing it , it prints some fields as blank..
    Actual report output
    mmmmm1 hhhhh1 kkkkk1
    mmmmm2 hhhhh2 kkkkk2
    mmmmm3 hhhhh3 kkkkk3
    Prrinted output
    mmmmm1 hhhhh1 kkkkk1
    mmmmm2 hhhhh2 kkkkk2
    I think the issue is with some OSS notes.

    I would look at the Group Footer section for the outer-most group in the bill.  You probably have "New Page After" turned on for it, which you will need to make sure that the next bill starts on a new page.  So, you need to look at the size of your sections.  Make sure that the bottom of each section is "snugged up" to the bottom of the data in the section above it.  Also make sure to suppress any sections that do not have data in them.
    If that doesn't solve the problem, can you attach the report here for me to look at?  You would run the report with some sample data and save it with "Save Data With Report" turned on, change the file extension of the .rpt file to .txt, then click on "Use Advanced Editor" here and scroll to the bottom of the page to upload the file.
    -Dell

  • Printing alignment issue

    Hi,
    I am using inDesign CS3 on Windows XP. On the computer screen, my layouts look exactly how I want them to. However, when I print my document, the alignments are not correct. In particular, the master page spread seems not to line up with marks that I have made on individual pages. How can I fix the alignment issue?
    The printer is a HP Laserjet 9000 dn -- an industrial strength behemoth.
    Thanks,
    Liat.

    The master page content seems to be off by a millimeter or so when I print.
    The "marks" I've drawn on the actual pages are lines and rectangles. These lines and rectangles are drawn so that they fit within certain areas of the master page content. When I print, the lines and rectangles are 1-2 millimeters off from where they are supposed to be with respect to the master.
    In particular, my master page contains a theater seating chart. On the individual pages themselves, I "highlight" a certain seats in the chart by drawing a gray rectangles over these seats. When I print, these rectangles are shifted 1 mm to the left, and no longer fully "cover" the seats they are supposed to, making my publication look a bit sloppy.
    Besides this 1-mm alignment issue between the master content and the content on individual pages, all other content is printing just fine.
    I do not think that this is an issue of the page position in the print dialog box, since that would make a drastic alignment problem, not one as small as I am getting.
    I thought about converting to PDF, but: I am printing my document as a booklet. I am working with 2-page spreads, each page being 8.5 by 5.5 inches. I have been using inDesign's "print booklet" function (2-up saddle stitch) to print my double-sided booklet. I have not yet figured out how to either (1) print PDFs as booklets or (2) export my inDesign document to PDF so that all the booklet-printing properties are preserved (i.e. page order, etc.), so that I can simply print the PDF normally.
    I think you're right that PDF might be the way to go, since usually PDF's talk to printers better than inDesign seems to.
    Thank you,
    Liat

  • Printing issue of report output list display

    Dear All,
    I need to print the report output display list. So, for this I have used the following code. But it's not printing.
    Will you please check the below code and kindly let me where should I change/modify in the code.
    START-OF-SELECTION.
      SET PF-STATUS 'ZGUI_STATUS1'.
    END-OF-SELECTION.
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'PRNT'.
         DATA: l_params TYPE pri_params,
               l_valid TYPE c,
               l_arc_params TYPE arc_params.
         CALL FUNCTION 'GET_PRINT_PARAMETERS'
           EXPORTING
             destination            = l_v_usr01-spld
             copies                 = 1
             list_name              = 'TEST'
             list_text              = 'Test NEW-PAGE PRINT ON'
             immediately            = 'X'
             line_size              = 220
             release                = 'X'
             mode                   = 'CURRENT'
             no_dialog              = 'X'
           IMPORTING
             out_archive_parameters = l_arc_params
             out_parameters         = l_params
             valid                  = l_valid
           EXCEPTIONS
             archive_info_not_found = 1
             invalid_print_params   = 2
             invalid_archive_params = 3
             OTHERS                 = 4.
    NEW-PAGE PRINT ON PARAMETERS l_params ARCHIVE PARAMETERS
                              l_arc_params NO DIALOG.
          PERFORM display_data.
          NEW-PAGE PRINT OFF.
      ENDCASE.
    Many Thanks,
    Ranjan

    Dear Amit,
    The font size is not increasing, in-fact, if I use the code like the below, it's not even printing, I am checking different ways,
    DATA: lay   TYPE pri_params-paart,
          lines TYPE pri_params-linct,
          rows  TYPE pri_params-linsz.
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'PRNT'.
          lay = 'X_60_85'.
          lines = 60.
          rows  = 85.
          DATA: l_params TYPE pri_params,
                l_valid TYPE c,
                l_arc_params TYPE arc_params.
          CALL FUNCTION 'GET_PRINT_PARAMETERS'
            EXPORTING
             destination            = l_v_usr01-spld
              destination            = 'LPIN'
              copies                 = 1
              list_name              = 'TEST'
              list_text              = 'Test NEW-PAGE PRINT ON'
              immediately            = 'X'
              layout                 = lay
              line_count             = lines
              line_size              = rows
             line_size              = 220
              release                = 'X'
              mode                   = 'CURRENT'
              no_dialog              = 'X'
            IMPORTING
             out_archive_parameters = l_arc_params
              out_parameters         = l_params
              valid                  = l_valid
            EXCEPTIONS
              archive_info_not_found = 1
              invalid_print_params   = 2
              invalid_archive_params = 3
              OTHERS                 = 4.
          NEW-PAGE PRINT ON   PARAMETERS l_params NO DIALOG.
          PERFORM display_data.
          NEW-PAGE PRINT OFF.
      ENDCASE.
    Kindly let me know if you have some new answer?
    Kind Regards,
    Ranjan

  • Report alignment issues..please help

    Hi Experts,
    Can somebody help..
    I have following issues in reports:
    .I have a report which runs on web in both formats of PDF's and Excel
    Issues are
    1. In PDF formatl, all columns are being displayed but alignment is the issue.. Since our report should be A4 based. How to increase paper margins..because currently i am not able to drag that black thick coloured line further..? where to adjust and change report layout size..
    2. One more thing is that when i run the pdf report, it starts printing from left without leaving any gap(landscapre mode) and its leaving lots of space on the right.. How can i make equal of both left and right margins.
    3. When I am running excel report and its rnning fine saving in a xls.. but alignment is the issue...
    4.some of the values which are varchar2 data from database... displaying right and some are left aligned.... for example.. if its ABCD then its aligning properly to right. But if it is EFGHEIJK the its doing left alignment... there is no code written for conditional formatting..but what could be the issue.. since the values are direct from table in database..why this is happening
    5. and In excel there is a data column which i manipulated as for example to_char(to_date(20100217,'yyyymmmdd'),'dd-mm-yyyy') and this is coming properly in pdf but not excel..in excel its says something like17-02-10,, yYYY is being displayed only as 10... is there any workaround (not manual))
    6. And in reports, if we create a field and database column is source for it, i would like to know whether there is any option in property column of the field to set width of the filed..
    so that i can reduce of the width in layout to acommidate more column in the report. Because I really not knowing for 8 character database column, how much bigger field i have to create.....
    please help..
    thanks
    asp

    Wow Sridhar, that was quick
    Vj

  • Report Print & Export Issue (File Download Box appears)

    We send a URL to Crystal Enterprise which runs a script, logs on, finds folder, finds report and displays in the Crystal report viewer. All that works fine....
    However, when you select the print icon or the export icon a Windows Internet Explorer box to select page range etc. and then when you say OK, you recieve a File Download Box asking to Open/Save/Cancel one of the following:
    Print - Name: CrystalViewer.pdf, and Type of pdf_auto_file
    Export - Name: CrystalViewer.rpt, and Type of CrystalReports
    I have no IDEA what he is trying to do but he sure ain't printing.  I can only assume that I have a missing part that he is trying to download at the time of print/export. Or that there is something set in the script that is killing me...
      Sub ViewReport( iStore, id, token)  
      URI = "./viewer/en/viewreport.csp?id=" & id & "&token=" & token & GetPrompt
       Set viewer = Server.CreateObject( "CrystalReports.CrystalReportViewer" )
       Set rptFactory = iStore.EnterpriseSession.Service("", "PSReportFactory")
       Set rptSource = rptFactory.OpenReportSource(CInt(id))
       ' Set the viewer's properties to prepare it for viewing.
       With viewer
          .ReportSource       = rptSource
          .EnterpriseLogon    = iStore.EnterpriseSession
          .URI                = URI
          .ISOWNPAGE          = TRUE
          .ISOWNFORM          = TRUE
          .HasPrintButton     = TRUE
          .ISDISPLAYPAGE      = true
          .isdisplaytoolbar   = true
          .isDisplayGroupTree = true
          .GroupTreeWidthUnit = 1
          .GroupTreeWidth     = 17
          .HasRefreshButton   = true
          .HasExportButton    = true
          .ParameterFields    = GetParams
       End With
        If Err.Number <> 0 Then
          'There was an error setting up the viewer.
          Response.Write "<p>Unable to create report viewer. " & Err.number
       Else
          'Process the request and launch the viewer.
          viewer.ProcessHttpRequest Request, Response, Session
          'viewer.refresh
       End If
    End Sub
    Help me???

    Please re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

  • PDF Print issue in Report designer

    Hi All,
          I am using Report Designer for formatting group of reports. The issue I face in all is the that when I open the print version of the output in PDF, the words break, for eg: "Department of Biochemistry" will be displayed as "Department of bioc
    hemistry". I want to set up in such a way that if the whole word can't fit in one line, then the whole word should go to the next line and not break itself. I see that issue only in Print version whereas when I display the output, that issue doesnot come.
    Can anyone let me know what setting I need to do to fix this?
    Thanks a lot!!

    Pls refer to this link for help
    http://www.dynalivery.com/customersupport/faq/pdfprinting.html
    Please assign points if this was useful

  • Unable to print/display an expense report

    One of our users just raised that she is unable to print/display the expense report. The user is getting a blank screen. Could anybody suggest what could be wrong for this issue to happen? Also, the user tried logging into a totally different machine and the user got the same outcome.
    Could anybody please help with this?
    Thanks!!
    ~ MK...

    Hi Maria,
    Please check if the tray is minimized? or go to System Administration - Support - Portal Content Directory - Personalization Cleanup - in the subsequent screen select Principal and give the user name for which there is a issue and search, select the Logon ID and delete the personalization been done.
    If this is not resolving the issue try assigning the Super Admin Role and see if it works, if it works then try assigning Everyone Role and check the same.
    This should help to rule out the problem from Portal end.
    As Siddharth was mentioning can you see if it works assigning SAP_ALL authorization, or do ST01 Trace  and run the action and see if the user is missing any authorization.
    It might be a case that the user have the proper role and with some or other role this is overwritten.
    Hope this helps.
    Cheers-
    Pramod

  • Dunning Report Print Layout Issue

    Hi
    I have a problem with the Dunning Report Print layout (Dunning All (system)). In the wizard I select all the Invoices (Which are over due and current) for the BP and sent to printer.
    In the print out all the due dates are mixed with the acctual Due dates.
    Acctuall Invoices
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     25.02.08              1
    10002                     03.03.08              1
    10003                     03.04.08              0
    Print out
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     03.03.08              1
    10002                     03.04.08              0
    10003                     25.02.08              1
    How can I fix this. This is coming from the System template and we havent change anything.
    Could you please help me.
    Thanks
    Sanjaya

    Hi
    I solved the problem. But the issue was when i ran the dunning wizard the layouts messed up. For example if I had a dunning letter with 3 lines (overdue documents). The last line would copy itself 4-6 times (it would show the last document 4-6times so the total lines in the dunning letter would be 7-9 lines). But I solve the issue. Somehow the attention person (which I got from the contact persons (ocrp) and not from the document contact person (oinv) ) did the issue. When i switch it to the oinv the issue was gone.
    kind regards
    Søren
    Edited by: Bundgaard Søren Hollænder on Jan 26, 2009 9:56 AM

  • Crystal Report Printing - A4 Issue

    Hello Experts,
    One of our customers use third party rental add-on with SAP B1. The add-on has cyrstal reports files. All these reports are set to letter size by default in report page setup. Client does not to print in A4 .
    When the user clicks on Print Preview / Print Icon on  rental order the , the report loads, but when sent to Printer for printing it becomes A4 (It should be letter).
    The rental reports works fine on the SAP Server, meaning when sent to printer it goes as Letter size which is what we want but this does not happen at Client's machine's.
    Also , i have an add-on running on my local machine and the reports prints in letter size with out any issue. I have been searching online regarding this issue but i haven't found any solution.
    Can any one advise me on this issue. Is there any setting that i can do in crystal or printer ?

    Is the default page size for the client's printer set at Letter or A4?

  • Report printing issue after upgrading from LV 8.2 to LV 2009

    Hello,
    I am upgrading an application from LabView 8.2 to LabView 2009. It uses the Report Generation Toolkit to create reports based on Word templates. The reports are pretty complicated, with a lot of bookmarks, tables, and graphs, but only one page long.
    The reports are generated correctly. However when sent to printing (using Print report.vi), the printer goes into spooling status and if you are patient enough you may get the report after at least 7 minutes. I tried changing the printer setting to "Print directly to the printer", as per an old KnowledgeBase article. No luck. I have installed a local printer. No luck again.
    If I close the LabView application while the printer is shown in spooling status, the report prints right away, every time.
    Never had this issue in LabView 8.2. On that machine I had Office XP. Now I have Office 2007...
    I do not get any error whatsoever, and I cannot figure out where the solution may be.
    I have one single report that prints right away every time I try. Coincidence or not, this is the only one that has no tables to print. It has graph though and plenty of bookmarks.
    I have exhausted all the ideas on how to deal with this situation, and I must find a solution ASAP. Any suggestion would be greatly appreciated.
    Thanks.

    Brandon,
    Thanks for your input.
    Not sure how I can use it to narrow down the problem though. I ran it, and I see that the printers are correctly identified, the default one is correctly found, however absolutely nothing is being printed out (I typed a text in the string control, and the Print control was on).
    Everything runs with no errors. I would prefer to see a bunch of errors ...

  • Printing issue of report output

    Hi Friends,
        I am trying to print a report having one record but getting printed two pages instead of one.
    The first page contains the output data and second page contains 'Data statistics and number of records' which can be accomodated in same page but it takes another new page.
    Do you have any idea how to print it in a single page ?
    Thanks and regards,
    BABA

    Thanks every one for quick response!
    I developped a report to display output in ALV GRID screen.
    Select the 'LIST' from menu and then choose 'Print' option, it creates a spool  after providing 'output device'.
    Then goto transaction 'SP02' select the spool and choose the icon for 'Print directly'.
    Then it print the list(Though it has one record) in first page and 'data statistics and Number of records' in second screen.
    My requirement is to print the data of second page in first page though it has sufficient space instead of second page.
    Thanks and regards,
    BABA

  • Report Title Displaying in Multiple Lines on PDF Format when i Print in PDF

    Report Title Displaying in Multiple Lines on PDF Format when i tried to print in PDF Format, is there any limit for Report Title Characters
    Displaying Like -
    LRDP
    Open
    Label
    Paradigm
    Forecast
    Report
    Any Info Appreciated
    ~Srix

    Got It .. Just need to chnage the Width Parameter.......!

  • How to report print to the printer immediately and display the popup?

    Dear friends,
    I am running my report in background and displaying the confirm results on popup window and sending the results to printer,
    but now i want to send the results page to printer then  want to display the popup.
    i have writen my popup perform after printer perform only but its not working...when i am clossing the popup or came back from that popup then only the results sending to printer...
    How to report print to the printer immediately and display the popup?
    Thanks in advance
    Sridhar

    Hi Sudheer,
    I am using my print parameters like this :
        NEW-PAGE PRINT ON DESTINATION ws_printer
                             IMMEDIATELY 'X'
                             KEEP IN SPOOL 'X'
                             NEW LIST IDENTIFICATION 'X'
                             SAP COVER PAGE 'X'
                             ARCHIVE MODE '1'
                             LINE-COUNT 64
                             LINE-SIZE 170
                             NEW-SECTION
                             NO DIALOG.
    Then also its not printing immediatly.
    here one thing for displaying the popup i am using submit report(calling another report for popup purpose)
    before trigering the submit programe i need to print this.
    Thanks
    Sridhar.

  • Visual report issue with PP 2010 - Displaying too many years

    Hi,
    I am using project pro 2010.  When I display a report (e.g. Resource Cost Summary), and if I add the Monthly Calendar field in the report, it displays 7 columns from 2010 to 2016 even though there is data only for 2014 and 2015. I need to manually
    filter out all years with no data.
    Is there a setup that would display only the years and months with data?
    It was working fine before I update MS Proj.
    Thanks!

    Benoit1 --
    First of all, do you have your copy of Microsoft Project 2010 patched with the most recent Service Packs and Cumulative Updates?  If not, I would strongly recommend you do that.
    I am not able to duplicate your problem, but there is a way to work around it.  In the Excel PivotTable, click the Year pick list, deselect the years you do not want to see in your Visual Report, and then click the OK button.
    Hope this helps.
    Dale A. Howard [MVP]

Maybe you are looking for

  • At what process do DE shortcuts get created? Inconsistent PKG builds..

    I've only been using Arch for about 2 months now, but I've noticed some real inconsistencies with respect to whether a menu shortcut is created for a given application.  I'm wondering at what point in the package build process does this get determine

  • How can I make my movies always start from the beginning?

    I want to use my iPod to present short videos as part of a live presentation. I've conquered the hurdles, and have the iPod sending video out to my projector, but I want to ensure that every movie starts at the beginning, even if I had cut it short i

  • Please Repair Center contact info.

    I need an e-mail in order to contact with the repair center. I have one thinkpad X200 under warranty and I need a way to contact with them because my laptop died while ago. I have contacted by phone but it would be easier if I had a way to contact by

  • Email to message creator

    Hi when I reply to the message creator via action -->email to message creator (Mail) in solution manager, how can I see this message in my setalliet system ... Infact I dont know the configuration required in order to send e-mail to the message creat

  • Add a JournalEntries

    I need to do an import to the Journal table, I  trying to use the sample code in SAP Business One SDK but  i can't connect.  Any of you has done something similar. Albert Torres here is the code: Private Sub cmdTest_Click()    On Error GoTo ErrorHand