ABAP list report wont print on Z device type with Z format

Our developer have created a report which outputs data in ABAP list format and the standard format would not fit. We have since created a custom format and copied a device type in to custom device type. So we now have a custom format and custom device type. However when we print, it spools correctly and shows as green but the report wont print. The only thing that gets printed is
"Sort criteria         AscdgDescndSubtotalGRAND  TOTAL  :               X                X     PROJ" "
The abap list format is Z_100_500. Basically the report has 450 columns and hence we created this format.
I am not sure what this means. I have been advised by SAP to follow instruction on note 17895 - Adapting print list formats for customers however i cant fully comprehend point 5 of the note and I believe this is why it wont print. Has anyone adapted ABAP list using this note. Can you please let me know how i should go about printer initialisation mentioned in the noted.
We have checked everything however dont seem to get around the issue. Any ideas will be appreciated

No comments

Similar Messages

  • Device type with duplex format requires offset

    We have loaded the drivers for new xerox printers (M128). [R/3 4.6C]
    This printer can start right at the edge of the paper so for some formats we have to set an offset [ PCL5 Long edge offset registration : esc&l#U ].
    For printing in duplex the offset value for the front page has to be positive and for the back page it has to be negative. This is possible by putting the commands in the actions 'start of even page' (negative offset) and 'start of odd page' (positive offset).
    However if someone prints a subset of pages and starts with an even page (e.g. page 2) then the front side starts with an even page meaning that the offsets should be reverse [ frontside = even page = positive offset ].
    Anyone with experience on this matter ?
    It would be easier if there was an action 'start of front side' / 'start of back side'.
    Would it be possible for us to create this ?
    PCL5 has macros but I don't think I can use this to enter 'programming logic' to flip between positive and negative offset values.

    Check this note - Note 635230 - Xerox SAP PCL and PostScript Device Types
    <a href="https://service.sap.com/sap/support/notes/635230">Note 635230 - Xerox SAP PCL and PostScript Device Types</a>
    It says - Xerox SAP R/3 Device Type Tool (for Version 3.0 or above device types only) allows the customers to customize the device type to add special printer features such as Staple, Duplex, Trays, etc.
    Are you using it?

  • Font Size in ABAP List report

    Hi ,
    I want to know how to change font size in ABAP list report.
    I want to enlarge the font size.
    I have tried print control but it doesn't work.
    I have also tried line size and line count
    but it can only reduce the font size .
    Thanks.
    John

    Hi Kong,
    Try with following example:
    REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
    NEW-PAGE PRINT ON.
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    PRINT-CONTROL FUNCTION 'SF008'.
    WRITE: / 'This is CPI 12'.
    PRINT-CONTROL FONT 1 LPI 6.
    WRITE: / 'font 1 lpi 6'.
    PRINT-CONTROL FONT 2 LPI 6.
    WRITE: / 'font 2 lpi 6'.
    PRINT-CONTROL FONT 3 LPI 6.
    WRITE: / 'font 3 lpi 6'.
    End of print-control
    NEW-PAGE PRINT OFF.
    End of Program
    thnks
    Anurodh

  • ABAP list report, multiple selections - select-options

    I have written a very simple ABAP list report, that contains a single select-option.  On the selection screen, I have the option of entering multiple values, with each new value being displayed directly underneath the old, but I am only getting the first value entered on the screen displayed.  Does anyone have any sample code for me?

    Hi Daniel,
    Select_Options consists of 4 parameters, in with the range consists in eg...
    Select-options s_vbeln for vbak-vbeln.
    then s_vbeln-low, s_vbeln-high are the range values...
    So whne you write select query.
    write vbeln in s_vbeln
    instead of vbeln eq s_vbeln
    Hope this solves your problem.
    Thanks & Regards,
    Dileep .C

  • Retro entires in HR Forms are not printed when using device type ZHPP3005

    Hi All,
    We are doing a HCM implementation. We are using HP P3005n printer and ZHPP3005 device type to print our HR forms. We are using ZCalibri font.These are smartforms. Everything was printing perfectly.
    Then there were retro calculations made to these forms.Strangely, the forms doesn't display these retro entries in the print preview using ZHPP3005 device type. Only the retro entries throughout the form are not printing. All other entries get printed.
    When we use device type HPLJIIID, we get these retro entries printed in our form however the format of the form gets changed.
    Now, we want to use device type ZHPP3005 and get these retro entries printed. How would we achieve this? Is this a device type issue? Or, anything needs to be done in the smartform? Why is this issue?
    Please help. Quick response will be appreciated. We are nearing our Go Live date and needs this resolved immediately.
    Thanks in Advance.

    Hi,
    Check the assigned page format to your custom device type. Try to assign all the page format which are available for
    HP*** which you gives you desired result.
    Regards,
    Vamshi.

  • Transport.of SAP script form , printer def and device type is not enaugh

    I transported the SAP script form , printer definition and device types of a thermal printer.
    On original system the printout is ok but on target system not. What should I do?

    Thank you for your fast answer
    As the matther of fact I am technical person. I think Output type belongs to application. However the difference is visible in  se71 ->Utilities->Printing test -> output device ->print preview.
    As I wrote I transpored corresponding. SAP script form , printer def and device type

  • Help in abap list report printing

    Dear all,i did a customized list report using abap.the usual size for report print out is A4 which is line-count 65 and line-size  255. but for this report,my line-size is 296. i define at the begining of my program with "REPORT ZMM_STKVAL_VIEW LINE-COUNT 65 LINE-SIZE 296 MESSAGE-ID ZA."
    i can run this program but the output is not complete.i can only see untill the line-size of 255..anything exceed 255 kenot be displayed..
    Is there anyway to overcome this problem? My user doesnt required this report to be printed out but just to download it into EXCEL file. Thank you.

    Ok, if user doesn't need a list output, then simply gather the data and fire excel.
    report zrich_0001 .
    data: imara type table of mara with header line.
    start-of-selection.
      select * into table imara up to 100 rows
                from mara.
      call function 'WS_EXCEL'
           exporting
                filename = 'TEST.XLS'
           tables
                data     = imara.
    Regards,
    Rich Heilman

  • How to edit font of printer depend on size of abap list report.

    Hi all,
    How to edit Format type"X_65_255"  of HP Laser printer  when print out the same preview in abap list?
    Example:
    I want print as below:
         Title of abap list:                 AAAAAAAAAAAA --> size 15
        body of abap list:        
                                               colum1   column2   columm3 ---> size 10
                                                s1          cccc          bbbb    -
    > size 10
    I need it whenever you find time out of your busy schedule.. Please help me .. Thank you so much.
    Edited by: kishan P on Oct 13, 2010 12:02 PM

    Hi,
    I have to set font type on matrix printer.
    Can You please explain how did you find
    \e(s0p24h15v0s0b16602T
    for
    select arial 24 cpi 15 point normal
    As I can see, all the escapes defined in "Printer initialization" are in
    \e\0xqw\0xer0x\tz
    form, where qw, er, tz are hexa decimal interpretation of escapes from printer manual.
    I am confused where did You find annotation such as
    \e(s0p24h15v0s3b16602T
    Thank you, cheers.
    p.s. - if You want me to open another subject with this question so I can express my gratitude, please let me know.
    p.s. - in SPAD > Device Type, Print Control tab, we have
    SF005     |     1B6B001B4D121B57001B461B35
    and I know the
    "1B"
    stands for
    \e
    but then at "6b........" I am lost...

  • Printing ABAP List(Report output - SE38) in A3 format

    I have a requirement to print the ABAP report in A3 page format. I am using LP01 printer and in in SPAD transcation I Changed the Tab "Output Attributes"
    Paper tray = "Paper tray 3" and Tab "Tray Info" Tray 3 = "DINA3"  still the report gets print in A4 page format.
    Even i tried by changing the lize size and line count...still .... it prints in A4 format only.
    Could you let me know what exactly I need to in order to print my report output in A3 Page format.
    Waiting for your reply.
    Thanks in Advance,
    Steevan

    Hi,
    Check this below link
    http://www.sap-img.com/basis/how-can-i-print-a3-format-in-sap.htm
    Cheers!!
    VEnk@

  • SQ01 - ABAP List Report Header

    We have a query in SQ01 that provides a listing of employees and their
    IT0027 distribution accounts. Using the ABAP List as the output I have
    some control over the header information. I've done things like the
    report title, the username of the individual who runs it, the time and
    date it was run, etc. What I've been asked to do is display the input
    parameters for the report in the header.
    So, if someone requested KOSTL = E991234 (the screen field is
    SP$00008-LOW), then they'd like to see the header:
    "Report of Employees by Distribution Account"
    "For Cost Center: E991234"
    When I attempt to put the field KOSTL in the header then I get the cost
    center for the first employee record. So, if the user chooses more than
    one KOSTL, I only get one of the cost centers to display in the header.
    Clicking on the "Selections" icon provides a listing of ALL the
    parameters, but I only want to display one or two of those - and I want
    it in the header rather than as a separate item to click and print.
    Can anyone help with coding either in the query or the infoset?
    Thanks,
    John
    John Rich
    HR Team, IRIS Administrative Support
    The University of Tennessee

    Hi Daniel,
    Select_Options consists of 4 parameters, in with the range consists in eg...
    Select-options s_vbeln for vbak-vbeln.
    then s_vbeln-low, s_vbeln-high are the range values...
    So whne you write select query.
    write vbeln in s_vbeln
    instead of vbeln eq s_vbeln
    Hope this solves your problem.
    Thanks & Regards,
    Dileep .C

  • When Printing Form16, Error "Device types are unsuitable for ADS Documents"

    When Priniting Form16 it displays a message in the taskbar "Device types are unsuitable for ADS Documents"
    Regards,
    Ranga

    You need a special device/printer for ADS. Try doing some research on that error.

  • Printer initialization in device type

    I was saw in below code in one format:
    #TWSAPWIN ZP_90_100
    \e%SAPWIN%
    \eW80;
    \ePP
    \eS220X
    \el5.7;
    \ec12.6;
    \eMT500;
    \eML250;
    but the '\eW80' means of ?

    Esc W x; Set WinCharSet to x (see WINNT.H)
    example
    change WinCharSet to 222 (Thai)
    \eW222;
    select paper size(A4)
    \ep9;
    Note SAP Note 21738 - Device type SAPWIN

  • Printing a simple abap-list in panel-format (DIN A4)

    Hallo Ladies and Gentlemen,
    i have a simple abap-list. when i print it, the list will be printed in landscape-format. how can i change it? i have to print it in panel-format.
    Thanks a lot,
    Marcel

    Hi Marcel,
    I think you have to click on the "Full Administration" button t see the option for "Page Formats"...
    Also go to transaction SPAD,
    in Devices / Servers tab press Output devices button
    Double click on the device type of your printer
    Press button Formats
    and here you get a list of all formats for your printer
    Regards,
    Abhy

  • Total Page in ABAP List

    Hi Experts,
    I have a requirement to print: "Page XX of XX" in my ABAP List report (this report is meant to be printed).
    For Current Page, I know that the system field is SY-PAGNO.  But I can't find the field for Total Page. Is there anyway to print this (Total Page) since it means that we have to predict how long the report will be before we WRITE anything?
    Thanks a lot,
    Sam

    In the first statement of ur report u'll have to reserve some lines for footer as follows:
    REPORT <prg name> LINE-COUNT 25(2).
    here ur list will display 23 lines of data and then 2 lines are reserved for footer.
    This means that in each page u can display 23 lines of text.  Now depending on number of entries in your internal table which contains data to be displayed, we can calculate the number of pages required to print the total output.
    E.g: I have 62 records in my internal table, so to get the total number of pages use the following logic:
          (U can find out the number of recs in internal table dynamically using DESCRIBE stmt)
           62/23 = 2.69
           Round the result to the next integer using CEIL , so the next interger is 3.
           So ur total number of pages is 3.  And u now the current page number by sy-pagno.
    Hope this solves ur problem.

  • Application toolbar list report

    Hi,
    How would I get a button on the application toolbar for an abap list report.
    I could do it using a selection screen, but I want the button usuable when the list output is printed
    to the screen. I have clickable icons on the list report. Be nice to have toolbar buttons.
    thanks
    Dylan.

    Hi you are asking about selection-screen application tool bar buttons or output application tool bar buttons. If u want selection-screen application tool bar buttons then go with SCCRFIELDS structure. If u want output application tool bar buttons then go with Set pf-status.
    Regards,
    Kumar.

Maybe you are looking for

  • Schedule Lines not getting created in MRP

    Dear All. I created Scheduling agreement and assigned this Scheduling agreement in Source list with indicator 2 which is u201CRecord relevant to MRP. Sched.lines generated automaticallyu201D Then I run MRP using MDO3 and parameters Processing key: NE

  • Dynamic src in ui:include ajax not working

    Hello, I'm migrating my application to JSF 2. We are using Richfaces 4 implementation. We have a need, that a menu item, triggers an Ajax function, that sets a page name (xhtml), and then re renders the output panel, that has an ui:include. The page

  • Document security

    Hi I need to transfer documents (.doc,.rtf and ,pdf)What shall i use to encrypt the documents when those transfering Thanks

  • ORDERS05 IDOC to flat file - mapping question

    I have a requirement to convert an ORDERS05 IDOC to a "flat" structure for one of our vendors. When the IDOC has the following data, the mapping works well Input ===== ORDERS05    - E1EDP01       POSEX        00010       - E1EDPT1           -E1EDPT2

  • IPhone 5 what am i doing wrong?!

    I dropped my iPhone 5 in coffee, it came on, worked for about a week and then shut off, when I plugged it in it made a charging sound every five seconds, I replaced the mother board, LCD, and the charging dock station it's self, I then re assembled t