Customizing 7.0 workbook template

Hello,
I am working in the Bex 7.0 Analyzer attempting to create a customized global workbook template.  Is there a document or white paper available that describes instructions to make changes for the necessary customizations?  We are attempting changes like hiding the Design Toolbar, Hiding Icon/Button in Toolbars and Dropdowns, Hiding Buttons in Results area, etc.  Any and all direction in workbook formatting would be appreciated.
Regards,
TMS

Hi.
I haven't come across any documentation, I had to work out how to do it myself. If you are interested, what I did was to use the SAP-delivered template as my starting position, because I rather like it, though it needed quite a lot of work to make it suitable for our use.
I unhid the vavigation/filtering areas and moved them to above the data area (need to adjust the vba).
I moved the Results Area fully across to the left, to maximise the area available to see the report.
I had the adjust the vba number of columns to print, due to the above changes. This template provides positive control of printing, by the way, so it still selects the correct print area even after navigation.
I added our logo, set print headers etc.
I added the necessary text elements. This is a fiddly step. Indeed each step is quite fiddly, the new v7 BEx workbook interface is very powerful but not very user-friendly.
Then I created a multi-query version (this is a substantial step, if you don't know how to do it, check out my other postings on the subject).
We are quite pleased with the outcome. The only problem is we couldn't justify the time needed to upgrade all our workbooks to version 7, so we haven't, we still use version 3.5.
Hope that helps, give me some points please if it does.
Patrick

Similar Messages

  • Remove workbook template after migration

    Hi @ll,
    we have migrated all our workbooks fom 3.5 --> 7.0. In 7.0 we have created a new workbook template. How can I remove the old template from the workbook and replace it with the new one?
    Thanks in advance..
    Regards,
    Flo

    Hi Sunil,
    As mentioned earlier, the problem is not with refresh. Its with loosing the format after the refresh. As a background, someone from my company had formatted all the 3.1 workbooks using Excel formatting options and they made few settings so that they won't loose the existing custom format. It worked well in 3.1. Now when migrated, the issue has started. When migrated to 7.0. style, the format is there.
    It won't let you do anything unless u refresh the workbook with new variable values.
    Once refreshed, the custom format disappears.
    As a temporary solution, we are migrating the workbooks, copy each worksheet and perform a paste special on new worksheet. Then refresh the workbook(now we see a workbook without the custom formatting). Then copy the format(which was pasted earlier using 'paste special') and paste it on the refreshed workbook.
    Then we have used 7.0 setting to keep the custom format.
    So my issue is, we just want the format to be unlost even after the refresh(the first refresh) in 7.0.
    Regards
    Shanthi

  • Excel default worksheet for workbook template

    Hi,
    Is it possible on Excel 2010 to create a default worksheet template for a specific workbook template? For instance, if I'm using a workbook template and I click "New Worksheet" the worksheet has the custom headers and footers that I've preciously defined?
    Thanks
    Claire

    On Wed, 8 Feb 2012 10:58:11 +0000, ClaireDublin wrote:
    >
    >
    >Thanks however that isn't working for me.
    >
    >My template consists of a cover page and a blank worksheet - the blank worksheet has the headers and footers defined. When I use this template and insert another new blank worksheet it does not contain the defined headers and footers.
    Back in XL2003, you could do that by storing a workbook named Sheet.xlt in the Excel Start folder.  But I've never tried that in 2007 (and I don't have 2010).
    Alternatively, you could use a macro in your workbook template to set up new sheets the way you want.
    Ron

  • A method to create completely customized photo book page templates from scratch in Lightroom 5

    I was able to successfully create completely customized Lightroom 5 page templates (including altering the number of, positions, and sizes of pictures) by making edits to the templatePages.lua file(s) in the Lightroom directory tree.  I have never heard of the LUA file format before, but it is ASCII and looks somewhat like XML, so it was fairly easy to decipher.  Here is a high-level description of how I did it.  This applies to Lightroom 5 on Windows 7.  If this doesn't make any sense to you, then don't try it - you're likely in over your head.  Although my description is brief and lacking in detail, it should enable someone who is capable of handling this to figure it out with a little of careful trial and error.  Do this at your own risk - if you screw-up your installation, catalog, or computer, it's your own fault.  It all worked great for me.
    First, open the "<lightroom 5 install directory>\Templates\Layout Templates" folder.  Then navigate to the template set that contains the template you would like to use as a starting point for the new template.  For example, "12x12-blurb\clean12x12".  Make a back-up copy of the templatePages.lua file in case you mess something up and want to revert.
    There will be a bunch of .jpg files in this directory that each contain a preview image of the layout that carries the same name as the .jpg file.  Find the one that you would like to use as a starting point.  Take note of the name of the file, which is probably something similar to "page_26_preview.jpg".   Duplicate the file and rename it to something unique, such as "dummy_preview.jpg".  It's just temporary, so it doesn't matter what name you pick, provided it is a legal file name with no spaces.
    Next, open the templatePages.lua file in a text editor.  I suggest using one that can automatically recognize and format ULA (such as Notepad++, which is open source and free to use).  Then search the file for the unique portion of the file name you took note of earlier, such as "page_26".  It will point you to a section in the LUA file that describes that particular template.  Carefully copy that entire section, including a balanced number of brackets (starting with the two brackets and commas before "children" and ending with the one bracket and comma after the "title" line.  Paste the copied text into the end of the file on a new line immediately following the bracket and comma after the "title" field for the last page template section (right near the end of the file).  Change the "previewName" field to the name of the preview file copy that you created ("dummy_preview.jpg" for me) and the "name" field to the name of the new template you're creating ("dummy" for me, since it is just temporary).  Next change at least one of the hex characters in the "pageID" field such that the new template will have a unique page identifier.
    Now you can make edits to the photo and text fields included in the new section, using other templates in the template file as examples.  "x" and "y" fields are coordinates (in pixels) for the bottom-left corner of the picture or text field, "height" and "width" are the width of the field in pixels.  The fields should be mostly self-explanatory, but make sure that the "photoindex" fields are filled-in starting from 1 to N, where N is the number of pictures in the template, with no duplicates or gaps.  They do not need to be in order.  Treat the "textIndex" fields similarly for text fields.  If you want to add an additional picture or text field, simply copy the section describing a picture or text field from another template and paste it, carefully, into the new template that you are creating.
    Once you are done, save the file (you may get interference from Windows UAC, in which case save the file elsewhere and the move it back to the correct directory).  Then open Lightroom.  Create a new photobook, and choose the new template for one of the pages, remembering that the preview image will look like the JPG that you copied.  Voila!  If you didn't screw anything up, you should see a page based on your new template.  Then right-click the page and select "Save as custom page", which will cause a fresh preview file to be created for your new template and your template to be copied to the "custom pages" section of the template menu.  The new section you added to the "templatePages.lua" and the "dummy" preview file can now be deleted, since they are no longer needed.  I save them so that I may simply overwrite them the next time I need to create a customized template.
    Enjoy, and please share any clarifications, corrections, or enhancements to my process.

    peter at knowhowpro wrote:
    DHWachs wrote:
    This post was great!  Thank you so much.  But I am hoping you know one more thing related to this.  In the "transform" section of the definition (where the x/y coordinates are set along with height and width) there is an option called "angle".  I was hoping that changing this value would allow me to offset the angle of the picture.  However, if I put any value there other than 0 the template becomes unusable.
    Do you happen to know what this option does?
    I haven't looked into the files, so this is just a guess based on how some graphic applications work. It's common to think of rotating a shape as pivoting around a center point, but It's possible that the file sets a value for the rotation point not at the center. In some graphics applications, you can set a shape's pivot at any corner or in the middle of any side, of the rectangle that contains the whole shape.
    So, your value may be rotating the shape around a pivot that moves the shape into some area that upsets the behavior of other shapes. Just a thought.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices
    Peter's point is a good one.  I would also assume that the "angle" property allows you to rotate an image, but I haven't tried it myself.  One thing to investigate - are there any page templates included in LR that have image placeholders that are at an angle (I don't recall any, off-hand)?  If so, looking at the associated .lua file could provide insight into how an angled image placeholder should be described.

  • Default Workbook Template - BI 7

    Hi ,
    When we execute the query in BI 7, We have the report in excel with basic set of functionalities like filter, tables, charts etc...
    Our requirement is to have the different reports to be saved in a workbook and each and every report as a seperate tabs.. Is there any way, we can set the template standard across the different tabs in the workbooks?.
    We created a container and used to attach the queries in each and every tabs, but we are not able to get the standard functionalities that we used to get, while executing the queries.
    Is there any way we can copy the standard template and just change the query name in across the tabs so that we wont miss any of the functionalities such as graphs, filters etc..
    Kindly advice..
    Thank You.
    K.Manikanadan.

    Manikandan,
    I haven't played much in BI 7.0, but I guess it should be the same approach as 3.5...
    Once you assign a Template as your "Permanent Workbook Template...", that's it, from now on all queries you execute will be based on that Template.
    At the moment of having more than query in a workbook (different tabs or spreadsheets), just make sure you use "Insert Query" in the "Tools" button of the Analyzer toolbar... You have to insert each one of them...
    Hope it helps somehow.
    Regards,
    Luis

  • Workbook Template

    Hi Expert,
    We are in development phase for integrated planning.But we face problem on Workbook side.
    Because of alot of data and too details , We are using RRI (report-report interface). 1st query contain summary data on higher level, then if you go to details query, it will display details data based on field you have select on summary level and you will be able to input the qty.
    For details query, we already create workbook template contain buttons "save" and "cancel". The problem is when we are using RRI, the workbook template is gone. No more button save and cancel.
    Please give the advise how to bringour workbook template to sender recipient query. (on summary level, should not have any button, only details should have button)
    Thanks in advance.
    Siandari

    Hi Mehmet,
    try this one:
    Goto SE38 and create a new report:
    Call it Z_SET_BEX_USER_TEMPLATE. Otherwise change the coding.
    *& Report Z_SET_BEX_USER_TEMPLATE *
    *& Program to update all user's default template *
    REPORT Z_SET_BEX_USER_TEMPLATE.
    parameter wbid like rsrwbindex-workbookid.
    tables: rsrwbtemplate, usr01.
    select * from usr01.
    rsrwbtemplate-templateuser = usr01-bname.
    rsrwbtemplate-workbookid = wbid.
    update rsrwbtemplate.
    if sy-subrc <> 0. insert rsrwbtemplate. endif.
    endselect.
    Assign points if useful.
    Regards,
    Adem
    Message was edited by:
            Adem Baykal

  • Custom Tab Missing in Template Section

    Hello -
    I recently migrated to SharePoint 2013.    Under Site Settings > Web Design Galleries > Solutions, I can see that my site templates carried over.   They have been activated.    However, when I go to create a
    new subsite, I noticed that the Custom tab is missing.    Any suggestions on how I can retrieve that?    

    I was able to modify the manifest.xml file, and repackaged the .cab using IZarc.   I renamed it to a wsp and uploaded to the site Solutions and was able to then click the Upgrade button.   it's activated, but there still isn't a Custom
    tab.    When I recreated the template in 2013, I was able to see the Custom tab.   
    I guess there isn't a real easy way to migrate 2010 site templates to 2013.
    Here they mention to recreate using 2013, but I wonder what companies that have hundreds of custom site templates would do it their case?
    http://technet.microsoft.com/en-us/library/jj219648.aspx
    Q: I receive an error that I cannot create a subsite based on a site template because the site template uses the 2010 experience version and my site collection is in the 2013 experience version
    A: Recreate the site template in the 2013 experience.
    To recreate the site template, create a new subsite based on the 2013 experience, customize it again to match the template that you had, and then save the customized subsite as a template (on the
    Site Settings page, click Save site as template).

  • Workbook Templates

    Hello everyone,
    I have a question regarding BEx workbook templates. I have to use single template for multiple queries in a workbook. I prepared a template and selected "is based on permanent template" option in BEx workbook. I executed a query and the workbook uses the existing  template. When i insert a second query in another worksheet within the same workbook, upon execution the second worksheet does not use the template.
    I tried creating a second template, but of no use.
    Could someone help me with this.
    Thanks in advance.

    Hi Sachin,
    You could try creating a workbook template with the same formatting on 4 sheets (or as many sheets you are expecting to put queries on).
    Hope this helps...

  • Error compiling custom form developed from template

    Hi,
    Could someone give suggestions.
    1. Downloaded Template.fmb from the UNIX server.
    2. Opened it in Forms Builder ver 6.0.8
    3. Tried to generate it using Ctrl+T.
    4. Got the following error:
    FRM-30064: Unable to parse statement select timezone_code,name
    ,to_char(trunc(gmt_offset),'S09') || ':' || to_char(abs(gmt_offset - trunc(gmt_offset))*60,'FM900') offset
    ,decode(daylight_savings_flag,'Y','*',null) dst_flag
    from fnd_timezones_vl
    where enabled_flag = 'Y'
    order by gmt_offset.
    Record Group TIMEZONES
    Form: TEMPLATE
    FRM-30085: Unable to adjust form for output.
    The version of the template form is as follows:
    $Header: TEMPLATE.fmb 115.12 2003/12/19 11:02
    5. Am I missing something here? I ain't sure if the template is wrong.
    6. In fact I tried to develop a custom form from this template and compiled it on UNIX. I got another error as
    FRM-18108: Failed to load the following objects.
    Source Module:APPSTAND
    Source Object: STANDARD_PC_AND_VA
    Source Module:APPSTAND
    Source Object: STANDARD_TOOLBAR
    Source Module:APPSTAND
    Source Object: STANDARD_CALENDAR
    Compiling package specification APP_CUSTOM...
    No compilation errors.
    6. I did look at Metalink and followed instructions per Doc ID:236803.1. Still could not resolve it.
    Any inputs on this issue is very welcome.
    Thanks
    Uds

    Hi Galaxy
    Thanks for the inputs. I had downloaded all pll and plx from resource dir into the relevant dir of my local m/c. I have downlaoded the APPSTAND and APPTREE fmb also to the local directory. Where do you find the *.olb (object libraries) in the dir structure. The following command at $AU_TOP showed no files with olb extension
    find . -name *.olb -print
    Could anyone let me know where I am wrong?
    Thanks
    Uds

  • Default Workbook Template

    Hello Friends
                      Can anyone please tell me how we can create the Default Workbook Template in the NW04s

    You can't have an empty workbook as a default workbook template. Your template must have your dataprovider (analysis grid) as a minimum.
    You can do this with your own query as well. Build your workbook and make sure your dataprovider name is the same as the SAP default dataprovider name. Then when you open a query, it will replace the query assigned to the dataprovider in your workbook template with the query you are opening in the BEx Analyzer.
    Re: Change in Default Workbook Behavior with NW04s
    Hope it Helps
    Chetan
    @CP..

  • Global Workbook Template

    Hi All
    How to create a global workbook template. Can anyone give a real time scenario on this..... (version BI 7.0)
    Regards
    Naga

    Hi Naga,
    Check out this blog by Prakash:
    /people/prakash.darji/blog/2006/09/16/setting-the-global-workbook-template-in-sap-netweaver-2004s-bi-or-bw-3x
    Hope this helps...

  • CUF and custom positions on the template

    Hi,
    I added two customer fields on the template of shopping Cart (thanks to all of you).
    Now I would like to change the position of them, let's say after the field "Category" (at item level).
    I implemented BBP_CUF_BADI_2 but I don't see where I can change the attribute position.
    Any suggestion ?
    Regards.
    Nico

    Hello Nico,
    changes regarding the display of the customer fields can be done by modifying the service BBPCUF, template SAPLBBP_PDH_CUF 300.
    Regards,
    Armin

  • How do I output custom CRM fields on a Customer Orders list layout template?

    I am familiar with using {module_customerfield, 123456, 789123} to show custom CRM fields for Customers, however I would like to know if I there is a way to do that for Orders. I have a Customer Orders list layout template with a table:
    Reference#          Details                         Name
    {tag_orderid}        {tag_ordername}         {module_orderfield, 168113,509283}
    Is there a way in BC to output custom CRM Order fields?

    I am familiar with using {module_customerfield, 123456, 789123} to show custom CRM fields for Customers, however I would like to know if I there is a way to do that for Orders. I have a Customer Orders list layout template with a table:
    Reference#          Details                         Name
    {tag_orderid}        {tag_ordername}         {module_orderfield, 168113,509283}
    Is there a way in BC to output custom CRM Order fields?

  • Issue with workbook template

    Dear friends,
    I would like to create an excel workbook template having two tabs on it. Sheet-1 for result area and Sheet-2 to show navigational attributes and text elements. Is this feasible? If feasible, can anyone of you guide me on it?.
    I created a template like this but when we attach a different query (which is not used for formatting)to this template, all data (result area and text elements) shows on the same sheet (sheet 1). I guess, am doing some mistake here while creating the template.  If question is not clear, let me know.
    Thanks
    Viswa

    Thanks Elena,
    I did the same thing and stored it as template. However, if I use this as template when I run for query, the alignment is not proper. Some columns/rows are exists from the results of template query.
    Could you help me?.  Do I need to write any Excel macro?.
    Thanks
    Viswa

  • Supported UCM content types by custom content presenter display template

    Hi,
    custom content presenter display template can only be applied to a Site Studio file? Or the UCM content item type to which the template can be applied can be of different types (says for example an UCM folios or a custom XML file)?
    I would like to use the Content presenter in order to customize the presentation of a custom XML file stored on UCM...but as far as I understood I can't do it...I'm correct?
    I hope I was clear.
    Thanks in advance.
    Best regards,
    S.

    In my scenario, I've a strong requirements in the user interface usability the customer should have in order to perform data entry (it generates the data that made up the XML I'll check-in in UCM): the UI should be more friendly than SS Contributor provides (for example I'll plan to implement it as an ADF page). I've also specifications on the presentation layout.
    If I correctly understood, you're suggesting to store in UCM not my custom XML file, but instead a Site Studio data file containing the "same" XML content?
    If yes, can I perform the SS data file check-in not using SS Contributor but instead a custom ADF based page? If yes, how can address this?
    Thanks a lot.
    Best regards,
    S.

Maybe you are looking for

  • How do I transfer music from one iTunes library to another?

    Whilst out of the country and therefore not connected to the internet, using my laptop to play iTunes, then suddenly the library seemed to disappear!  When back in the UK and internet-connected again, found solution to locating previous libraries so,

  • Memory Leak in  Java

    Anyone can suggest what is the best way to test memory leak in JAVA? Thanks in advance for the help.

  • Printer not printing correct sizes of photos

    Canon Pro9000 for some reason does not print photos correctly. I have made all the correct changes on the page setup and no matter what size I choose it prints only a small size photo. If I choose 11 X 14 it prints a photo 7 1/2 X 6. No matter what s

  • RE: iTalk and manual syncing, not automatic and whether I'll lose data...

    I own the last iPod of the 4th Generation, 20GB model. I just bought (online) the iTalk for my iPod and my question is about the iTalk and transferring the recoding to iTunes. I set my iTunes to allow me to manually update me songs/podcasts, etc. I'v

  • Double clic to play a song

    I use itunes for several years. I began with PC and for 1 month I have a Mac. To have a music in my playlist, it was necessary just double-click. But with the version itunes 8.0.1 of my iMac, I have to double-click several times before having the son