ALV background printing with totals summary

hi,
we have defined an ALV layout that displays only the totals/subtotals and we would like to print this in the background. the report allows us to specify the layout from the report selection screen.
however, it doesn't seem to work when printing in the background. it always expands into detail rows. we are using FM REUSE_ALV_GRID_DISPLAY in 4.6C system. any solution to this?
thanks in advance.

The variant in which you want the report to use,  is this variant a global variant which can be seen by the "BACKGROUND" user?  If not, this could be you problem.  If the variants are user specific, the variant will not be seen by the "BACKGROUND" user.  I would suggest setting up the variant as the "BACKGROUND" user.
Regards,
Rich Heilman

Similar Messages

  • When I print, a last page is printed with a summary of document printed - file name, directory, ...

    When I print, a last page is printed with a summary of document printed - file name, directory, ... Just got Windows 8. Is this something I can stop? Waste of paper and ink!!

    Hi RebeccaQ,
    Generally speaking, a summary page, document summary or document properties page is often generated based on a setting in the software application being used as opposed to the printer driver or menu setting.  For example, in MS Word you can select to print this page with each printed document.  In this case, depending on your version of Word, you can enable/disable the feature often in "Word Options", "Display", "Printing Options", "Print Document Properties".
    Does this help?  If not, which printer model and software application is being used when the summary is printed? 
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Defaults for 'Print with comments summary'

    Hi,
    I'm working in Acrobat Pro 7, and often need to use "Print with comments summary". This always launches with paper size set to "letter" and layout set to "Document and comments with sequence numbers on separate pages". But I always want "A4" and "Document and comments with connector lines on single pages". Is there any way I can make this the default?

    Anybody?

  • Printing document.... images w/ transparent background print with visable border

    I created a document in adobe InDesign CS3. I've placed some graphic images that have transparent background onto the document. It looks fine on my PC but when I print on a laser color printer, it prints with a noticeable background on the image. Drving me crazy. Any ideas why?

    http://indesignsecrets.com/eliminating-ydb-yucky-discolored-box-syndrome.php
    Bob

  • Print with Comments Summary Problem

    Every Pdf that we try to print with Comments and summary option will not print the graphics. The summary comments print fine but the corresponding graphics previews/prints as a empty box with a keyline. MAc OSX 10.4.6 Acrobat 8.1.4 Professional.

    paul tech wrote:
    .....Sooooo nobody use this feature? Can this problem be confirmed/replicated?
    Can't address your orignal problem but your OS is severely out of date. OSX is up to OSX.4.11 It has improved a lot of things.

  • White fonts on black background printing with zebra printer

    Hello,
    I've created a label in Adobe forms, which should be printed with a ZEBRA 220XiIII plus.In the label there is a text that should be printed in white fonts on a black background. The problem is that when I print the label, the white text is not printed, I have only a black background. The print preview is ok, and if I print the label on a laser printer it is ok too.
    Does someone have any idea?
    Thanks.
    Benjamin

    The above code i have used is to print a Maxi code Symbol.
    [)>_1E01_1D96841706672_1D840_1D001_1D1Z12345675_1DUPSN_1D123X56_1D187_1D_1D1/1_1D10_1DN_1D_1DSALT LAKE CITY_1DUT_1E_04
    this code is in the format:
    [)>Rs Message Header
    01Gs96 Transportation Data
    Format Header
    841706672Gs Postal Code
    840Gs Country Code
    001Gs Class of Service
    1Z12345675Gs Tracking Number
    UPSNGs SCAC
    123X56Gs UPS Account Number
    187Gs Julian Day of Pickup
    Gs Place holder for
    Shipment ID Number
    1/1Gs Package n/x
    10Gs Package Weight
    NGs Address Validation
    Gs Place holder for
    SHIP TO Street Address
    SALT LAKE CITYGs SHIP TO City
    UTRs SHIP TO State
    Eot End of Transmission
    [)><RS>01<GS>96841706672<GS>840<GS>001<GS>
    1Z12345675<GS>UPSN<GS>123X56<GS>187<GS>
    <GS>1/1<GS>10<GS>N<GS><GS>SALT LAKE CITY<GS>
    UT<RS><EOT>
    My code is based on the above format that should print UPS Maxicode Symbol
         but the maxi code symbol is not geeting printed. Can you help me on this.

  • ALV Background Printing

    Hi all,
    I am encountering an error whenever I run a program producing an ALV report.  When I run it in foreground, it is displaying all the fields.  However, when I run the program in background and check the spool list, a single field is not printed and it was declared as CHAR8.  Any idea how this problem can be resolved?  I would appreciate your help.  Thanks a lot.
    Regards,
    Atel

    check the Print Format ? what u are using If it is 65 * 255 ? try to create a new format.
    regards
    Prabhu

  • Printing only one line record with total of all items through alv

    hi experts,
    i am facing a problem while printing a list through alv.
    requirement is, suppose i have 3 line items under one document no.
    i have to print only one record with total amount of all items.more clearly...
    1001  10  1000/-
    1001  20    234/-
    1001  30   540/- these records in internal table then i am passing it to reuse_alv_grid_display.
    i need to display only 1001  1774/-(means sum of all the items)
    please tell me how to do this.
    thanks in advance,
    manasi

    hi ansari,
    contains in itab
         3000000004     02.11.2000     5550     27.95     27.95     0
         3000000004     02.11.2000     5550     10.95     10.95     0
         3000000005     02.11.2000     5550     27.95     27.95     0
         3000000005     02.11.2000     5550     10.95     10.95     0
         3000000006     02.11.2000     3020     52.99     52.99     0
         3000000006     02.11.2000     3020     64.99     64.99     0
         3000000006     02.11.2000     3020     49.5     49.5     0
         3000000007     02.11.2000     3730     2,228.00     2,228.00     0
         3000000007     02.11.2000     3730     1,698.00     1,698.00     0
         3000000007     02.11.2000     3730     532     532     0
    now please tell me how to print the data
    output will be
    3000000004     02.11.2000     5550     38.90     38.90       0
    3000000005     02.11.2000     5550     38.90     38.90       0
    3000000006     02.11.2000     3020     117.19     117.19     0
    like that
    please help me out
    manasi

  • How to print sub total text in ALV

    Hi All,
       I have a prblem in printing sub total text in ALV. I am passing the text for sub total in ALV layout to the field SUBTOTALS_TEXT. Even then the text is not displayed where as this is working for TOTAL with the field TOTALS_TEXT.
       Could any one provide me the solution please?
    Thanks & Regards,
    S.Lakshmi

    Hi Lakshmi,
    Please refer to the following code :
    report zalv10.
    type-pools: slis.
    data: g_repid like sy-repid,
    gs_print type slis_print_alv,
    gt_list_top_of_page type slis_t_listheader,
    gt_events type slis_t_event,
    gt_sort type slis_t_sortinfo_alv,
    gs_layout type slis_layout_alv,
    gt_fieldcat type slis_t_fieldcat_alv,
    fieldcat_ln like line of gt_fieldcat,
    col_pos type i.
    data: begin of itab,
    field1(5) type c,
    field2(5) type c,
    field3(5) type p decimals 2,
    end of itab.
    data: begin of itab1 occurs 0.
    include structure itab.
    data: end of itab1.
    data: begin of itab_fieldcat occurs 0.
    include structure itab.
    data: end of itab_fieldcat.
    Print Parameters
    parameters:
    p_print as checkbox default ' ', "PRINT IMMEDIATE
    p_nosinf as checkbox default 'X', "NO SELECTION INFO
    p_nocove as checkbox default ' ', "NO COVER PAGE
    p_nonewp as checkbox default ' ', "NO NEW PAGE
    p_nolinf as checkbox default 'X', "NO PRINT LIST INFO
    p_reserv type i. "NO OF FOOTER LINE
    initialization.
    g_repid = sy-repid.
    perform print_build using gs_print. "Print PARAMETERS
    start-of-selection.
    TEST DATA
    move 'TEST1' to itab1-field1.
    move 'TEST1' to itab1-field2.
    move '10.00' to itab1-field3.
    append itab1.
    move 'TEST2' to itab1-field1.
    move 'TEST2' to itab1-field2.
    move '20.00' to itab1-field3.
    append itab1.
    do 50 times.
    append itab1.
    enddo.
    end-of-selection.
    perform build.
    perform eventtab_build changing gt_events.
    perform comment_build changing gt_list_top_of_page.
    perform call_alv.
    form build.
    DATA FIELD CATALOG
    Explain Field Description to ALV
    data: fieldcat_in type slis_fieldcat_alv.
    clear fieldcat_in.
    fieldcat_ln-fieldname = 'FIELD1'.
    fieldcat_ln-tabname = 'ITAB1'.
    *FIELDCAT_LN-NO_OUT = 'X'. "FIELD NOT DISPLAY, CHOOSE FROM LAYOUT
    fieldcat_ln-key = ' '. "SUBTOTAL KEY
    fieldcat_ln-no_out = ' '.
    fieldcat_ln-seltext_l = 'HEAD1'.
    append fieldcat_ln to gt_fieldcat.
    clear fieldcat_in.
    fieldcat_ln-fieldname = 'FIELD2'.
    fieldcat_ln-tabname = 'ITAB1'.
    fieldcat_ln-no_out = 'X'.
    fieldcat_ln-seltext_l = 'HEAD2'.
    append fieldcat_ln to gt_fieldcat.
    clear fieldcat_in.
    fieldcat_ln-fieldname = 'FIELD3'.
    fieldcat_ln-tabname = 'ITAB1'.
    fieldcat_ln-ref_fieldname = 'MENGE'. "<- REF FIELD IN THE DICTIONNARY
    fieldcat_ln-ref_tabname = 'MSEG'. "<- REF TABLE IN THE DICTIONNARY
    fieldcat_ln-no_out = ' '.
    fieldcat_ln-do_sum = 'X'. "SUM UPON DISPLAY
    append fieldcat_ln to gt_fieldcat.
    DATA SORTING AND SUBTOTAL
    data: gs_sort type slis_sortinfo_alv.
    clear gs_sort.
    gs_sort-fieldname = 'FIELD1'.
    gs_sort-spos = 1.
    gs_sort-up = 'X'.
    gs_sort-subtot = 'X'. ***CRUCIAL STATEMENT****
    append gs_sort to gt_sort.
    clear gs_sort.
    gs_sort-fieldname = 'FIELD2'.
    gs_sort-spos = 2.
    gs_sort-up = 'X'.
    *GS_SORT-SUBTOT = 'X'. **THIS SHOULD NOT BE UNCOMENTED*
    append gs_sort to gt_sort.
    endform.
    form call_alv.
    ABAP List Viewer
    call function 'REUSE_ALV_LIST_DISPLAY'
    exporting
    I_INTERFACE_CHECK = ' '
    I_BYPASSING_BUFFER =
    I_BUFFER_ACTIVE = ' '
    i_callback_program = g_repid
    I_CALLBACK_PF_STATUS_SET = ' '
    I_CALLBACK_USER_COMMAND = ' '
    i_structure_name = 'ITAB1'
    is_layout = gs_layout
    it_fieldcat = gt_fieldcat[]
    IT_EXCLUDING =
    IT_SPECIAL_GROUPS =
    it_sort = gt_sort[]
    IT_FILTER =
    IS_SEL_HIDE =
    I_DEFAULT = 'X'
    I_SAVE = ' '
    IS_VARIANT =
    it_events = gt_events[]
    IT_EVENT_EXIT =
    is_print = gs_print
    IS_REPREP_ID =
    I_SCREEN_START_COLUMN = 0
    I_SCREEN_START_LINE = 0
    I_SCREEN_END_COLUMN = 0
    I_SCREEN_END_LINE = 0
    IMPORTING
    E_EXIT_CAUSED_BY_CALLER =
    ES_EXIT_CAUSED_BY_USER =
    tables
    t_outtab = itab1
    exceptions
    program_error = 1
    others = 2.
    endform.
    HEADER FORM
    form eventtab_build changing lt_events type slis_t_event.
    constants:
    gc_formname_top_of_page type slis_formname value 'TOP_OF_PAGE'.
    *GC_FORMNAME_END_OF_PAGE TYPE SLIS_FORMNAME VALUE 'END_OF_PAGE'.
    data: ls_event type slis_alv_event.
    call function 'REUSE_ALV_EVENTS_GET'
    exporting
    i_list_type = 0
    importing
    et_events = lt_events.
    read table lt_events with key name = slis_ev_top_of_page
    into ls_event.
    if sy-subrc = 0.
    move gc_formname_top_of_page to ls_event-form.
    append ls_event to lt_events.
    endif.
    define END_OF_PAGE event
    READ TABLE LT_EVENTS WITH KEY NAME = SLIS_EV_END_OF_PAGE
    INTO LS_EVENT.
    IF SY-SUBRC = 0.
    MOVE GC_FORMNAME_END_OF_PAGE TO LS_EVENT-FORM.
    APPEND LS_EVENT TO LT_EVENTS.
    ENDIF.
    endform.
    form comment_build changing gt_top_of_page type slis_t_listheader.
    data: gs_line type slis_listheader.
    clear gs_line.
    gs_line-typ = 'H'.
    gs_line-info = 'HEADER 1'.
    append gs_line to gt_top_of_page.
    clear gs_line.
    gs_line-typ = 'S'.
    gs_line-key = 'STATUS 1'.
    gs_line-info = 'INFO 1'.
    append gs_line to gt_top_of_page.
    gs_line-key = 'STATUS 2'.
    gs_line-info = 'INFO 2'.
    append gs_line to gt_top_of_page.
    CLEAR GS_LINE.
    GS_LINE-TYP = 'A'.
    GS_LINE-INFO = 'ACTION'.
    APPEND GS_LINE TO GT_TOP_OF_PAGE.
    endform.
    form top_of_page.
    call function 'REUSE_ALV_COMMENTARY_WRITE'
    exporting
    it_list_commentary = gt_list_top_of_page.
    write: sy-datum, 'Page No', sy-pagno left-justified.
    endform.
    form end_of_page.
    write at (sy-linsz) sy-pagno centered.
    endform.
    PRINT SETTINGS
    form print_build using ls_print type slis_print_alv.
    ls_print-print = p_print. "PRINT IMMEDIATE
    ls_print-no_print_selinfos = p_nosinf. "NO SELECTION INFO
    ls_print-no_coverpage = p_nocove. "NO COVER PAGE
    ls_print-no_new_page = p_nonewp.
    ls_print-no_print_listinfos = p_nolinf. "NO PRINT LIST INFO
    ls_print-reserve_lines = p_reserv.
    endform.
    <b>Please reward points if helpful.</b>
    Regards,
    Amit Mishra

  • Supress Background Print parameters when user executes ALV report by F9

    Hi friends,
         How can we Supress Background Print parameters pop-up, when user executes ALV report by F9
    or by navigation from selection screen -i.e;  Program ->>Execute in Background.
    Please guide me
    Thanks in Advance,
    Ganesh

    Sorry,
    i need to supress the POP-UP which asks for background Print Parameters in the ALV report. when i press F9 in a selection - screen of a Tcode
    as we supress Pop-up for a smartform or script by passing the Print Parameters
    This 'RS_SET_SELSCREEN_STATUS' excludes the commands(say F9 function code) in report
    I think we need to set the Print paramters in the Program
    please guide me
    Thanks,
    Ganesh

  • Printing Grand Totals in Footer along with page total

    Hi
    I have a report which prints PO Header and PO Lines. For each page while iterating thru PO Lines I print page total in the footer.
    Once all PO Lines are printed with page totals in the footer of each page, I want to print Grand total in the last page in the footer along with last page total. Currently my XML data has pre-computed grand total in the PO Header block.
    The problem
    I have wrapped header and lines inside <?start:body?> and <?end:body?> which allows me to print page totals outside the <?end:body?> tag.
    I print page totals and "Continue" next to it in the footer. But
    Finally when grand total comes into picture in the outer loop I want to replace "Continue" text with grand total value in the last page and print it as footer.
    I tried to use xdoxlt:set_variable() function to flag a variable value to 1 when iteration happens in HEADER block and set it to 2 in inner loop of lines block. But the scope of the variable is confined between <?start:body?> and < ?end:body? and is not visible outside the <?end:body?> tag.
    The logic I want to accomplish is
    if var = 1 then
    print page total and "Continue"
    elsif var = 2 then
    print page total and Grand Total.
    end if
    This logic doest work as the value of var is not visible outside the body tag.
    I want to use this variable value to print footer which lies outside <?end:body?> tag with grand totalor page total
    Please suggest if there is any other way I can accomplish this functionality. Can we use parameter and update it. Syntax for update parameter value is not clear in user guide.
    Any help would be appreciated.
    thanks
    sukarna

    thanks for the info, i was trying to avoid this but had already reached the same conclusion.
    everything else seems to be very time consuming and may not work correctly in the end.
    we're on Oracle Applications : 11.5.10.2 which has just been converted to utf-8 and is an Oracle On-Demand installation.
    do you know if 5.6.3 of the publisher is supported and any ideas on how difficult it is to get it installed?
    cheers
    ellen

  • PO with Total Price amount calculated is incorrect at the time of printing.

    Hi Experts,
    I have one PO with Total Price amount calculated is incorrect at the time of printing.
    When my  user took the first print out the PO shows the incorrect Total amount.
    After 10 mins my user taken the printout again,that time it shows the Toatal Price value is correct amount.
    How i can analysis this type of BUG..!!!
    I am thinking it might be BUG...???
    Please advice with you valuable inputs.
    Best Regards,
    RK

    Hi,
    Are you using the standard programm and print form or are you using your own?. Most of the printing issues happens because of own programms. Try with the standard and then you will be able to see why is this happening.
    Best Regards,
    Arminda Jack

  • Issue printing combined document with comment summary.

    I am having an issue generating the correct output for printing a comment summary with connector lines.  I started off with three duplicate documents, all of which had been commented on by different individuals.  The documents and comments were combined and I attempted to print the comment summary with connector lines.  I noticed that at the bottom of the first page, where there should have been a comment, there was only the name of the person who had commented and then the standard line "Comments continued on next page" but the person's comment was not there on page 2.  Its as if only their response is being cut off but you can still see their name, along with the date and time of the comment.
    I sent the issue over to someone I know who has Adobe Acrobat Pro X and they did not have the same issue.  I am not able to upgrade to V.X yet so if there's anyway to correct this or if I am doing something wrong, could someone please respond and let me know?  I combine documents and print with comment summaries on a regular basis.
    Thank you

    Hi Alejandro,
    thanks a lot for your reply, but I am afraid this does not have anything to do with that.
    I have checked the option that you mention and it was checked. Besides, I am using now Web Intelligence Rich Client, so that option should not be a problem.
    I don't really know what it is, it seems to be a bug or maybe the alert are not supposed to be printed.
    I would appreciate any idea that could help.
    Thanks a lot

  • How to change pdf (with dark background) so it print with white background and dark text??

    I have lots of nice presentations I am studying- the problem is most of them were made in ppt with dark backgrounds and white text then converted to pdf files. So when I print them, I get a dark (black) background with white text- very annoying. Is there anyway to get it to print with a light (or no) backround with black text? This is much easier for note taking/etc. I have adobe acrobat professional.

    Use the rectangle shape tool. Draw a rectangle over the entire frame. In the shape tab, color it whatever you want. Export your TGA sequence.
    Andy
    PS: But if you place a colored bkg in your motion project that you will effectively have no alpha channel. Are they referencing the TGA's alpha?

  • Background image is being printed on some web sights eg bank receipts are printed with a coloured background

    '''when printing a receipt or statement from my one of my local banks the item is printed with a blue colour in the background, right clicking on the web page and selecting view background image displays this colour , how do i turn this colour off on the web sight to stop the waste of ink
    '''

    Well, I figured this one out as well. It was quite stupid
    actually. Like I said in my other "self-answered post" I'm going to
    briefly describe the solution for anyone who might need the help.
    When Crossword Forge exports your file for the web it makes a
    folder with that crosswords documents and it's background image.
    You told Crossword Forge what image to use for the
    background. Even though it makes a new jpg for your background, it
    still has to reference the original. Keep those originals in your
    local root folder. don't move them. Crossword Forge will have a
    hissy if it can't find the original image. Yeah, even though it
    creates a new image.

Maybe you are looking for

  • I'm unable to sent emails from my iphone 4s.

    I've turned off my phone and deleting my account and added it again but still it's not working.

  • I am unable to find the usb 3.0 ports on my pavillion dv6-6155tx

    i bought a nev hp pavillion dv6-6155tx laptop with windows 7 64bit home basic i tried to connect my Western Digital Harddisk to all the 4 available ports and still managed to get only the same rate of data copy. is there any problem with my usb 3.0 a

  • Visual Studio 2013 to open a Sage 50 Crystal Report (which is in 2008)

    Is it possible to open a report using the latest runtimes and visual studio components (v13)? I am trying to view a crystal report done in 2008 on a web site I'm creating. When I add the controls (CrystalReportViewer and CrystalReportSource with path

  • Accessing Java Classes from Webservice Stubs

    So far I have been able to call a web service and copy the appropriate directories and files to the designated class path.  I can also successfully access a class file like this: MyObject = CreateObject("java", "ca.x.y.z.TestCollection.TestItem"); Ho

  • Reconciliation of data

    Hi Experts, Can anyone explain what is reconciliation of data and why do we do that  and what are the steps for that process. Pease reply.Points will be assigned. Thsnks, Sai.