Suppress Printing of Selection Criteria page

Hi Experts,
Long shot - is there any way to suppress the printing of the first page summarising the Selection Criteria on printing Management Reports etc?
Thanks

You can set the preliminary page to a print layout, that is set (in Document Properties/Page Form / Printer ) to a non-printing printer.
(There are five preliminary page in the layout designer document type list.)

Similar Messages

  • No Print of the Customer Receivables Ageing Selection Criteria Page

    Hello.
    I would like to know how can I print the Customer Receivables Ageing / Supplier Liabilities Ageing Report without printing the selection criteria page, because when I try to print these reports I always get the selection criteria page. I've searched in the print options, but I didn't found anything.
    Can anyone help me?
    Thanks.
    Best Regards, Marta

    Hello Marta,
    This is system default function.  It is hard coded already.  You could print this page on the virtual printer instead.
    Check this thread to have more info:
    Suppress Printing of Selection Criteria page
    Thanks,
    Gordon

  • Selection Criteria page printing in the inventory reports

    Hi,
    Selection Criteria page printing in the inventory reports only. How to avoid that?
    For example: batch number transaction report.
    Thanks,
    Olga

    Hi Olga,
    Do you mean you do not want those Selection Criteria to be printed out?  I am afraid that can not be disabled out of box.  The work around could be printing to PDF file first and print the file to printer later.
    Thanks,
    Gordon

  • Display/Print the Selection criteria entered by USER on the ALV Report o/p?

    Hi Experts,
    I hv a requirement of to print/display the Selection criteria entered by user in the selection screen.........on the top portion of the ALV report output lay out.
    There is a FM for this purpose, but, I forgot its name!!
    So, let me know the FM or FMs, so that, will choose, which is best one,
    or the piece of code, which covers all select-option entries..........appreciated.
    thanq
    Edited by: SAP ABAPer on Sep 3, 2008 6:35 PM

    Use the Function RS_REFRESH_FROM_SELECTOPTIONS get the selection details, now format the data accordingly in the TOP_OF_PAGE using the calss CL_DD_DOCUMENT.
    Check the below mention code.
    REPORT  ztest_page.
    TABLES: sflight.
    DATA : it_flight TYPE TABLE OF sflight WITH HEADER LINE.
    DATA BEGIN OF it_sel_opt OCCURS 0.
            INCLUDE STRUCTURE rsparams.
    DATA END   OF it_sel_opt.
    SELECT-OPTIONS: s_carrid FOR sflight-carrid.
    START-OF-SELECTION.
      SELECT * FROM sflight INTO TABLE it_flight
       WHERE carrid IN s_carrid.
    END-OF-SELECTION.
      CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'
        EXPORTING
          curr_report     = sy-repid
        TABLES
          selection_table = it_sel_opt
        EXCEPTIONS
          not_found       = 01
          no_report       = 02.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program          = sy-repid
          i_callback_html_top_of_page = 'TOP_OF_PAGE'
          i_structure_name            = 'SFLIGHT'
        TABLES
          t_outtab                    = it_flight
        EXCEPTIONS
          program_error               = 1
          OTHERS                      = 2.
    *&      Form  top_of_page
    *       text
    *      -->DOCUMENT   text
    FORM top_of_page USING document TYPE REF TO cl_dd_document.
      DATA : dl_text(255) TYPE c.  "Text
    * Add new-line
      CALL METHOD document->new_line.
      CALL METHOD document->new_line.
      CLEAR : dl_text.
    * program ID
      dl_text = 'Program Name :'.
      CALL METHOD document->add_gap.
      CALL METHOD document->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_heading_int.
      CLEAR dl_text.
      dl_text = sy-repid.
      CALL METHOD document->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_negative_inv.
    * Add new-line
      CALL METHOD document->new_line.
      CLEAR : dl_text.
      dl_text = 'Selection Criteria'.
      CALL METHOD document->add_gap
        EXPORTING
          width = 34.
      CALL METHOD document->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_negative_inv.
    * Add new-line
      CALL METHOD document->new_line.
      CLEAR : dl_text.
      CONCATENATE 'SELECT Option' 'SIGN' 'OPTION' 'LOW' 'HIGH'
      INTO dl_text SEPARATED BY cl_abap_char_utilities=>horizontal_tab.
      CALL METHOD document->add_gap
        EXPORTING
          width = 34.
      CALL METHOD document->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_negative_inv.
    * Add new-line
      CALL METHOD document->new_line.
      LOOP AT it_sel_opt.
        CLEAR : dl_text.
        CONCATENATE it_sel_opt-selname  it_sel_opt-sign
         it_sel_opt-option it_sel_opt-low it_sel_opt-high
        INTO dl_text SEPARATED BY cl_abap_char_utilities=>horizontal_tab.
        CALL METHOD document->add_gap
          EXPORTING
            width = 34.
        CALL METHOD document->add_text
          EXPORTING
            text         = dl_text
            sap_emphasis = cl_dd_area=>heading
            sap_color    = cl_dd_area=>list_negative_inv.
    * Add new-line
        CALL METHOD document->new_line.
      ENDLOOP.
    ENDFORM.                    "top_of_page

  • How to print a selection of pages from a 3000   page PDF without having to scroll two wheels! Also is there a way to set printer options for just black and white? Seems like there is a lot missing here?

    I have been using this for school work as much as possible and have come across a problem. With my lack of knowledge for apple it seems as though I can't navigate myself to a easy answer. The problem hits when I am printing pages off of a large document, and I don't want to print the entire document in color but I have no way "that I can find" for a black and white print option...
    ----- also a larger issue, when printing I need to select 1 page or even 20 pages... The time it takes to use a scroll wheel and the fact if you try and scroll fast sometimes you click off the screen then you have to start scrolling all over again... It seems like you would beagle to input from say page 1224 to 1236.... Instead I have a scroll a wheel? Just doesn't make sense...?
       Can someone please help solve this for me!

    Yes, that fixed it, thanks! I had no idea they clashed like that. I ruthlessly purged all other tables of contents, and then used Layout > Table of Contents to create a new one, and it worked.
    It made more sense after seeing in this thread that table of contents styles are more like presets or entities than styles.

  • Suppress printing the last two pages

    I have created a form that has the last two pages of the form screen only visible. Saved the form and printed it but the last two pages print blank. Is there any way to suppress printing the last two blank pages. If I was the only person using the form I just wouldn't print the last two pages but this is going into a production environment where seeing the last two pages is important but printing the last two pages isn't.
    Thanks.

    Take a look at the script produced by the "Print Button".
    xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);
    The doc for print is available at http://livedocs.adobe.com/livecycle/8.2/acrobat_designer/001735.html
    Steve

  • Printing a selected tiled page

    I have a 35x55" document that I'm printing tiled across nine 17x22" sheets of paper using InDesign CS5.5. Occassionally, a sheet of paper will misfeed or such. In those cases, I'm wondering if there's any way to reprint, say, the third tile of the series of nine, rather than reprinting the entire nine tiles. I've tried printing the entire sequences to Postscript but for some reason it doesn't distill correctly into Acrobat. Any thoughts greatly appreciated!
    Thanks!
    Neil

    ngoldberg_sequel wrote:
    Thanks so much for the answer, Steve. I've resorted to doing a manual tile in the past. I've found it difficult, though, to exactly match the origin of the existing tile. Also the text and marks that print out in such a case don't match the other tiles. Any other thoughts?
    Have you tried printing tiled from a PDF? Perhaps Acrobat can print a selected tile.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Ageing report selection criteria

    Hello Solution  Management,
    It is sometimes necessary to select only a special range of suppliers or customers.
    This could be achieved by selecting a range of groups or excluding a groupe or a range of group in the selection criteria.
    this criteria  would be similar to those in the stock posting list seletion criteria, BP tab for the range of group and on the tab by warehouse . The difference would be that instead of being warehouses it would be BP groups.
    KR/MFG/Bivacha
    Murielle

    Hello Marta,
    This is system default function.  It is hard coded already.  You could print this page on the virtual printer instead.
    Check this thread to have more info:
    Suppress Printing of Selection Criteria page
    Thanks,
    Gordon

  • Selection criteria WAWE0 with operand " "

    Hi Experts
    ME2N is used for list display of POs.
    Selection parameter SELPA is used as an input to restrict the result.
    However selection parameter WE101, contains a selection criteria WAWE0 with operand ">"  (Issued > deliv).
    But i am not able to recognise the difference using this operand.
    Can you please explain programitally what restriction is established by this operand for WAWE0.
    Thanks and warm regards
    ramSiva

    Julie,
    I have found that the best way to not print the selection criteria page is to do a print preview before printing and then close the selection criteria print preview before printing your report. Hope this helps.
    Jeff Haldeman
    Support One

  • How to ignore the selection criteria temporary page in print

    Hi Experts,
    I use 2007A and when i would like to print example a Trial Balance then the system prints the selection criteria on the first printed page .
    How can I delete or ignore this option? There's no need for this print.
    I was searching in help files but with no success.
    Thanks,
    Eszter

    In Administration > System Initialization > Print Preferences > General Tab
    There is a checkbox for "Print SAP Business One Generation Message"
    Uncheck it to not print the first page with selection criteria.
    Hope this was what you were looking for.

  • Print Selection Criteria-Token in report prepared with CR

    Hi,
    How to print the Selection Criteria---Specially 'From Date' and 'To Date' for a report prepared with Crystal Report tool to be viewed within SAP Business One 8.8 (The report uses Token Parameters for SBO 8.8 Viewing)
    Thanks,
    Saikat

    Hi Bala,
    Ok...So can help me on this.......
    The token in my Report is :
    Date : Static-Type: Date-Allows Range Values
    Within SBO 8.8 displays as Date : From <Date Selection Field> To <Date Selection Field>
    Please note its a single token allowing range values.
    Formula I am using: {OPOR.DocDate}>={?Date} AND {OPOR.DocDate} <={?Date}
    Now I need to print the selected 'From Date' and 'To Date' in the Report.
    If there is any other process to do the same then please let me know the same.
    Thanks,
    Saikat

  • How can i print Selection criteria on report

    hi
         i want to print my selection criteria on the report i.e.
      i have to select-options 1. plant 2. date
    then now i want to to print these on header of report as:
         HEADING
         PLANT :  <SELECT-OPTIONS for Plant>  TO <SELECT-OPTIONS for Plant>
         DATE   :  <SELECT-OPTIONS for Date>  TO <SELECT-OPTIONS for Date>
         then data for report .
      how i can do it .

    The SELECT-OPTIONS can be referenced like and ordinary table in your ABAP.  So if your select-option is called S_PLANT it is a table with fields LOW, HIGH, OPTION, SIGN.
    LOW is the 'from' value, HIGN is the 'to' value, OPTION is the comparison (BT, EQ etc) and SIGN is I or E (include or exclude).
    Remember is is possible (unless you have defined your select options to limit it) to enter multiple row and exclusions in select-options, so you cannot be sure of a simple 'from' and 'to' range.
    Regards,
    Nick

  • Problem printing odd or even pages

    When i print odd pages only, the last page will not be printed. If i print even pages, an extra blank page is printed.
    The print dialog preview shows the correct pages to be printed, but the actual prinout differs.
    This happens on documents with off number of pages.
    Because of this problem, manual duplex printing becomes very difficult. My printer does not have duplex printing option.
    I'm using AR v8.1.2

    I have a similar problem. With my HP-1200, I need to print even pages in reverse order first. I have a 13-page document. When I print "even-pages only," it prints the following pages in this order: 12, 10, 8, 6, 4, 2, 2. It prints page 2 twice! When I put the pages back into the printer and select "odd pages only" (not reversed), it prints pages 1, 3, 5, 7, 9 and 11, but it does not print page 13.
    I installed this Adobe Reader, version 8.1.2 a few days ago. I never had this problem with previous versions of Adobe Reader. I am running Vista Home Premium on my Dell Dimension E520.

  • How to suppress blank page and selection criteria in SPOOL ?

    My Z program submits two programs to spool and converts the ABAP List in the spool to PDF and emails.
    After upgrade to ECC6, the first (a report painter report) resulting PDF there was one blank page and the contents were displayed on second page. For the second report (RKPEP003 - CJI3)  the selection criteria that the report used was printed as the first page of output and the result on a subsequent page. The same thing happens when I individually execute these two reports directly in SE38 with the same selection criteria. I believe the blank page is there in the spool because when I view the spool as a RAW, there is a P in the first column, however the spool shows that there is only one page in the first and two in the second (this is true - one for selection criteria "which I don't want" and then the actual content). In 46C, when I look at the RAW view of the spool there is no additional P's in the first column.
    I do not want to have the blank page on the first report and the selection criteria listed on the output of the report. How can I do that ? I am thinking get_print_parameters can in someway get me there, but I am not sure.
    Thanks
    Hari
    Edited by: Hari Sudarsanan on Apr 8, 2009 7:28 PM
    Edited by: Hari Sudarsanan on Apr 8, 2009 8:05 PM

    The first report painter program writes a regular ABAP list.
    The second outputs an ALV.

  • Debtor Statements Selection Criteria always printed

    Hi all,
    When I print out my cust receivables aging report, is there a way to stop the selection criteria from being printed also?  I am printing summary report, one page per customer.  This is the statement that the cust receives in the mail.
    Thanks,
    John

    John O'Brien 
    Select all the selection creteria fields in debtor aging report PLD
    and detick visble and save changes.
    Jeyakanthan

Maybe you are looking for

  • Dock needs a lot of memory?

    Couldn't resist showing a screen dump of memory allocations for Dock: http://netserv.se/netserv/dock.png It's swedish, but third line is "shared memory size" -- 16777216 TB -- that's pretty much on a PowerBook 12" !

  • Sound not working for dv6700 PLEASE HELP!!!!

    I'm having sound problems on my hp dv6700.  The sound was working last night and this morning, now when I went on it all of a sudden the sound stopped working.  When I plug in a set of headphones it works but the speakers don't work.  If someone coul

  • Custom Colors in Oracle Forms.

    Hi, As we know we can create custom color in oracle forms and process to create is Creating Custom colors : a)Go to Tools->Preferences. In General Tab On the Color Mode drop-down, select Editable then exit Forms builder. b)Restart forms builder. c)Op

  • Setting OracleXE as a Linked Server

    Can anyone please provide details of setting OracleXE as a Linked server from SQL Server. I have both installed as local instances on the same machine with the standard configurations. Thanks in advance Paul

  • Evil Command line

    Hello, I'm back to the Mac after 15 years on the PC side of things. Much has change since the world of Photoshop 3 but features and shortcut keys feel like home. In all honesty, I still use a PC VM for lots of stuff, but feels good to be back on the