Print report with line-size 999

Hi everyone,
I need to print a report with line-size 999 in letter size. I´m using the complete 999 lines.
REPORT zfr1000g MESSAGE-ID fr
                LINE-SIZE   999
                NO STANDARD PAGE HEADING.
ANY SUGGESTIONS???
Thanks.

Hi,
You can go ahead. The max. size is <b>1023</b> chars.
REPORT zfr1000g
       NO STANDARD PAGE HEADING
       LINE-SIZE 999
       MESSAGE-ID fr.
Regards,
Anjali.
Refer the Documentation on Reports.
... LINE-SIZE col
Effect
Creates a report with col columns per line.
If the LINE-SIZE specification is missing, the line length corresponds to the current screen width. The system field SY-LINSZ contains the current line size for generating lists. The maximum width of a list is 1023 characters. You should keep lists to the minimum possible size to improve useability and performance (recommendation: LINE-SIZE < 132). For very wide lists (LINE-SIZE > 255), you should consult the notes for using LINE-SIZE

Similar Messages

  • LIST REPORT with line-size 279 to PDF document

    Hi,
      I have a classical report outputting dynamic internal table contents, I wanted this to be in PDF document. I have used LIST to PDF conversion technique to get PDF document, which is successful. But I see the font size is small.
    I have used FM: CONVERT_ABAPSPOOLJOB_2_PDF with the following values being passed.
    CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          src_spoolid              = l_id
          no_dialog                = space
         PDF_DESTINATION          = 'X'
         get_size_from_format     = 'X'
        IMPORTING
          pdf_bytecount            = l_bytecount
        TABLES
          pdf                      = t_pdf
        EXCEPTIONS
          err_no_abap_spooljob     = 1
          err_no_spooljob          = 2
          err_no_permission        = 3
          err_conv_not_possible    = 4
          err_bad_destdevice       = 5
          user_cancelled           = 6
          err_spoolerror           = 7
          err_temseerror           = 8
          err_btcjob_open_failed   = 9
          err_btcjob_submit_failed = 10
          err_btcjob_close_failed  = 11
          OTHERS                   = 12.
    when I make use of get_size_from format parameter in the FM, I'm able to get bigger font but layout is not proper (like page format should have been in LANDSCAPE but it is display PDF in PORTRAIT ).
    I'm trying to build PDF with LETTER format in LANDSCAPE orientation.
    I had searched enough threads in forum but no relevant answers for this type of issue.
    Appreciate your quick responses. Thank you.
    Best Regards,
    Babu

    So, you want to display the list in PDF in Lanscape format, right? You can do this:
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          layout               = 'X_65_132'
          no_dialog            = gc_x
          line_count           = 60
        IMPORTING
          out_parameters       = gs_print_params
          valid                = gv_valid
        EXCEPTIONS
          invalid_print_params = 2
          OTHERS               = 4.
      SUBMIT ztest_report TO SAP-SPOOL
                        SPOOL PARAMETERS gs_print_params
                        WITHOUT SPOOL DYNPRO
                        WITH p_date eq p_date
                        AND RETURN.
    * After getting the spool id, do the below
      CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          src_spoolid              = gv_rqident
          no_dialog                = space
          dst_device               = gs_print_params-pdest
        IMPORTING
          pdf_bytecount            = gv_bytecount
        TABLES
          pdf                      = gt_pdf
        EXCEPTIONS
          err_no_abap_spooljob     = 1
          err_no_spooljob          = 2
          err_no_permission        = 3
          err_conv_not_possible    = 4
          err_bad_destdevice       = 5
          user_cancelled           = 6
          err_spoolerror           = 7
          err_temseerror           = 8
          err_btcjob_open_failed   = 9
          err_btcjob_submit_failed = 10
          err_btcjob_close_failed  = 11
          OTHERS                   = 12.
      IF sy-subrc NE 0.
    *    MESSAGE text-e02 TYPE gc_e.
      ENDIF.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = gv_file
          filetype                = 'BIN'
        IMPORTING
          filelength              = gv_binsize
        TABLES
          data_tab                = gt_pdf
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6
          header_not_allowed      = 7
          separator_not_allowed   = 8
          filesize_not_allowed    = 9
          header_too_long         = 10
          dp_error_create         = 11
          dp_error_send           = 12
          dp_error_write          = 13
          unknown_dp_error        = 14
          access_denied           = 15
          dp_out_of_memory        = 16
          disk_full               = 17
          dp_timeout              = 18
          file_not_found          = 19
          dataprovider_exception  = 20
          control_flush_error     = 21
          OTHERS                  = 22.

  • Print report with diferent dimensions

    i need print a report that print a page
    with exatly 6.7x4.0 inches and stop. i make a report in report 6i windows nt and my printer don't have a custom settings. only a4 letter and b5. I have a continous page on printer and i need that the report stop when finished print 4.0 height

    Hi,
    You can go ahead. The max. size is <b>1023</b> chars.
    REPORT zfr1000g
           NO STANDARD PAGE HEADING
           LINE-SIZE 999
           MESSAGE-ID fr.
    Regards,
    Anjali.
    Refer the Documentation on Reports.
    ... LINE-SIZE col
    Effect
    Creates a report with col columns per line.
    If the LINE-SIZE specification is missing, the line length corresponds to the current screen width. The system field SY-LINSZ contains the current line size for generating lists. The maximum width of a list is 1023 characters. You should keep lists to the minimum possible size to improve useability and performance (recommendation: LINE-SIZE < 132). For very wide lists (LINE-SIZE > 255), you should consult the notes for using LINE-SIZE

  • Hyperion Anaylzer - how to Print report with information in pages?

    Hi,<BR><BR>I use Hyperion Analyzer Version: 6.1.1.00206 (from Help | About menu).<BR><BR>I created report with pages (on Navigate button selected the Pages). In pages are months (January, February, March, etc).<BR><BR>Now I would like to print current report. So I did:<BR>1. click on arrow beside Print button<BR>2. Print Current Report windows is displayed. I selected default options and press OK button.<BR><BR>Report is printed, but there is no page information printed out. So on paper there is report without months (January, February, March, etc).<BR><BR>How to print report with information in pages?<BR><BR>Thanks,<BR>Grofaty

    Jia Shun,
    I had the same issue for printing A/R Invoices - I created a Crystal Report based on a SQL View, works fine with A/R Invoice document, but the Draft Invoice printing has 3 pages: 1st page blank, 2nd page with watermark "DRAFT", 3rd page my Crystal Report layout without any data. When printing normally it is only 1 page.
    Here is what I did as a work around:
    Create two SQL Views, one select from OINV (joining INV1 and other tables needed), the other select from ODRF (joining DRF1 and other tables needed), for the draft printing.
    Create two identicle Crystal Reports, only difference are: datasource location (from different views), the "draft" crystal report has a watermark section.
    Go to Administration>System Initialization>Print Preferences and uncheck "Print draft watermark..."
    Import both crystal reports. Invoice can be printed normally. But the Draft Invoice has more steps: Open Draft document report, change settings so it shows the DocEntry in the Draft Table. Select and open the desired document, hit Print Preview, and enter the DocEntry, it displays the layout with data and "DRAFT" watermark.
    This is a workaround. I don't like it because it is not scalable - too much workload if you want to print 100 invoices.
    Hopefully someone will provide a better solution.
    regards,
    G

  • How to allocate space for headers in reports through line size r line count

    hi ,
    may i know how to allocate space for a header ( we do the same for footer through line-count ( footer space ) ) through line size or line count in reports...
    thanks in advance..

    Hi..,
    There is no need to reserve any space for the header. TOP-OF-PAGE can by default allocates the space for the header.
    If you still having confusion just  go ahead with this link. This is the research on same thing in defferent way.
    [Link|lines reservation for TOP-OF-PAGE & END-OF-PAGE;
    Thanks,
    Naveen.I

  • Problem to print report with graph

    Hello,
    I make a vi to print or save in html file my front panel results. In the results, I have a graph and to save it in my report I use the "Append Control Image to Report.vi".
    The problem is when I print the report the Image is in the top of page and it's size is limited by the size of the left header text. And the top text (not header but just the Title text) is placed after the image.
    Now when I save it in the HTML file, I have any problems in the structure of my report.
    If you have suggestions, I listen to.
    I have an idea to divert the problem is to make a vi to print the HTML file but I don't know to make it.
    Thanks for help.
    I have attach the file. A man please print the report and say me if the struct
    ure is good. Like this, I know that the problem is a problem to my computer config or print config.(Use Labview 6.1)
    Thanks for help.
    SAM
    Attachments:
    Report_generation.zip ‏34 KB

    Hi midtisam,
    I've run your VI to test it for you. I believe I am seeing the same bahavior that you are. The graph always shows up at the top of the page even though it is added after the header. Also, I tried creating an HTML file and it worked correctly. I would suggest doing this since it seems to work better.
    Now, you can not use the Print Report VI with HTML reports. If you are able, I would suggest just creating the HTML report and either printing it from your computer through Internet Explorer or sending the file to whoever needs it. Best of luck.
    J.R. Allen

  • While imp. snote REPORT j_1icapg LINE-SIZE 300 NO STANDARD PAGE HEADING

    Hi Friends
    Well I m trying to Implement the note 1003236 but it is showing the yellow light signal and showing the report j_1icapg.
    It is showing some synatx error.
    Can anybody help me in this how to proceed and what measurements should be taken
    Thanks
    Alabusani

    Hi Theja,
    From the post mentioned by ravi,  i can define the line size upto 1023. and so i did upto 425. but my problem is while printing the report. I also tried ALV and that also doesn't print some data. I guess my best bet right now is to download that internal table to an Excel file.
    let me know if there is any other way to fix this.
    Re: ABAP Programming to display more than 255 characters in the screen
    Thanks again.

  • Restrict Line which comes with Line-size.

    REPORT ZXYZ
      NO STANDARD PAGE HEADING
    LINE-SIZE 135
      LINE-SIZE 155.
    By adding this code i am getting a horizontal line at the Report Heading.
    Ex :  abcd      123      txyz
    Now my issue is I want to maintain the same distance between each text and at the same time Line size should  end after Z. 
    Ex :  abcd      123      txyz
    If i reduce the line size then the text at 123 will over write TXYZ...so i increased the Line-Size.
    Can i restrict the line visibility after Z without reducing the Line size...?
    Any suggestions will be appreciated!
    Regards,
    Kittu

    Hi, did you try uline.
    sample;
    DATA l_text(40).
    DATA l_len TYPE i.
    l_text = 'hello'.
    l_len = STRLEN( l_text ).
    WRITE :/ l_text.
    ULINE AT /1(l_len).

  • Print Reports with CUPS

    Hi people,
    I have forms 11g and i'm trying to print reports directly to a printer that is installed on the server in CUPS via samba. I can print to my printer from os. Example, i open a pdf and it prints. In oracle reports, i run the report successfully and it prints but in blank. The report is well created in reports cache. Anyone know what can i do?
    p.s: don't know if i got it right placing my question here...Maybe in the reports forum?
    Edited by: user12231131 on 16/Jun/2011 9:20

    The problem seems to be Oracle Forms or Report related.
    There is a Forms forum at Forms
    and Report Reports

  • Printing "REPORTS" with Quicken Deluxe 2006

    Installed Windows 7.  Cannot print "Reports" on HP  PSC 1410.  Can print Quicken "HELP" from same software

    Weeks ago.

  • Pdf reports with Line Matrix Printer

    Dear All,
    I am working with oracle reports 10g and printing my reports as pdf on Line Matrix Printer but the output isn't good so we want to know how to generate this report in character mode & can be previewed and printed

    Bonjour je m'excuse beaucoup pour poster dans un premier temps en anglais. Je ne savais pas que c'était possible en français.
    Voici mon problème: J'ai une imprimante matricielle de type EPSON LX-350 et je souhaite imprimer des fichier PDF (Adobe reader). Mais la police qu'elle sorte est différente de celle attendue après impression et pourtant avec un fichier Word ou Excel je n'ai pas ce problème de format de police. Alors la question est: est t-il possible d'imprimer sans probléme avec une imprimante matricielle un fichier PDF si oui qu'est comment doit procéder. Existe t'il quelqu'un qui l'a déja essayer et avec quelle marque d'imprimante.
    Merci de votre disponibilité.

  • Print report with continous paper by a thermal printer

    I am trying to design a report (using Crystal Reports for VS2010) for a receipt to be printed on a thermal printer with continuous paper.(8centimeter paper)  Now a receipt will need to have variable height according to the number of items it contains.
    The problem is that Crystal Reports takes the page setup from those available in the print setup and all these paper sizes have a fixed length .
    How can I set the paper to a continuos paper?

    Hi, 
    When you go to Crystal Reports | Design | Page Setup there is an option for Dissociate Formatting Page Size and Printer Paper Size.  Put a check in the box.  You can set the horizontal size. 
    Also make sure you do not have anything in the page header or footer. 
    Good luck,
    Brian

  • PO Report with lines and conditions matched

    Dear Experts,
    I need a report that controls the Invoice Verification in the following scenario:
    1- The  PO's have product lines and have on conditions there is excise duty
    2 -  The invoice verification due to the type of business, it is manual and happens in two different moments;
    2.a - on the first moment "day X"  - it is made the invoice verification regarding the product
    2.b - on the second moment  ("day X" plus 15 days) it is done the invoice verification of the excice duty (it is invoiced on a separate invoice
    We need a report that gives the invoices where excise duty was not yet matched , or still open just for excise duty invoice verification.
    Many thanks in advance for your help
    Best Regards
    Jose

    Dear,
    Better send Requirements & specification form to ABAPer and discuss the possibilities, since 2.a and 2.b are looks not achievable with standard.
    Regards,
    Syed Hussian.

  • Printing Problem with custom size paper in Illustrator

    Hi having problems with my custom sized paper print using my canon printers it's the same on both the ip100 and the pro-100s,  it was printing fine until i've updated my illustrator and mac os Yosemite, it prints the image at a reduced size on the paper to what it should be does anyone have any understanding of this? I've tried everything i know, is this a driver or system problem?

    Hi there wasn't an option to set the default printer to pdf where would I do this?
    I've done a bit of a work around that seems to be working. I've put the page set up as A4 and then clicked on the printer utility custom settings and then unticked detect paper width, so I can put through the paper I want just got to tweak the x and y to get it right, its not the best but sitting here for four hours trying to figure it out, it will have to do for now. Thanks Jacob for your help, no doubt I'll be back in the morning, I'm burnt out now!

  • Application Popup when printing Report with printtoprinter

    Hi there,
    we have an ASP Application running on IIS for one of our customers. It was developed under
    Visual Studio 2008 ASP.NET and we use the integrated Crystal Viewer Control.
    The Application is sending Reports via PrintToPrinter directly to a local Printer. This all works
    fine for a while. But after a while it starts generating application Popups on the webserver. The w3wp.exe
    is generating Errors that sounds like the following :
    Application Popup: {C5371A04-4027-44C2-A0D0-1D38F00C4E84}: w3wp.exe -
    Component missing: The application could not be started, because cxlib7-2-1.dll could not be found.
    Reinstallation mighty fix this problem.
    Funny thing is, that this dll exists on the server. All these errors cause, that our customer
    is not able to work, as long as this popus stays on the Webserver. This Application is
    a Stockmanagment Tool and very important for our customer, so you might guess, that
    he is not very pleased with this situation.
    Is there any known issue with this DLL? I asked Business Objects a year ago and they had the idea,
    that it might by a version conflict. We solved this problem, but now we have this error again.
    Any ideas?
    For more information just ask me!
    Greetings
    T.Hauptmann
    Edited by: Tim Hauptmann on Feb 4, 2009 10:50 AM

    Strange, but then we're working with computers... Seriously, all I have are ideas to try:
    Place a copy of the cxlib7-2-1.dll into the app directory or win\system32. The dll should be in c:\program files\common files\business objects\2.7\bin by default. Also, it should have a version of 10.2.0.949 or a bit higher.
    I believe you are using CR 10.5 (CR assemblies should have a version of 10.5.3700). See if using the latest runtime will help. SP 1 has been released for CR 10.5. The SP is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100009351512008E/crbasic2008sp1.exe
    The SP 1 redistributable is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100010010692008E/crredist2005_sp1_x86.zip
    Ludek

Maybe you are looking for