Web printing with Excel - multiple excel sheets

Hi @ all,
I have implemented a web report with several tabpages. Now I would like to export them all with web printing solution from tobias kaufmann "HowToWebPrintingWithExcel".
The Problem is, I would like to get for each tabpages an excel sheet.
Does anyone know, how to solve the problem?
Thanks in advance.
Claudia

Any new ideas?

Similar Messages

  • How to Use Web Printing with Microsoft Excel

    Hello,
    In the recent How to paper on Use Web Printing with Microsoft Excel, describes few ABAP classes and methods. Can those classes be modified  to access much more Microsoft excel objects , such as Macro ? Does any body has tried in those lines ? Any suggestions is eagerly awaited.
    regs
    D Bret

    Hi BW people,
    Since we want to modify our reports for printing (and the How-To about enhancement of web printing does not really answer to our requirements) it seems that the Excel alternative is just what we were looking for.
    Unfortunately I have been working with these classes for 6 hours now to get a very simple Excel file, but without success. I did fix the bug like Thomas Kauffman told on the forum, changed the dataprovider and prefixes and I followed every single step of the How-To document(also the check of folder options to open/save the .xls file),... The only thing that happens: the URL has changed (bookmark) and the page is reloaded again.
    So no Excel file, neither a dialogue box. I also walked -a very long time- through the code (in debugging mode) starting from ZCL_RSR_XLS_HELP_WINDOW_PRINT->PROCESS_CMD but I can't find anything!
    Is there anybody with the same problem and -better- with a possible solution to it?
    Thank you very much in advance!

  • Web Printing With Excel

    I'm trying to web printing with excel. I implemented the classes and also applied to code that appears in the how to document.
    The problems comes that some of the code such as footer works and all others doesn't work. Any ideas how this work?
    <HTML>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DP"/>
             <param name="QUERY" value="ASXNAMCUBE_I_SMC_505"/>
             <param name="INFOCUBE" value="SXNAMCUBE"/>
             DATA_PROVIDER:             DP
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="Z_WEB_PRINTING"/>
             <param name="USE_PERSONALIZATION" value="X"/>
             <param name="VARIABLE_SCREEN" value="X"/>
             <param name="VARIABLES_CLEAR" value="X"/>
             <param name="ENABLE_OPEN_WINDOW" value="X"/>
             <param name="NO_SESSION_COOKIE" value="X"/>
             <param name="MENU_EXCHANGE_OBJECTS" value="X"/>
             <param name="MENU_CALCULATE_RESULT" value=""/>
             <param name="MENU_CALCULATE_VALUE" value=""/>
             <param name="MENU_BOOKMARK" value="E"/>
             <param name="MENU_PERSONALIZE" value="E"/>
             <param name="MENU_VARIABLE_SCREEN" value="X"/>
             <param name="USE_PAGE_WRAPPER" value="X"/>
             <param name="RRI_DISPLAY_TARGET" value=""/>
             <param name="ENHANCED_MENU" value="X"/>
             <param name="SNIPPET_OPERATIONS" value=""/>
             TEMPLATE PROPERTIES
    </object>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
    <TITLE><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_6"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="GENERATE_LINKS" value=""/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_FILTERS" value=""/>
             <param name="SHOW_VARIABLES" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
             <param name="ONLY_VALUES" value="X"/>
             ITEM:            TEXTELEMENTS_6
    </object></TITLE>
          <link href="/sap/bw/Mime/BEx/StyleSheets/BWReports.css" type="text/css" rel="stylesheet"/>
          <link href="/sap/bw/Mime/BEx/StyleSheets/BWReports.css" type="text/css" rel="stylesheet" media="print"/>
    </HEAD>
    <BODY>
    <table width="100%" cellspacing="0" cellpadding="5" border="0">
    <TR>
        <TD vAlign=top><P align=left><IMG src="/sap/bw/Mime/BEx/Icons/kcc20white2.gif"></P></TD>
    <TD vAlign=top>
          <P align=center><FONT face=Arial color=#000000 size=5><STRONG>
    <!-- Text Element --->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_3"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="GENERATE_LINKS" value=""/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_FILTERS" value=""/>
             <param name="SHOW_VARIABLES" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
             <param name="ONLY_VALUES" value="X"/>
             ITEM:            TEXTELEMENTS_3
    </object></P></STRONG></FONT></TD>
    <TD vAlign=top>
    <!-- Display Report Date Information --->
    <P align=right>
    <FONT color=#000000>
    Report Date:
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_4"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="GENERATE_LINKS" value=""/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="SHOW_FILTERS" value=""/>
             <param name="SHOW_VARIABLES" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="SRDATE"/>
             <param name="ONLY_VALUES" value="X"/>
             ITEM:            TEXTELEMENTS_4
    </object>
    </FONT></P>
    </TD></TR>
    </table>
    <table><tr><td class="SAPBEXBtnStdBorder" cellspacing="0" cellpadding="0" border="0">
    <table><tr><td class="SAPBEXBtnStd" cellspacing="0" cellpadding="0" border="0">
    <A href="<SAP_BW_URL CMD='PROCESS_HELP_WINDOW' HELP_SERVICE=HELP_SERVICE='HELP_SERVICE_PRINT' ITEM='TABLE_1' SUBCMD='PRINT_EXCEL'>">Web Printing with Excel</A>
    </td></tr></table>
    </td></tr></table>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR1GR2NavBlock"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CLOSED" value="X"/>
             <param name="WIDTH" value="600"/>
             <param name="HORIZONTAL_NUMBER" value="2"/>
             <param name="FILTER_VALUE_LENGTH" value="20"/>
             ITEM:            GR1GR2NavBlock
    </object>
    <table>
    <tr>
    <td valign="top">
    <!-- Filter Values --->
    <FONT face=Arial color=#000000 size=1>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR1Filter_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_VARIABLES" value=""/>
             <param name="ONLY_VALUES" value="X"/>
             ITEM:            GR1Filter_1
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR1Filter"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="GENERATE_LINKS" value=""/>
             <param name="ONLY_VALUES" value="X"/>
             ITEM:            GR1Filter
    </object>
    </FONT></td>
    </tr>
    </table>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TABLE_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="HELP_SERVICE" value="HELP_SERVICE_PRINT"/>
             <param name="HELP_SERVICE_CLASS" value="ZCL_RSR_XLS_HELP_WINDOW_PRINT"/>
             ITEM:            TABLE_1
    </object>
    <STYLE type=text/css media=print>
    @page
    {mso-headerdata:"&L&G&C&\0022Arial\,fed\0022&12&[DP/REPTXTLG]";
    mso-footer-data:"&R&P\/&N";
    margin:1.0in .75in 1.0in .75in;
    mso-header-margin:.5in;
    mso-footer-margin:.5in;
    mso-page-orientation:landscape;}
    <x:print>
    <x:headerpicture>
    <x:location>Left</x:Location>
    <x:source>http://www.sap.com/global/images/sap_logo.gif
    </x:Source>
    <x:height>24.75</x:Height>
    <x:width>86.25</x:Width>
    <x:lockaspectratio/>
    <x:colortype>Automatic</x:ColorType>
    <x:fitwidth>2</x:FitWidth>
    <x:fitheight>2</x:FitHeight>
    <x:gridlines/>
    </x:HeaderPicture>
    </x:Print>
    <x:pagebreaks>
    <x:colbreaks>
    <x:colbreak>
    <x:column>9</x:Column>
    <x:rowend>78</x:RowEnd>
    </x:ColBreak>
    </x:ColBreaks>
    <x:rowbreaks>
    <x:rowbreak>
    <x:row>42</x:Row>
    <x:colend>15</x:ColEnd>
    </x:RowBreak>
    </x:RowBreaks>
    </x:PageBreaks>
    <x:colwidths>
    <col style='mso-width-source:auto'>
    <col style='mso-width-source:auto'>
    <col style='mso-width-source:auto'>
    <col width=200 style='mso-width-source:userset'>
    <col width=100 style='mso-width-source:userset'></x:ColWidths>
    <x:repeatedrows>
    $2:$2</x:RepeatedRows>
    <x:repeatedcols>
    $B:$B</x:RepeatedCols>
    <x:bw>
    <hierarchy_icons hide= designtimesp=26251></x:BW></style>
    </BODY>
    </HTML>
    Thanks,
    Teresa.

    Did you ever get your web template to print properly?
    Regards,
    Jay

  • Missing classe to implement How to Web Printing with MS Excel

    Hi there,
    we're trying to implement the How to paper "Web Printing with MS Excel". This paper comes with transport files to import the needed packages and classes.
    Now when I try to import that thing, the transport hangs. Checking the protocol shows that for each class there is the information: "Object ... was not included in this step."  Analysis shows that the Z-classes seem to inherit from the standard classes
    CL_RSR_WWW_GRID
    CL_RSR_WWW_HELP_WINDOW
    CL_RSR_WWW_ITEM_CONDITION
    CL_RSR_WWW_ITEM_EXCEPTION
    CL_RSR_WWW_ITEM_GRID
    CL_RSR_WWW_ITEM_TEMPLATE
    CL_RSR_WWW_ITEM_TEXT_ELEMENTS
    CL_RSR_WWW_TABLE
    These classes are in my Sneakpreview 04 but NOT in our BW System 3.5. Here the system infos:
    SAP_ABA     640     0015     SAPKA64015     Anwendungsübergreifende Komponente     Appl. Interface SP
    SAP_BASIS     640     0015     SAPKB64015     SAP Basiskomponente     Basis Support Pack.
    PI_BASIS     2005_1_640     0005     SAPKIPYJ65     Basis Plug-In (PI_BASIS) 2005_1_640     Kompon. Supp. Pack.
    SAP_BW     350     0015     SAPKW35015     Business Information Warehouse     Kompon. Supp. Pack.
    As the missing classes seem to be the problem, do I really have to get them out of my MiniSAP?
    Help appreciated
    Thanks
    Gerald
    ps. the transport file can easily be imported into the SneakPreview MiniSAP 6.40
    Message was edited by: Gerald Ressmann

    Hi,
    Here is the How to Web Printing with Excel, download from the Link
    This will expire in 7 days from the posting Date.<a href="http://download.yousendit.com/143673776AFD7E8F">How to Web Printing with Excel</a>
    Cheers.
    Ranga

  • Issue with "Web Printing with Microsoft Excel"

    Hi All,
    I have implemented the "Web Printing with Microsoft Excel". It worked fine. But to get a effect in the background color I have saved the  "BWReports_Excel_print.css" as test.css & made some changes to test.css. Then used transaction ICM Monitor(SMICM) to reset the SAP Web Appilication Server Cache. Also provided the respective link for test.css in the web template.
    But now the print is not working. Any idea???. I have also reverted back the link to
    "BWReports_Excel_print.css" in the web template.
    Still no solution.
    Need a urgent feedback.
    regards
    Mahendra

    Did you solve this?

  • OSS note fo How to... Web Printing with Microsoft Excel

    Hi BW Gurus,
                          I have documentation, transport request # K903271.QB8  &  R903271.QB8 for Web Printing with MC Excel.  But basis guy he want OSS note #, so that he can import requests.
                          How to find the OSS note related to transport req. I already searched in SDN, and market place but no luck. Please some give me the OSS note.
    Thanks
    Ganesh Reddy.

    Hi,
    Just to give you some information on transport,
    Once the objects are collected in the TR, you need to release the task and then the Main request (TR) in DEV.
    In QA, Go to STMS, Go to Transport icon -> select you system -> Select you requests -> Then click on the truck icon it will prompt for you target client -> go to 3rd tab and then give your options (most of the cases , it is overwrite mode). Then click "OK", they will be imported.
    Note :STMS is used to perform the actual migration of the transport from the source system to the target system but in se09/10 you can only release the transports not perform the actual migration
    And only released transports will show up in STMS queue
    I dont know what is the OSS note your basis guys are talking about.
    may be it is specific to the documentation transport. Please check with them clearly.
    hope this helps
    Cheers,
    Srinath

  • "How to Web Printing with Microsoft Excel" needed!

    Hi all,
    I desperately need the SAP Howto document "How to Web Printing with Microsoft Excel" for BW 3.5. The document is listed in the Howto section of SDN, but the link is wrong or outdated - I cannot download this document. Could anyone of you provide me with this howto? Please upload it somewhere (could be interesting for other people as well) or send it to me by email ([email protected]). Points will be assigned
    Thanks a lot in advance,
    James

    Hi,
    Here is the How to Web Printing with Excel, download from the Link
    This will expire in 7 days from the posting Date.<a href="http://download.yousendit.com/143673776AFD7E8F">How to Web Printing with Excel</a>
    Cheers.
    Ranga

  • How to... Web Printing with Microsoft Excel

    Hi All,  I am working with a client that is trying to get "Web Printing with Microsoft Excel" to work in their specific scenario.  They are on 2004s and trying to get this "Web Printing with Microsoft Excel" to work with 3.5x Web Templates, but can't seem to get it to work.
    The How To paper (Version 1.0 April 2005) is specific to NW '04 and below so I'm not sure if it's supported in our 2004s environment. 
    Does anyone know if this "Web Printing with Microsoft Excel" scenario should still work for us in our 2004s environment?  If so, do you have an example template you can provide or any insight for us?
    Thanks!

    Moving to BI 7.x Queries instead

  • Output from Web, Printing OR Export to Excel

    Hi.
    A minimum requirement for GoLive of our Web project is that there should be some way of outputting the result of the query, and for the time being we can live with it being EITHER printing OR Export to Excel. (Output to Excel means output to 'proper' Excel, not a web appearance of Excel)
    Output that doesn't include the selected input parameters (and the report title) is not fit for purpose, and it appears that in order to overcome this hurdle on either means of output I have to resort to Prakash's blog on using the XPATH programming language.
    Or maybe note 1069368 on PDF export, but using 0ANALYSIS_PATTERN_EXPORT also appears to not work.
    Or we use the Information field (text elements, I believe) in a Container Web Item. But adding text elements one by one is not a workable solution either.
    Or The 3rd-Party route. But we really don't want to go there.
    SO.... standing back a little. SURELY, I think, someone out there has been here before, its not rocket science that I'm trying to do!
    So what is my question? Well, I want to know how other people have addressed this issue, please...
    3rd Party solution?
    Programming?
    Is there another OSS note that tells you really what to do?
    Or...
    I have spent several days investigating this, by the way, so although I MAY have missed the obvious, I don't believe I have.
    As a reward, as well as giving points, I have several documents that I have created, I am willing to share. How 0ANALYSIS_PATTERN is built, maybe, with screenshots? Or a WORKABLE version 7 workbook template for multiple queries?
    Thanks,
    Patrick

    Have you tried the print button in the web analyzer it does export the input filter parameters as part of the exported PDF document.
    You can include any additional text elements and use a custom export template if required.

  • Excel multiple tab sheets

    how to download data into multiple tab sheets in a single file

    report zole123.
    INCLUDE ole2incl.
    DATA:  count TYPE i,
           application TYPE ole2_object,
           workbook TYPE ole2_object,
           excel     TYPE ole2_object,
           sheet TYPE ole2_object,
           cells TYPE ole2_object.
    CONSTANTS: row_max TYPE i VALUE 256.
    DATA index TYPE i.
    DATA: BEGIN OF itab1 OCCURS 0, first_name(10), END OF itab1.
    DATA: BEGIN OF itab2 OCCURS 0, last_name(10), END OF itab2.
    DATA: BEGIN OF itab3 OCCURS 0, place(50), END OF itab3.
    *START-OF-SELECTION
    START-OF-SELECTION.
      APPEND: 'roshani' TO itab1, 'jain' TO itab2,
                                  'worli' TO itab3,
                'nehal' TO itab1, 'shah' TO itab2,
                                  'chowpatty' TO itab3,
               'saad' TO itab1, 'sheikh' TO itab2,
                                  'versova' TO itab3,
                'sushilnath' TO itab1, 'shukla' TO itab2,
                                  'grant road' TO itab3,
                'ajju' TO itab1, 'ratna' TO itab2,
                                  'gaon' TO itab3,
                'sanant' TO itab1, 'R.' TO itab2,
                                  'mahim' TO itab3.
    *  CREATE OBJECT application 'excel.application'.
    *  SET PROPERTY OF application 'visible' = 1.
    *  CALL METHOD OF application 'Workbooks' = workbook.
    *  CALL METHOD OF workbook 'Add'.
      CREATE OBJECT excel 'EXCEL.APPLICATION'.
      IF sy-subrc NE 0.
        WRITE: / 'No EXCEL creation possible'.
        STOP.
      ENDIF.
      SET PROPERTY OF excel 'DisplayAlerts' = 0.
      CALL METHOD OF excel 'WORKBOOKS' = workbook .
      SET PROPERTY OF excel 'VISIBLE' = 1.
    *  Create worksheet
      SET PROPERTY OF excel 'SheetsInNewWorkbook' = 1.
      CALL METHOD OF workbook 'ADD'.
      DO 3 TIMES.
        IF sy-index GT 1.
          CALL METHOD OF excel 'WORKSHEETS' = sheet.
          CALL METHOD OF sheet 'ADD'.
          FREE OBJECT sheet.
        ENDIF.
      ENDDO.
      count = 1.
      DO 3 TIMES.
        CALL METHOD OF excel 'WORKSHEETS' = sheet
          EXPORTING
            #1 = count.
    *    perform get_sheet_name using scnt sname.
        CASE count.
          WHEN '1'.
            SET PROPERTY OF sheet 'NAME' = 'firstName'.
            CALL METHOD OF sheet 'ACTIVATE'.
            itab1-first_name = 'FIRST NAME'.
            LOOP AT itab1.
              index = row_max * ( sy-tabix - 1 ) + 1. " 1 - column name
              CALL METHOD OF sheet 'Cells' = cells EXPORTING #1 = index.
              SET PROPERTY OF cells 'Formula' = itab1-first_name.
              SET PROPERTY OF cells 'Value' = itab1-first_name.
            ENDLOOP.
          WHEN '2'.
            SET PROPERTY OF sheet 'NAME' = 'LastName'.
            CALL METHOD OF sheet 'ACTIVATE'.
            LOOP AT itab2.
              index = row_max * ( sy-tabix - 1 ) + 1. " 1 - column name
              CALL METHOD OF sheet 'Cells' = cells EXPORTING #1 = index.
              SET PROPERTY OF cells 'Formula' = itab2-last_name.
              SET PROPERTY OF cells 'Value' = itab2-last_name.
            ENDLOOP.
          WHEN '3'.
            SET PROPERTY OF sheet 'NAME' = 'place'.
            CALL METHOD OF sheet 'ACTIVATE'.
            LOOP AT itab3.
              index = row_max * ( sy-tabix - 1 ) + 1. " 1 - column name
              CALL METHOD OF sheet 'Cells' = cells EXPORTING #1 = index.
              SET PROPERTY OF cells 'Formula' = itab3-place.
              SET PROPERTY OF cells 'Value' = itab3-place.
            ENDLOOP.
        ENDCASE.
        count = count + 1.
      ENDDO.
    * Save excel speadsheet to particular filename
      GET PROPERTY OF excel 'ActiveSheet' = sheet.
      CALL METHOD OF sheet 'SaveAs'
                       EXPORTING #1 = 'c:tempexceldoc1.xls'     "filename
                                 #2 = 1.                          "fileFormat

  • HP smart web printing with vista home premium and IE7

     hello,
    >my computer is HP pavillion  slimline s7700n , printer AiO C4340, OS  vista home premium 32 bit, IE is 7
    >i just install HP smart web printing....this software work good when i am at  my netzero main page (icon,clip, edit and print)
    >
    >i  try to change browser (google chrome...found the icon...send it to  IE toolbar...it work a couple of times...then died)
    >
    >HP/SWP icon is there on IE toolbar...clip book is there....alll clips are there....BUT editor show blank page only, so are prints.
    >i can not understand why . i hope somebody can help.
    >thanks

    Driver_Found wrote:
    I have installed Windows Vista 64-bit on a new computer (HP of course) and want to be able to use HP's "Smart Web Printing" software.  I have used it quite a bit on a Windows XP machine and love it.  Looking at the download page, it appears that the Smart Web Printing software is not compatible with Vista 64-bit.  Is this correct?  Will a new version be coming out that will be compatible?
    Have you tried installing it anyways and see what happens?
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • Print A1 on multiple A3 sheets.

    I'm trying to print an A1 document on multiple A3 sheets. I have Acrobat Professional 10.1.3 on a mac. I have tried downloading pdf mate and other free programmes but nothing working as I am on a mac. I have the Adobe CS5.5 Master collection so have a lot of other programmes.
    Document is pdf format. Any info is appreciated.

    In Adobe Acrobat Pro, choose File> Print, Under Page Scaling choose 'Tile all pages', you can increase the overlap if you need - this is for pasting the pages together after you've printed them. Make sure your source pdf is infact A1 size, choose your output page size to A3 by clicking the page setup button at the bottom of the print dialogue window.

  • Web printing with microsoft excel

    Hi gurus,
    I am planning to add print button on Web reports. Please any one can tell me where can i download the transport file , which is mentioned in "HowToWebPrintingWithExcel.pdf"
    Thanks in advance.

    This question has been answered

  • How To... We Printing with Microsoft Excel in 7.0 / 2004s

    We implemented the How To... Web Printing with Microsoft Excel in BW 3.5.  We have upgraded a test box to 7.0 ( 2004s ) and the functionality is no longer working.  We have buttons in our web templates which call the help service and when they are clicked nothing happens.
    An example of the code we are using is:
    <A href="<sap_bw_url cmd='PROCESS_HELP_WINDOW' help_service='HELP_SERVICE_PRINT' item='GR1TABLE' subcmd='PRINT_EXCEL'>">
    Have other folks successfully continued to use this functionality in 2004s?  I know that formatted printing is an option in the new version but we intend to do a technical upgrade first and subsequently leverage this new functionality.
    Thanks!

    Thanks for the help.  I didn't think that there would be an SAP note for the How To but note 995142 has the exact changes required.  Thanks for pointing that out.

  • Enhance web printing: Multiple DataProvider

    Hi,
    We installed the How to Guide 'Enhance Web Printing' with success.This provides only a solution for 1 data provider. But, most of our WebReports contains more than one dataprovider. This is possible by using class Z_PRINT_HELP_SERVICE_ALL_DP
    Question:
    Anyone worked on similar scenario or how to modify the class so that it can work for multiple dataprovider.
    Thanks in advance.

    Hi Jürgen,
    The TAB functionality works, what it doesn´t work is the web printing settings. Once you click on 'Print Preview' it pop ups the new window but it comes blank and not with the print settings.
    If I take the TAB1 web item out of the Data Analysis TAB code then it works.
    Hope this is clear!
    Thanks,
    Teresa.

Maybe you are looking for