Creation of a "print all" button in web template

Good afternoon!  I have two reports created in the WAD that use hierarchies.  You have the ability for run the report for whichever entity you select from a hierarchy and you can print that report.  End users are asking for the ability to click on a button that will print the report for each entity in the hierarchy in one click.  Has anyone had success with this "print all" button?
Thanks
Kim Plut

Hi Kim,
you can use command for expand/collapse hierarchy nodes "SET_DRILL_STATE" for your DataProvider together with the print command "EXPORT". For a button group webitem you can build a command sequence in WAD.
SET_DRILL_STATE
http://help.sap.com/saphelp_nw04s/helpdata/en/44/7b5f0a95ce12d0e10000000a422035/frameset.htm
Export Web Application
http://help.sap.com/saphelp_nw04s/helpdata/en/44/85de4943af5919e10000000a1553f7/frameset.htm
Regards
Andreas

Similar Messages

  • Use two different printer services in one web template?

    Hi!
    Is it possible to use two different help services for printing in the same web template (for the same table item)?
    Print1:
    <param name="HELP_SERVICE" value="HELP_SERVICE_PRINT"/>
    <param name="HELP_SERVICE_CLASS" value="ZCL_RSR_XLS_HELP_WINDOW_PRINT"/>
    Print 2:
    <param name="HELP_SERVICE" value="ZPRINTING"/>
    <param name="HELP_SERVICE_CLASS" value="ZBW_PRINT_HELP_SERVICE"/>
    I was thinking that you maybe could change the param name values for the "Help_service" and the "help_service_class" at runtime using the properties for the table item, so that you could choose which one to use, but I havne't been able to do that so far.
    Does anyone have an idea?

    This is not a problem. Just put the print service for the print to excel on an object other than the table web item. As long as these print services exist on any web item, you should be able to invoke them. I've tested this with putting the "Print with Excel" service on the Navigation Block Web Item and the other print service on the table web item. Hope that helps!
    Prakash

  • Print All Button

    I have a site that has links to 10 different pdf's. The user can click on each link to view and print the pdf. Is it possible to create a button on the ToC page that the user clicks and it prints all the pdf's listed on the page. I have done some research, but can't find anything as far as coldfusion is concerned.
    Thanks

    JasonMichalak wrote:
    bump
    I think perhaps your problem - ie: the one of no-one replying -  is that you're asking for help in a client-side problem on a CF forum, which is intrinsically server-side.  CF plays no part in making a browser print stuff.  CF doesn't communicate with the browser at all.
    I think you should probably be asking this on a JS forum.
    From the top of my head, you're going to have to write some JS to fire off requests to grab each of the docs you wish to print (fetching each doc is a separate request, after all), and then look at how JS can control doing client-side printing.
    But this ain't the right forum to be asking for help on.  Asking on the right forum will probably get better traction than this thread.
    Adam

  • URGENT:  Not seeing the variable Pop-up for Button , on web template in WAD

    Hi gurus,
    In IP I have a standard plan function for 'Copy', which has a few variables defined on the funciton itself (as to be changed):
    Version from:
    Version to:
    Order from:
    Order To:
    Fiscal year from:
    Fiscal year to:
    All of the above variable are created with the following parameters:
    Variable input: Optional (have also tried madantory)
    Ready for input: is flagged.
    Variable represents: Single value.
    No default entry.
    No personalized data.
    Now in WAD, I create a button group for this function by selecting the Command, 'Executing Planning Function (simple)', manually entering my plan function technical name next to 'Command specific parameters', and selecting the dataprovider created for the filter I created in IP, and finally flagging the 'Display variable' button.
    The problem is, on the web template the variable screen does not appear when I click on the function button. It executes the function in the background without giving me the pop-up for variable selection. And obviously since the variables have no default values, nothing is processesed.
    I've tried this with planning sequence instead, and still wont give me the variable pop-up screen..
    I've actually explicitlet entered the variables on the 'Parameters for Command screen', the same screen where you enter the filter for databinding and well as the function.
    It still wont work (no variable pop-up screen).
    Is this issue related to the support pack. We're on SP12 right now?
    If not, do any of you gurus have any ideas? Big points will be rewarded for this.
    Thanks

    In the parameterization of the command, there is an option 'show variable screen'. I am not sure if you have mentioned this clearly, but have you checked this option?

  • Back button on Web template

    Hi All,
    I have a web template , which is working fine . There is no option of going back to the previous page on the template and the only way is to click on the back button on the explorer.
    The users have requested me to add a back button on the template. I am not an HTML guy, so I want your expertise on the same .
    Can someone who has worked on this guide me ?
    Thanks

    Hi,
    I don´t know if there is a way in HTML to return to the previous page. You can do this in Javascript this way
    !atras.gif!
    atras.gif is the name of the image you'll use as button.
    If you prefer HTML the only way I imagine is to make a link with the previous page.
    Hope it helps.

  • Delete button in Web template

    Hi ,
         We have a requirement to delete the saved data in Web template, we want the saved data to be deleted. Can somebody help me to with the java script . The reset button or any other given functions are not helpful.
    Thanks in advance

    Hi Rakshita,
    Wat Deepti says is correct. But one more point is that you need to dynamically bind the web item selection to a filter so that Delete function can delete that row alone.
    Otherwise all your data in the web template will be deleted.
    Regards,
    Mint.

  • Disable button in web template

    Hi,
    I have a requirement wherein i have to execute a process chain through a click of a button in a web template.
    Is there any option to disable the button until the chain gets completed or can we disable the button until further refresh of the template?
    Also can we generate a message that "Data Load is in Progress" until the chain completes and on completion we can give "Load Successful" message?
    Kindly help me with this.
    Best Regards,
    Prateek

    Got it!!!

  • Regarding "My Porfolio" option from Open-Button in Web Template

    Hello,
    I have added an OPEN-Button (using LOAD-Command) in the web-template, "Layout of the Open- Save Dialog" as "Display only Template Persistency Options". Currently, the user is able to see "Favourites/BeX Portfolio/My Portfolio".
    I want to remove the "My Portfolio" option after user clicks on "Open" button.
    Please advise.
    Thanks,
    SC

    Hi,
    At the moment it is not possible to disable or restrict access to these options. SAP hope to Develope this functionality in the future.
    Technical Reason:
    =================
    The dialog in which you can see tabs including 'InfoArea' is called as a
    Open/Save dialog.
    This Open/Save dialog framework is implemented in two different ways,
    one in ABAP(Rendered using .NET) and the other in JAVA.
    The authorization object you are referring S_RS_FOLD and the relevant
    setting(s) SUP_FOLDER to are evaluated in ABAP(Rendered using .NET) and
    its been applied. But the Open/Save dialog framework in JAVA is
    completely different.
    Here there is no support to evaluate authorization objects as the
    rendering is completely dealt with unified rendering framework. So, in
    java web this is not available but only in ABAP.
    I hope you have understood the fact that JAVA Open/Save dialog framework
    implementation doesn't support the feature of hiding the tabs in java
    web.
    If you want please raise the development request as per the SAP note: 11.
    Regards,
    Venkat

  • Notes Button on Web Template & Authorisation

    The standard web template has a 'notes' button where the user can create note documents.  This looks very useful but these notes can also be deleted. Do you know if this functionality can be restricted in authorisation eg: prevent deletion of an existing note??
    Thanks

    Hi,
    I don´t know if there is a way in HTML to return to the previous page. You can do this in Javascript this way
    !atras.gif!
    atras.gif is the name of the image you'll use as button.
    If you prefer HTML the only way I imagine is to make a link with the previous page.
    Hope it helps.

  • RAS services goes down when end user trying to print report button on web

    Hello,
    This is Johan, we are facing serious problems with Crystal Reports Server XI, we have 5 pack license, we are using this only for to run the reports using Tomcat webserver, as per below error user are complaining every day when they try to print  case , we had to restart Report Application Services(RAS) every day for the  same, then it works fine.
    Error is :
    Failed to process the request!!
    All of your system's 5 Concurrent Access Licenses are in use at this time or your system's license key has expired. Try again later or contact your administrator to obtain additional licenses.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKEnterpriseLogonException: All of your system's 5 Concurrent Access Licenses are in use at this time or your system's license key has expired. Try again later or contact your administrator to obtain additional licenses.---- Error code:-2147217397 Error code name:enterpriseLogonFailed
    Is it so that to run the reports do we need to apply additional Crystal Reports Server XI  license ?
    What is difference between managed and unmanaged Crystal reports Server XI?
    How do I know we are using managed and unmanaged one?
    Where can I see how many users are access in the system and users CAL license info?
    Thanks,
    Johan

    Check this link, it might help :-
    http://helpx.adobe.com/x-productkb/multi/crash-printing-illustrator-indesign-cs3.html

  • Web template print color

    Hello Experts,
    I have print funtionality in the web template. I am using the printer class Z_PRINT_HELP_SERVICES. In the print preview, the table is in black & white.
    Am I missing some configuration for printing the table in color ?
    Is there any alternate way of printing the web templates.
    Any suggestions appreciated.
    Thanks
    BWer

    Hi there,
       Goto <b> Internet Explorer --> Tools -- >Internet Options --> Advance --> Print --> print background colors and Images </b>
    try this and also use BW print style sheet as well. t
    Regards,
    Deepak Kunavarapu

  • Copy BW Web Templates

    Hi BW experts,
    After processing an upgrade to BW 7.0 on our TST system, we wish to copy all the exist web templates in the system.
    The copy operation purpose is to save a copy of all reports, in case the migration process (running for the reports which will be open in the new BEx tools) will fail.
    Does someone can provide me the functionality which should be taken for the web templates copy operation?
    Thanks in advance,
    Shani Bashkin
    P.S. - The required copy functionality should work for all the web templates in the system at once (I know the "save as..." option in the WAD, but it's a sisyphean work)

    You can mass copy the template with
    Program - RS_TEMPLATE_MASS_ALTER_70   nw2004s
    Prgoram - RS_TEMPLATE_MASS_ALTER  3.x
    <b>Step 1: Backup</b>
    a) To do this, execute the RS_TEMPLATE_MASS_ALTER_70 report.
    b) First, select the quantity of the templates to be edited in the "Input" area.
    c) Leave the "Filter" area empty.
    d) In the "Operation" area, select the "no operation, just up/download)" radio button.
    e) In addition, select the "Save to Filesystem" area as the "Output Destination", specify a path under which you want the sources to be saved. Note that the path must end with a path separator (on Windows: this is '\')!
    f) Execute the report, confirm the selection and the subsequent list with "Execute operation on selection" in each case.
    g) The sources of the selected templates or Reusable Web items are written to the file system. This can be your backup.
    <b>Step 2: Manipulation and download</b>
    a) Then, execute the report again.
    b) In the input template, select the same objects as for the download.
    c) The filter area remains empty.
    d) In the "Operation" area, select the "XSLT transformation" radio button, specify the name of the XSLT transformation in the first field, and enter any possible parameters (usually none).
    e) In the "Output Destination" area, enter "Save to Filesystem" and a path name (that also must end with '\'). The path name must be different from the one specified before, otherwise your backup will be overwritten.
    f) Execute the report and confirm the warnings in each case.
    <b>Step 3: Check the result</b>
    a) Now check the sources of the downloaded and manipulated templates and reusable Web items in the file system.
    b) Compare with the backup-sources in the other directory
    You may wish to check the OSS below -
    Note 710112 - BW Web template mass maintenance
    Program RS_TEMPLATE_MAINTAIN can be used for single template copy.
    As a part of sanity check you might want to try it out in SBOX or Dev for ramifications if any ..
    Hope it Helps
    Chetan
    @CP..

  • Missing 'open view' functionality in 0ADHOC_TABLE (0ADHOC),  web template

    Hi - it appears that the 'open view' functionality is missing as button in web template 0ADHOC_TABLE (0ADHOC), despite there is 'safe view' functionality (button).
    Did someone add this button/functionality to 0ADHOC_TABLE?
    What is the correct Javascript coding as we already tried to incorporate the 'open view' Javascript from template 0ANALYZER what does not work in this matter!
    Thx for any hint!
    Rgrds,
    Markus
    Message was edited by: markus hoerr
    Message was edited by: markus hoerr

    Hi,
    as described in the documentation you have to add first HELP_SERVICE and HELP_SERVICE_CLASS to your Web Item
    http://help.sap.com/saphelp_nw04/helpdata/en/53/295640a2f78437e10000000a155106/frameset.htm
    This is done in Template 0ANALYZER with the TITLE Web Item. Just copy those 2 parameters from 0ANALYZER to 0ADHOC Template, then it should work.
    Heike

  • Error BRAIN 276 when you execute a Web template in BI Admin Cockpit in  EP

    Hi Experts,
    I have Installed BI Administration Business Packages in Portal and configured necessary steps in BI System.I have assigned the role in Portal and BI System.
    I tried executing one iview...and was getting the following error:
    Error loading template 0TPLI_0TCT_MCA1_Q0143
    and when i click on the above error ..i was getting another window which shows below message:
    Technical Information for Message:
    Error loading template 0TPLI_0TCT_MCA1_Q0143
      Notification Number BRAIN 276
    I was suggested by SAP Note 1014795 to do the below changes :
    TEMPLATE_ID=0TPLI_0TCT_MCA1_Q0143  To TEMPLATE=0TPLI_0TCT_MCA1_Q0143
    Please note that the above note says to replace  TEMPLATE_ID  by TEMPLATE in the property of "BEX Web application Query String" of the IView in Portal
    and also please note that i have Version=SAP BW 2.X/3.X in Iview Property .
    After having made the above changes iam getting the BEX Web Analyzer...where i have the options to open a query ( from all the infoareas of BI System).and then i will select the query (0TCT_MCA1_Q0143) and am executing the same to display the data.
    i know that this Is not the correct way of executing the iview for BI Admin Cockpit.
    Can anyone help me how to execute the Web Template automatically when the user clicks on IView ?
    we have all the above Web Templates Corresponding to BI admin cockpit in active mode in when checked from WAD 3.X , but when when i search for the above web templates in WAD 7.0 i do not find them
    Is there anything that i need to activate in BI System ? Or in Portal System?
    Or do i have to execute the above web templates in  BI WAD before linking them to portal iviews?
    Do we have to Migrate the Web Templates from  BW 3.5 to BI 7.O?
    Thanks
    P.Navakanth
    -When i try to execute the web templates

    We are having this exact same issue - example of one of the errors:: Error loading template 0TPLI_0TCT_MCA1_Q0114.  We get this error for all MCA1 templates.  Basis says they've deployed latest BP BI Administration 1.0 with Patch 2 (BPBIADMINOSP_2-1000342B.SCA).The info refers to BI Admin Cockpit, Business Package for BI Administration,
    BP BI ADMINISTRATION 1.0 ,BI Usage Statistics,0TCT_CA1.
    I see from documentationthat the multicube 0TCT_MCA1 is from 0TCT_CA1 and 0TCT_VCA1
    From the documentation in http://help.sap.com/saphelp_nw70/helpdata/en/26/9ef41d14dc424183b4807538be8e1e/frameset.htm, under web templates,
    1) How come there are more than 1 template with same name and Query with same names- for example:
    Web Template: Long-Term Trends in Total Runtimes of BI Applications
    WebTemplate: 0TPLI_0TCT_MC01_Q0114
    This Web template is the container for the query 0TCT_MC01_Q0114 and is designed to provide detailed analyses.
    AND
    Web Template: Long-Term Trends in Total Runtimes of BI Applications
    WebTemplate: 0TPLI_0TCT_MCA1_Q0114
    This Web template is the container for the query 0TCT_MCA1_Q0114 and is used for detailed analyses
    2) How come the delivered process chains load other technical content, but does not load 0TCT_CA1
    Basis re-deployed the bi admin cockpit contents, but still have error in loading template 0TPLI_0TCT_MCA1_Q0114.
    3) Do we need to do any of the following?
    SE38 u2013 run RSTCC_ACTIVATEADMINCOCKPIT_NEW
    RSA1 - bi content, install & transport
    Check role SAP_BI_BW_ADMINSTRATOR
    Se38 u2013 rs_template_maintain for active templates u2013 look for MCA1 templated
    Tr code RSDDSTAT
    Activate Virtual providers
    Anything else?
    Thanks!

  • How to get the web templates not specific to any locale GetAvailableWebTemplates

    Hi
    I am using spweb.GetAvailableWebTemplates((uint)1033, true) to get all the available web templates. Since i use 1033, i get the en-US site like Teams Site(en-US). But i would like to get the templates with locale not specific to any.
    like Teams site(All)
    How to achieve this.

    Hi,    
    The locale ID specified when a site definition is created which controls the default language used in the corresponding site template.
    If there are no other site definitions created based on other languages, then we can pass the default locale ID(1033) to the
    SPWeb.GetAvalableWebTemplates method, it will retrieve a collection of site templates which are created with locale ID 1033.
    The OOTB Teams Site template is created based on the locale ID 1033, so we can use this ID to retrieve it.
    Best regards
    Patrick Liang
    TechNet Community Support

Maybe you are looking for

  • Expdp specifying a percentage of data to be exported

    Hi all i'm trying to export my database and a bit set of data, is this the way to specify just 1% of every table of the VPNBE schema ? expdp system/solaris schemas=VPNBE directory=DUMPS exclude=statistics dumpfile=dp_vpnbedb_1percent.dmp logfile=log_

  • Please Help Me, Delete Method(any suggestions!!)

    Can anyone spare the time to look at the below three classes and suggest a method that goes into the customerList class and deletes a record from the Oracle DB they are sitting on top of. For example when the deleteCust button is pressed on the form

  • Can't sync photo albums to iPad after update

    I just updated my ipad2 to 5.0, and am running the current version of iTunes on a windows vista pc. And can not sync my photo albums to my iPad 2. Please help? I tried and while in iTunes , when iPad is connected, the summary page says my photos are

  • [IPv6/WLC7.2] Could we use 2960s "LAN LITE" ?!?!

    Dear Experts, Im doubt with following diagram, Topology designs CAPWAP Access Point to do Dual-Stack tunnel IPv6 in to IPv4 tunnel. And need WLC to be L2 directly adjacency to IPv6 enabled-Router. Questions are - Can I use existing L2 switches such 3

  • Photoshop Elements 10 won't work properly

    I want to add text to a photo but the Text word is greyed out and the function cannot be activated. What to do??