How to Creat Work book

Hi Bw guru's,
please explain how to create work book using querries.
thanks in advice.
kumar.

hi kumar...chk these..
Workbooks into which queries are inserted are no different in appearance than other Excel workbooks. They can be saved as files, copied, sent and (using Excel functions) edited however you like and even supplemented with other data.
Ad-hoc query is the one that the user/developer would want to create/use for researching/validating something. This may be to validate the data also. This differs from Production query as it would not be used everyday and would be just be used for that moment.
http://help.sap.com/saphelp_nw04/helpdata/en/3a/89883989676778e10000000a11402f/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/1f/03223c5f00612be10000000a11402f/content.htm
http://searchsap.techtarget.com/searchSAP/downloads/chapter-august.pdf
workbook
1) A workbook delivers the interface for your query.
2) In a workbook, you can embed design items and customized macros, and you can format its appearance for a highly customized look and feel. The end-user will typically open a workbook and navigate within it execute its queries and see current data.
3) A query ad ho in WAD means that in your Web application, you want to be able to display data in a table or graphic, similar to in the Web Analyzer.
You can do this by using the Dropdown Box Web item and linking the commands for showing and hiding Web items to it.
hope it helps..

Similar Messages

  • How to create Work Books in BI 7.0

    Hi Experts,
    Good Morning.
    I am working BI 7.0, My requirements is create Work Book and include below follwoing
    1. The end of report footer message should come
    2. Company LOGO Should come in the header of every report.
    Please provide me solutions step-by-step, how to create work book, and how to include following above requirements.
    Thanks in Advance.
    Thanks & Regards,
    Bharathi.

    Hi Barathi,
    Please go through the below thread which will tell you how to add Logo to the work book
    Re: Permanent BW Excel Template
    For the common template with the company logo-->This code basically updates the RS table rsrwbtemplate which has the default workbook template information with the templae you specify.
    IF you want to insert the logo in the work book template
    Menu path --> choose insert -->picture -->clip art
    Regards
    KP
    Edited by: prashanthk on Jul 12, 2010 7:59 AM

  • How to create a booking table (make online reservation)

    Hi everyone,
    I'm just wondering if any of you know how to create a booking
    table, like a booking seat for an airplane... I have to do the
    booking table as I'm doing a Japanese Restaurant website for my
    project.. At the moment, I'm using PHP, MySQL and HTML..
    Could anyone help me, please?
    Cheers,
    Nova

    You first need to check with your host to see which type of
    server side
    scripting language they support. If they support PHP, try,
    http://www.jellyform.com/
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Blog:
    http://avenuedesigners.com/blog/
    Web dev articles, photography, and more:
    http://sourtea.com
    =============================================
    Proud GAWDS member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "mastacraft" <[email protected]> wrote in
    message
    news:f3pote$d16$[email protected]..
    > Hello,
    >
    > I need to create a booking form for a website- So wen
    they fill out form
    > for
    > bookings. Should have tab for club appearance. Magazine
    ads. Etc It needs
    > to
    > lead to this email : [email protected]
    >
    > I'm really not sure how the best way is to do this, i
    understand it's
    > probably
    > a really simple process.
    >
    > Regards,
    >

  • How to create Ticket Booking Functionality in SharePoint 2013 App?

    We have created a Ticket Booking site in Asp.Net.
    In that in Ticket Booking page user can book the ticket and the booked seats will be stored in the database. If there are any booked seats it will be disabled for the user and from other user can book tickets.
    Took reference from this site:
    http://techbrij.com/online-ticket-booking-system-asp-net-sql-server
    Now I want to do same functionality using SharePoint 2013 App Part with SharePoint Hosted App.
    I don't know how to start
    Anybody having Idea.
    Thanks in Advance.

    Hi,
    According to your post, my understanding is that you want to create a Ticket Booking solution as SharePoint Hosted App.
    To build the similar solution in SharePoint, I would suggest you take a look at the links below about how to create ShrePoint Hosted App for a quick start:
    Create Host App:
    How to: Create a basic SharePoint-hosted app
    Create App Part:
    How to: Create app parts to install with your app for SharePoint
    Then for the data storage, here is a documentation will provide more information:
    App data storage:
    Data storage options in apps for SharePoint
    For the responsive UI, HTML plus JavaScript would be OK.
    Feel free to reply if there are still any questions.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to create a book (Diplomawork) with InDesign

    Hi all
    I will finish a very important diploma at the end of October. I am wondering how I can create a 'book' with InDesign?
    It should just be like a normal book with Summary, Glossary, and so on. If this is possible with InDesign, how can I do that?
    Will I first need to finish the document with word and then 'just copy paste' or is it possible to write it in InDesign with a dynamic
    summary and all that?
    Thanks for your appreciated feedback,
    Regards
    Fabrice

    Dear DerekC1000
    totally agree with you I know that it is a fantastic application. I'm IT and I know Dreamweaver and Fireworks from the past. Great software. But in oder to deep my knowledge I would like to start with e.g. a good think just like my Deplomawork.
    At the end is must lust like this and I'm sure that InDesign ist just right for that. I'm also sure that for the final printing I must take care of 100drets of things regarding the formatting or the documents. And here my quistions start. At the end it should look just similar to something like that (fotos below).
    Could you guide me a little?
    Cheers
    Fabrice

  • How to change work book

    Hi gurus
    I am trying to change some fixed filters in the work book
    How can i do that?
    Thanks in advance

    Hi,
    You need to change from the Query Designer and execute the report then save the work book again.
    Veerendra.

  • How to create a Book in Indesign and add indesign documents to it?

    Hi all,
    Can I create a book in InDesign CS3 and add indesign documents to it using javascript.
    Thanks,
    Hemachandiran.

    Here's my version of the script — now works in CS4 — may be it would come in handy to somebody:
    var myFolder = Folder.selectDialog( "Select a folder with InDesign files" );
    if ( myFolder != null ) {
         var myFiles = [];
         var myAllFilesList = myFolder.getFiles();
         for (var f = 0; f < myAllFilesList.length; f++) {
              var myFile = myAllFilesList[f];
              if (myFile instanceof File && myFile.name.match(/\.indd$/i)) {
                   myFiles.push(myFile);
         if ( myFiles.length > 0 ) {
              var myBookFileName = myFolder + "/"+ myFolder.name + ".indb";
              myBookFile = new File( myBookFileName );
              if ( myBookFile.exists ) {
                   if ( app.books.item(myFolder.displayName + ".indb") == null ) {
                        myBook = app.open( myBookFile );
              else {
                    myBook = app.books.add( myBookFile );
                    myBook.automaticPagination = false;
                    for ( i=0; i < myFiles.length; i++ ) {
                        myBook.bookContents.add( myFiles[i] );
                    myBook.save( );

  • How to create Work Order in CMRO

    Dear All,
    We are new to using Oracle CMRO and because of unavailability of CMRO resources, we are facing quite a few problems while working on CMRO. Can anyone please help me out how can I create Work Order using CMRO.
    If anyone can provide me with Oracle CMRO White Papers, I will be very thankful.
    Regards,
    Zulfiqar Ali Mughal

    Hi,
    There are 3 ways to create work order in oracle cMRO.
    1) Through Maintenance Requirement and associated to visit and push to production.
    2) Non-routine.
    3) Unassociated Task.
    1.     Create Work Order From Maintenance Requirement:- In order create work order first of all we need to define an MR in Engineering > Fleet Maintenance Program > Overview > Create. After creating the MR Header at least one route should be associated (Route can be created from Engineering > Route >Overview > Create and the status should be "complete"). Then MR effectivity (means which item or unit MR is applicable) need to be defined and in turn the interval threshold also need to define. Once the MR is completed from the Planning window associate the MR to a visit and push to Production. In case of Planned MRs run the Build Unit Effectivities and view the due date from the Planning> Unit Maintenance Plan screen and associate to a Visit in Planning and push the visit to production. In case of Unplanned MRs create visit, associate unplanned MR, push to production.Work Orders would have generated and visible in Execution >Production Planning > Work Orders.
    2.     Create Non-Routine:- Non- Routines can be created from Execution and Planning
    a.Create Non-Routine work order from Execution:- Select the Routine work order and select Create Non-Routine work order from the pull down menu, furnish the details like severity, urgency, summary etc. and click on (B) Apply.
    b.Non-Routine from Planning: Create NR from Planning >Unit Maintenance Plan> Non-Routines (B)Create and then associate to a visit and push to production.
    3.     Unassociated Task:-This is for executing the miscellaneous operations to be done as part of already created visit. Navigate the visit task screen in an already created visit (Navigation: Planning > Visit Work Package > Overview > Search the visit > Click on the visit hyperlink> view visit task in side Menu), From the drop down menu select the “ Create Unassociated Task” and click (B) Go. Furnish the details in the Task header and click on (B) Apply and (B) Cancel, you would be navigate back to the “Visit Task” Screen. Select the unassociated task and push to production. Unassociated work orders would have created. You can create Unassociated task any time during the execution, before closing of visit.

  • How to create photo book from Album without cropping

    I just came from vocation and try to make a cool photo book out of my "best pictures" selection. Most images are "as is" from camera, so have "standard" aspect ratio: H/W.
    I also happy about composition and would like to keep all or most of it.
    I tried several "cool" templates, but can not get results I want: iPhoto randomly place my images on random template, but the painful issue is that it is also randomly crops my images to fit these random layout. It probably try to make it look "cool", but it does not make any sense and does not look cool.
    I can do it all manually and select template for every page, also, changing mask for every image (for some minimum of mask still crops more then half of image, so page layout have to be changed). I have about 200 pictures I picked for album and I am not happy about doing it 200 times.
    It may work for me if iPhoto just flow images without cropping for fit? Extra bonus would be if I can select images I want "big", "medium" or "small"
    Can iPhoto automatically create a simple PhotoBook for printing without killing most images with random and some times more than 50% cropping?

    Canon S90 - it is Advanced P&S. When I say crop I does not mean a little bit on sides I mean iPhoto 11 some times crop 50% of image, some times try to zoom on faces. At any rate, most images just rendered useless. Say you have normal landscape picture of person holding some thing in his hands. iPhoto made super wide strip out of it to fit in 1+2 kind of layout, so what you see is upper half with face, object in hands completely out and you can not change mask as at minimal settings it is still cuts more than half of image out.
    I tried many Themes, but I can not find one that would not destroy my images, that are very typical, hobbits images, with margin usually big enough for small fit crop, but as it is my trip record I would like to keep (naturally, no?) all details in.
    Zoom of face may be cool, but when the rest of image lost, what the point?
    I can go one by one, but this is time consuming for 200 images. It just make sense to have "preserve image" settings or "simple" photo book template some where... but I can no find it: all settings in iPhoto are kept to minimum , Apple style

  • How to create work order in a manufacturing system

    Hi,
    I am using EBS 11i. I have applied APS pack on it. I want to create a work order. Can anyone brief me on which responsibility to choose in order to create a work order.
    Also if someone can suggest some documents will be of great help.
    Thank You,
    Niranjan.

    Hi Niranjan,
    Work orders of different kinds can be created via different modules, but the primary one for Discrete Manufacturing environments is Work In Process (WIP) where the navigation would be:
    Discrete > Discrete Jobs
    Note that the User's Guide for WIP will give you an good overview. In addtion to that you might find Bills Of Materials relevant for setting up your product structures i.e. Bills of Materials and Routings (Operations and Resources). Inventory details the item definitions and inventory structures and finally Costing if you have detailed requirements in that aspect.
    /Niels LM

  • How to create flip book in InDesign so it starts with a single page

    The flip book out of InDesign is cool - but I have not been able to find a way to create it so that it starts with a single page, rather than a spread (with a blank white page opposite the cover).  Any help appreciated.

    Moving thread from Creative Cloud Forum to InDesign Forum.
    Hi there,
    Currently, there isn't a direct way to make the cover page a single page through InDesign. You'll need to 'fake' it by fill the left side (first page) of the spread the same color as the background of your web page.
    Petteri_Paananen has suggested an alternative workaround using eDocContainer. You can find more info here: http://forums.adobe.com/message/2279180#2279180#2279180
    Hope this helps and feel free to let us know if you need more assistance

  • How to create RTL Books in inDesign (Japanese)?

    Hi there,
    I want to create a RTL book in Japanese. I do not speak Japanese and I have the english version of indesign. I am downloading the Japanese version now, so maybe I will have two types but the thing is I can not speak Japanese.
    Is there any way to do RTL books in inDesign CS6 ?  It does not matter if I can not type Japanese, I will be using images only.
    Thanks for your help

    There are two or three different ways to get spine-right binding, depending on which version of ID you're using, and I have no idea whatsoever where that feature is buried in the Japanese version. Honestly, I don't even know if there's an English localization of the interface of Japanese ID. 
    The short version is that there's no way to get spine-right binding with plain-vanilla English ID, although you can probably pull it off with a script, and there are a number of plugins that will let you access InDesign's under-the-hood features. You're probably best off with something like an English install of InDesign and something like World Tools Pro.
    But that link that Steve pointed you towards is pretty all-inclusive. Check out the "Choosing the Right Application" section - it should get you pointed in the right direction.

  • How to create a book format on pages for macbook?

    im trying to make a book and im trying to find a format on pages but i can't find any.. does someone knoow how to do it ??

    Are you going to print the book yourself? Is it going to a printer or is it for e-pub?
    There isn't any template in Pages for books. You can look for a template here iworkcommunity.com

  • How to create work space in the share point work space ?

    Hi,
    I have office 2010 with Share point work space.
    I have lot of files in the remote drives ( //sever1 ..etc ) and it is hard to find the files and modify them every time.
    So I have created groove work space and added one of the file from remote driver
    and then I have modified the file in the groove and it should be modified in the remote driver also, But it is not modifying.
    Please let me know any other ways to do this.
    I would like to reference the file in the share point work space tool. It should be modify in the remove driver once it is saved from space and vice versa.
    Thank you.

    Didn't know Workspace can sync folders, I only use it to sync offline folders and SharePoint. As an alternative, you can use SyncToy (
    http://sharepointdragons.com/2012/04/10/synctoy/ ) which for sure is able to sync multiple file locations (btw, it uses the Sync framework, the same that's being used by Workspace)
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • How to create work schedules for hours calculation

    HI Experts,
    We are working on payroll process which has to be consider  the number of working hours  for calculation.
    Now we need to generate the workschedule based on hours.
    What is the process of creation of workschedule  with respect to the consideration of number of hours.
    Please share your ideas on creation of workschedules with respect to number of hours.
    Thanks and regards,
    Sairam.

    Dear Siki,
    I want to create a new work schedule for the employees for whom the  salary calculation to be based on  working hours.
    Is there any preacautions to be maintained for the generation of work schedules in these directions.
    Regards,
    Sairam.

Maybe you are looking for

  • Printing a PDF from ABAP

    I have a PDF file that is returned from a web service that is Base64 encoded.  I decode the string and populate an internal table.  The internal table now contains the binary data of a PDF file.  Is there a way in abap to send this PDF file to the SA

  • Skype won't open links

    When someone sends a link on skype it won't open anymore. A few days ago it was working but then one day it just stopped. I have a Mac and I've been using Google Chrome.

  • Change font stlye in bridge image gallery

    can anyone tell me how I can make the headings in the bridge image gallery italic text

  • Problems with sync outlook 2003 & blackberry 8120

    when i connect my phone with usb to the blackberry desktop manager, it starts to sync then i get a message 'blackberry desktop manager has encountered a problem and needs to close' this happens on every connection, i have tried re-installing the soft

  • Multiple Users - Tabular Forms - Multi Row Update.....

    Greetings All, Any comments, assistance, links, or even answers on the following situation would be much appreciated.... I have a Application Express 4.0 (Could upgrade to 4.1 if it would help this issue) I have a wizard generated tabular form on a t