I had a problem with print preview of billing document.

HI all,
I had a problem with print preview of billing document which contains two output types ZR1 ZR2..
For the footer text of billing document I maintained the font size as 7,5 pts, But when i go for print preview from output type ZR1 the font size of footer text is very small and looks good for output type ZR2.
If i change the print options-->logical destination of output type ZR1 same as Output type ZR2, the footer text looks good.
I think there is some issue with logical destination in print options for the output type ZR1, how can i resolve  it.

hi,
for both the output types , r u using same sapscript or smartform?
if yes then, u can control it in output options of smartform and also in sapscript , you can control through if condition.
and if differect sapscript or smartform then you should not get such problem.
you can check the sapscript or smartfrom in TNAPR table.

Similar Messages

  • Problems with Print Preview in PO.

    Hi Experts, I need your help!!
    I have problems with print preview in purchase order, if the PO has moviments ( GR or Invoice ) I cant see the form of PO in Print Preview...Anybody has idea about happen?
    I can see the form before i make the movements after i cant see anymore..This is right?
    There is the document explain the problem
    [http://www.easy-share.com/1903543233/PO_PROBLEM1.doc]
    Thanks

    Hi,
    What is the particular error message which prevented you from print preview?  I have not seen such case before in many systems.
    Cheers,
    HT

  • Problem with Print Preview and Print events

    Hello Experts,
    We have developed a program, in which, I m trying to display the % values in the Sub Totals and Grand Total lines, The logic and program functionality is performing very well. The report is displaying the output the way end user is willing to see.
    The main problem is, the entire % values are going to a toss when we click the Print Preview or trying to print the report, which is not supposed to go that  way. I have even tried to debug the program where the problem is evolving in the code, but it is not raised from the code.
    Please refer to the screen shots.Before clicking the Print Preview and after clicking the print preview.
    Do anybody face the same kind of problem ever?
    If so please let me know what could be the best possible solution.
    Thanks & Regards
    Harish Kumar MK

    Hi Harish,
    I have use the below code but not for percentage... I think for percentage you just have to calculate the normal percentage and replace it with a subtotal value.
    This is not your complete code it will be better if you mail your complete code so that i can debug and check.
       TABLES: vbak.
    TYPE-POOLS: slis.                      " ALV Global types
    SELECT-OPTIONS :
      s_vkorg FOR vbak-vkorg,              " Sales organization
      s_kunnr FOR vbak-kunnr,              " Sold-to party
      s_vbeln FOR vbak-vbeln.              " Sales document
    SELECTION-SCREEN :
      SKIP, BEGIN OF LINE,COMMENT 5(27) v_1 FOR FIELD p_max.
    PARAMETERS p_max(2) TYPE n DEFAULT '20' OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    DATA:
      BEGIN OF gt_vbak OCCURS 0,
        vkorg LIKE vbak-vkorg,             " Sales organization
        kunnr LIKE vbak-kunnr,             " Sold-to party
        vbeln LIKE vbak-vbeln,             " Sales document
        netwr LIKE vbak-netwr,             " Net Value of the Sales Order
        waerk LIKE vbak-waerk,             " Document currency
      END OF gt_vbak.
    INITIALIZATION.
      v_1 = 'Maximum of records to read'.
    START-OF-SELECTION.
      PERFORM f_read_data.
      PERFORM f_display_data.
    *      Form  f_read_data
    FORM f_read_data.
      SELECT * INTO CORRESPONDING FIELDS OF TABLE gt_vbak
               FROM vbak
                 UP TO p_max ROWS
              WHERE kunnr IN s_kunnr
                AND vbeln IN s_vbeln
                AND vkorg IN s_vkorg.
    ENDFORM.                               " F_READ_DATA
    *      Form  f_display_data
    FORM f_display_data.
      DEFINE m_fieldcat.
        add 1 to ls_fieldcat-col_pos.
        ls_fieldcat-fieldname   = &1.
        ls_fieldcat-ref_tabname = 'VBAK'.
        ls_fieldcat-do_sum      = &2.
        ls_fieldcat-cfieldname  = &3.
        append ls_fieldcat to lt_fieldcat.
      END-OF-DEFINITION.
      DEFINE m_sort.
        add 1 to ls_sort-spos.
        ls_sort-fieldname = &1.
        ls_sort-up        = 'X'.
        ls_sort-subtot    = &2.
        append ls_sort to lt_sort.
      END-OF-DEFINITION.
      DATA:
        ls_fieldcat TYPE slis_fieldcat_alv,
        lt_fieldcat TYPE slis_t_fieldcat_alv,
        lt_sort     TYPE slis_t_sortinfo_alv,
        ls_sort     TYPE slis_sortinfo_alv,
        ls_layout   TYPE slis_layout_alv.
      m_fieldcat 'VKORG' ''  ''.
      m_fieldcat 'KUNNR' ''  ''.
      m_fieldcat 'VBELN' ''  ''.
      m_fieldcat 'NETWR' 'X' 'WAERK'.
      m_fieldcat 'WAERK' ''  ''.
      m_sort 'VKORG' 'X'.                  " Sort by vkorg and subtotal
      m_sort 'KUNNR' 'X'.                  " Sort by kunnr and subtotal
      m_sort 'VBELN' ''.                   " Sort by vbeln
      ls_layout-cell_merge = 'X'.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          is_layout   = ls_layout
          it_fieldcat = lt_fieldcat
          it_sort     = lt_sort
        TABLES
          t_outtab    = gt_vbak.
    ENDFORM.                               " F_DISPLAY_DATA
    BR
    Sumeet

  • Problem with Print Preview  Urgent!

    Hello BW Experts,
    1.I am trying to use the Print functionality for web printing.In the print preveiew i see all the text in black and white.It is completely different from the page that is displayed in the browser.
    --I tried using the same print stylesheet but it does not work.
    2.In the print preview how do i change the default header line height to some other value.
    3.If i select file>print preview in internet explorer it is treating the logo as a different page,so the logo is printing in seperate page followed by the text.
    I appreciate all your help.
    Thank you all!
    Raj

    Thanks deepak for the reply.
    I am using the stylesheet and media = print but i still have the problem.
    This is the javascript function i am using
    <head>
    <link href="/sap/bw/Mime/BCT/StyleSheets/ServicePortalBWReports.css" type="text/css" rel="stylesheet"/>
    <script>
    <script language=javascript>
    function callPrintHelpService(parameter, cell_type, filter, parameter1, parameter2, item, dataprovider, x, y) {
    var print_service = "Z_PRINT_HELP_SERVICE"
    <!--if ( parameter == "inches") print_service = "Z_PRINT_HELP_SERVICE_IMP";
    var cmd = url + "&DATA_PROVIDER=DP&HELP_SERVICE_CLASS=" + print_service;--->
    SAP_BW_URL_Get();
    if( dataprovider == "DP") window.open(url, "Print", "width=800, height=600, menubar=yes, toolbar=no, scrollbars=yes, resizable=yes"); }
    </script>
    <!-- Query description in the window title bar --->
    <title>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TITLE"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="ELEMENT_NAME" value="REPTXTLG"/>
             ITEM:            TITLE
    </object>
    </title>
          <link href="/sap/bw/Mime/BEx/StyleSheets/ServicePortalBWReports.css" type="text/css" rel="stylesheet" media="print"/>
    </head>
    1.---can you please be more specific where i need to change the default header height value.
    2.In the print preview of the report it looks fine but when i say file>print preview from internet explorer it is considering the logo as seperate page .Do i need to make any settings somewhere.
    3.In the print preview it remains same eventhough i use the same stylesheet as that of the report.
    Please advice.
    Thank you,
    Raja

  • Problem with print preview in alv grid

    Hello all,
    I have to display base unit of measure(meins) in alv grid output. i am using a conversion routine to convert it from ST TO PC before display.After executing the report i am getting the correct data. the problem is when i select the print preview
    alv list is displayed. in that the unit of measure pc is not displayed, it is comming as '*******. what i came to know is the same conversion routine is triggered in the standard program for the display. so it canot convert that.
    so please help me out in solving this.
    Thanks in advance,
    Sarat

    hi sarath,
        this is an example code try using the statement before displaying, i think it works.
    *example cdoe.
    LOOP AT i_grp1 INTO wa_grp1.
    AT NEW tknum.
    READ TABLE i_grp1 intto wa_grp1 index sy-tabix.
    SUM.
    MOVE-CORRESPONDING wa_grp1 TO wa_grp2.
    APPEND wa_grp2 TO i_grp2.
    ENDAT.
    ENDLOOP.

  • Problem with print preview dialog action in CS4

    I have a automation plugin for Photoshop that print a image playing a Photoshop print preview dialog.
    The script works on CS3 but not in CS4. There is some specific platform tags (Mac uses 'keyPrintSettings' and 'keyPageFormat' that are OpaqueStructPtr and it's not possible to take the size, and Windows uses 'keySystemInfo' and there is no information about this data) and it's not possible to ignore.
    I attach a sample functions for CS3 (working) and CS4 (not working).
    Some one have information about this problem?

    Hi, try to implement the note 1116359.
    reward if usefull.

  • Print preview of billing document from report

    Hi,
    I have created a ALV report which will be displaying billing document number ( hotspot) and related details. When i click on billing document number field, system should display the print preview of the billing document like how we get print preview using VF03 (VF03 --> Issue Output To ).
    Please let me know how to achieve this..
    Thanks <removed by moderator>
    By,
    Suresh
    Edited by: Thomas Zloch on Oct 19, 2011 11:26 AM

    hi suresh ,
    FORM z_user_command USING r_ucomm LIKE sy-ucomm
                  rs_selfield TYPE slis_selfield.               "#EC NEEDED
      CHECK r_ucomm = '&IC1'.             "User Double Clicked on Some
      CHECK NOT rs_selfield-value IS INITIAL.
      CASE rs_selfield-fieldname.
        WHEN 'VBELN'.
          READ TABLE gt_final INDEX rs_selfield-tabindex.
          IF sy-subrc EQ 0.
            SET PARAMETER ID 'VF' FIELD gt_final-vbeln.
            CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.
          ENDIF.                            " IF SY-SUBRC EQ 0
      ENDCASE.                              " ENDCASE
    ENDFORM.                                " FORM Z_USER_COMMAND
    regards
    ranjan

  • Print Preview (SD Billing Document)

    Hello everybody,
    don't know if it is the right category, but here is the quiestion:
    is there any possibility to get the preview of the Billing Document (SD, Transaction VF01) just before the document is saved?
    The functionality IS in the menu (Issue output to: Issue/Screen), but both buttons are disabled.
    Thank you very much in advance
    Andrey

    Hello Andrey,
    Its not possible to get the preview of the Billing Document before saving the document.
    The menu option (Issue output to: Issue/Screen) will be activated in tcode vf02.
    Please let me know ur requirement clearly.
    Regards,
    Satya

  • Has anyone had a problem with printing from Elements 9 on a MAC?

    When I first installed Elements 9 and tried to print, all I got were blank pages.  I contacted adobe support and after an hour on the  phone, she referred me to the next level.  I then received an email from them asking me to call them and in the meantime, they suggested things I shoud do.  I did what they suggested and it worked.  I was able to print.  However, I was unable to indicate the type of paper or resolution that I wanted to print in.  So, I called them again.  It seems that on a windows PC, they give you five options for printing:  1.  Select printer, 2.  Select Settings, 3.  Select paper size, 4.  Type of print, and 5.  Select Print size.  On a MAC,  You get only three options:  Select printer, Select paper size and Select print size.  Does anyone know another way to select the settings and type of print.  I have been using Elements 4 for years with no problems.  Elements 4 gives all the  options.  I don't understand why it is not the same in Elements 9.

    Thank you so much.  You have solved my problem.  I never thought to click the down arrow.  In all the time I have been printing, on any program, the entire window opened up when I clicked on the print button.  This one never did.  I don't understand why Adobe support never told me about that when I called them.

  • HT3258 I recently upgraded to Mountain Lion OS 10.8.3. After that, I've had innumerable problems with email & none of the documents in Word are openable - a dialog box pops up saying that no Power PC applications are available, or something to that effect

    I will re-enter my question: I recently upgraded to Mountain Lion OS 10.8.3. Since then I've had difficulty accessing my Verizon email. Also, all of my Word documents are no longer openable. I get a dialog box that says Power PC apps are no longer supported. Have any of you experienced this & if so, have you just had to "bite the bullet" & start re-doing your docs in Page?

    Office 2004 is not compatible with Lion or Mountain Lion because they don't include the Rosetta software that allowed PPC apps to run on Intel hardware.
    Office 2008 was the first version of Office designed to run natively on Intel chips.
    Office 2011 is the current version.
    You can update to Office 2011, Office 2004 was introduced 9 years ago. You can use other 3rd party softwares, i.e., iWorks, Office Libre, etc., that are capable of handling Office documents.
    Or, you can revert back to Snow Leopard.
    All in all, this topic has been covered in these forums almost every day since Lion was introduced 2 years ago.
    Please search the forums for more info.

  • Problem with printing to a text document

    Well to start off...here is my code.
    import java.io.*;
    import java.util.*;
    // Mike Hatch
    public class project12
    static Scanner console = new Scanner(System.in);
         Scanner inFile = new Scanner(new FileReader("f:\\JAVA\\projects\\receipts.txt"));     
         public static void main(String[] args)
    int movies;
              double price;
              price=2.00;
    double change, cash, tax, total;
    System.out.println("Enter how many movies you are renting.");
    movies = console.nextInt();
              System.out.println("movies = " + movies);
              price = movies * 2.00;
              System.out.println("The movie price is " price ".");
              tax = price * .08;
              System.out.println("Tax: " +tax);
              total = price + tax;
              System.out.println("The Total with Tax is " total ".");
              System.out.println("Cash Tendered: ");
              cash = console.nextDouble();
              change = (cash - total);
              System.out.printf("Your change is %.2f", change);
              if (change < 5)
                   {System.out.println("Thank You For Doing Buisness With US.");}
                   else if (change >=5)
                   {System.out.println("Thank You");}
              else if (change >5);
                   {System.out.println("We Value Your Buisness Here At The Movie Shop");}
                   inFile.close();
    This is the error i am recieving:
    project12.java:53: non-static variable inFile cannot be referenced from a static context
                   inFile.close();
                   ^
    1 error
    does anyone have an idea on how to fix this. i have been trying for quite a while not to no avail.
    if anyone can help it would be much appreciated.
    -silence-

    now im getting the project12.java:71: reached end of file while parsing
    ^
    1 error
    i added more code to this though, here is the updated code:
    import java.io.*;
    import java.util.*;
    // Mike Hatch
    public class project12
    static Scanner console = new Scanner(System.in);
         public static void main(String[] args) throws FileNotFoundException
    Scanner inFile = new Scanner(new FileReader("f:\\JAVA\\projects\\receipts.txt"));
    int movies;
              double price;
              price=2.00;
    double change, cash, tax, total;
    System.out.println("Enter how many movies you are renting.");
    movies = console.nextInt();
              System.out.println("movies = " + movies);
              price = movies * 2.00;
              System.out.println("The movie price is " price ".");
              tax = price * .08;
              System.out.println("Tax: " +tax);
              total = price + tax;
              System.out.println("The Total with Tax is " total ".");
              System.out.println("Cash Tendered: ");
              cash = console.nextDouble();
              change = (cash - total);
              System.out.printf("Your change is %.2f", change);
              if (change < 5)
                   {System.out.println("Thank You For Doing Buisness With US.");}
                   else if (change >=5)
                   {System.out.println("Thank You");}
              else if (change >5);
                   {System.out.println("We Value Your Buisness Here At The Movie Shop");}
    movies = inFile.nextInt();
              price =     inFile.nextDouble();
              change = inFile.nextDouble();
              cash = inFile.nextDouble();
              tax = inFile.nextDouble();
              total = inFile.nextDouble();
                   inFile.close();
    }

  • Printing Problem with Quicken & Preview

    I recently tried to print a Report in Quicken 2003. It just spit out 2 blank pages. I went back to print window and clicked on Preview and the Report shows but just spits out 2 pages. I went back to print window and did a Print as PDF and saved the file the desktop.
    Opened the PDF with Preview and tried to print - it just spit out 2 blank pages again. Finally opened the PDF with Adobe and it printed fine.
    I've had prior problems with Preview just spitting out blank pages.
    I'm using an HP 6110 that in all other applications prints just fine.
    Any idea why Quicken and Preview just spit out blank pages?
    Thanks,
    Doug

    No resolution on this

  • Pavillion G6. Shrunk C Drive, and formatted the other as I drive. Had some problems with my printe

    I shrank C drive. that left me with another drive, which I formatted as drive I.  The recovery drive is D, as it was when I received the computer.   I had some problems with my printer (Epson) through a Dlink DIR655B1, and wanted to return the computer to factory condition.
    When I try to use the recovery through Windows, it says factory reset is disabled??  When I try to shut down, reboot, and use the bios restore, it just comes up with an error message, says to use the dvd that came with the computer, which it didn't?
    Any way I can put this all back to normal?
    Thanks
    Joe

    517joe wrote:
    I shrank C drive. that left me with another drive, which I formatted as drive I.  The recovery drive is D, as it was when I received the computer.   I had some problems with my printer (Epson) through a Dlink DIR655B1, and wanted to return the computer to factory condition.
    When I try to use the recovery through Windows, it says factory reset is disabled??  When I try to shut down, reboot, and use the bios restore, it just comes up with an error message, says to use the dvd that came with the computer, which it didn't?
    Any way I can put this all back to normal?
    Thanks
    Joe
    You damaged the partition structure when you shrank C, see this guide to properly add a 5th partition after you get it restored using HP recovery media.
    http://h30434.www3.hp.com/t5/Other-Notebook-PC-Questions/How-to-repartition-HDD-of-HP-notebook-with-...

  • I'm trying to export a file as .dwg for Autocad but it's not showing the dwg preview and it appears to be saving as code (lots of gobbledegook when reopening the file).  I'm on OS 10.5.8.  Never had a problem with this before.  What am I missing? Any idea

    I'm trying to export a file as .dwg for Autocad but it's not showing the dwg preview and it appears to be saving as code (lots of gobbledegook when reopening the file).  I'm on OS 10.5.8.  Never had a problem with this before.  What am I missing? Any ideas?

    First be sure login and password are OK. Sometimes the address starts wit "http://..." and sometime starts with "ftp://...". Try both normal FTP access and Scure FTP access (SFTP). At the end, contact the site's provider.

  • How do print from photoshop CS3  to my new epson XP520 printer? The photos are now far too dark: never had this problem with any other printers?

    Help please.  I have a new Epson XP 520 printer and do not know how to set the CS3 print to get good results as my printed photos are now far too dark.  Never had any problems with previous printers and despite changing settings have been unable to resolve.

    System info? Exact print settings? Color management?
    Mylenium

Maybe you are looking for

  • My mirroring icon is no longer showing up on my iPad. Where did it go?

    Where did the mirroring icon go on my iPad? I can't find it.

  • How to send a large email

    I am trying to email a newsletter as an attachment.  The newsletter has several photos in it, and my verizon email says that it is too big to send. I have tried to compress the file, zipping it, but it doesn't reduce the size very much. Am I doing so

  • Query related to F9 technical info

    Hello, In my SAP system when I go to  some transaction and  place my cursor in  field and then  I do F1and F9 for technical info, the screen doesnt open up. the problem is only in test system but in development i can view technical info while pressin

  • Single time receiving material from stores for diff process order.

    Dear all, I am creating 5 different process order for 5 different FG material. But for all 5 fg material one bill of material is common to all. While receiving material from stores that particular bom i need to get single time only from stores for al

  • Problem with inbond delivery in PO

    Dear Guru's    i am facing problem that ,  user already created  PO and   made GRN   and  invoice  for some Quantity    now PO still have some Quantity , now management wants to put conformation as inbound delivery on same PO but when i go to change