How to copy a Worksheet into different Report

HI,
How to basically copy paste a worsheet in A Report as a worksheet in B Report.
Thanks,
Himanshu Tiwari

Hi
One way to do it is to tile the workbooks within the same window (i.e Windows > tile horizontally) and then just drag and drop the worksheet into the other workbook (whilst holding down ctrl if you want to copy rather than move)
Hope that helps.
Emily

Similar Messages

  • Step- by- Step on How to Load Excel data into Crystal Reports?

    Hi Friends,
                      Can anyone send me a Step- by- Step on How to Load Excel data into Crystal Reports? Pls help me. Thanks in Advance.
    Vijay

    It's also important to 'prep' the excel file prior to connecting to it.
    Give the data tab a meaningful name
    Make sure the column headers are unique and that every column has a header
    Delete any blank tabs
    If you have trouble with Excel changing the data type of a field (say, a social security number you want to be a string value rather than a number so you don't lose leading zero) an alternative would be to save the spreadsheet file as a CSV, create a schema.ini to specify the data types for each column (example below) and use the same steps to connect except instead of choosing Excel 8.0, scroll to the bottom and choose Text.  You have to make sure the CSV file is in the same folder as the schema.ini file that defines the columns.
    Schema.ini example:
    200912PUSD.csv
    ColNameHeader=True
    Format=CSVDelimited
    MaxScanRows=25
    CharacterSet=OEM
    Col1=SSN Char Width 9
    Col2=LAST_NM Char Width 25
    Col3=FIRST_NM Char Width 25
    Col4=DOB Date
    Col5=STDNT_ID Char Width 10
    Col6=SORTKEY Char Width 10
    Col7=SCHOOL_NM Char Width 30
    Col8=OTHER_ID Integer
    Col9=GRADE Char Width 2
    The filename in the first line needs to have the []  brackets around it, but I couldn't get it to display in this forum correctly.
    Edited by: Eric Petersen on Jan 27, 2010 9:40 AM

  • How to split one page into different frames in ADF?

    Hi,
    Can any one please guide me how to split a jspx into different frames.
    i.e., left frame contains <af:panelSideBar> which contains multiple <af:commandMenuItem> s. And whenver we click on the one <af:commandMenuItem>, it has to show the corresponing page inside center frame in this page itself. Is it possible in ADF? Which component we need to use?
    Can anyone guide me on this?
    Thanks in advance,
    Regards,
    Suresh Kethireddy

    You can use a combination of the ADF Faces 10.1.3 components like:
    af:panelPage
    af:panelSideBar
    af:panelHorizontal
    af:panelGroup
    to organize the screen layout, but it is not the interactive splitter that the 11g product provides.
    You can all all the 10.1.3 ADF Faces Components here:
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/imageIndex.html

  • How to copy actual data into current forecast period

    Hi gurus.
    I need your guidance on how to copy actual data into current forecast period.
    This is my case. Let's say I have the following figures for my actuals:
    January 2007 Actual = $110,000.
    February 2007 Actual = $120,000.
    March 2007 Actual = $80,000.
    April 2007 Actual = $100,000.
    Now, my user want to choose any month as the basis for her forecast for the remaining periods. Let's say, she wanted to choose April 2007 Actual as the basis for the remaining forecast periods, so I should be able to display the following figures in my planning folder:
    May 2007 Forecast = $100,000.
    June 2007 Forecast = $100,000.
    July 2007 Forecast = $100,000.
    August 2007 Forecast = $100,000.
    September 2007 Forecast = $100,000.
    October 2007 Forecast = $100,000.
    November 2007 Forecast = $100,000.
    December 2007 Forecast = $100,000.
    Can someone guide me on how to do that?
    Points will be given to good and best answers.
    Thanks.

    Hi Fulham,
    Technical answer:
    First, you need to allow your user to indicate wich month is the reference for the copy. I suggest you to add a new key figure in your actual layout (a 'customizing' layout) that your user will use as a flag:
    January 2007 Actual = $110,000
    January 2007 Flag = 0
    February 2007 Actual = $120,000
    February 2007 Flag = 0
    March 2007 Actual = $80,000
    March 2007 Flag = 0
    April 2007 Actual = $100,000
    April 2007 <b>Flag = 1</b>
    <i>(Help to a fox or an abap exit you can check that only one month is 'flagged')</i>
    Then, in the corresponding level for the data input, you use a function exit in Abap, which will:
    - read the previous customizing layout help to API_SEMBPS_GETDATA so you can get the flagged month and its actual amount ($100,000)
    - generate the news rows into the table XTH_DATA which will be automatically posted in the level with the actual amount
    Is that clear?
    Regards,

  • How to extend same material into different plants?

    Hi all,
    how to extend the same material into different plants anybody please tell me.
    thanks
    s.muthu

    hi
    go to mm01 create a material with name abcd
    then again in mm01 in material filed give same no (abcd)and  in copy from field also give that no(abcd)
    sytem will ask u for from and t locations give that and proceed
    similarly if u want to extend view in the material go to mm50 and do
    reward if helpful
    regards
    kunal

  • How to copy exitsitng extracter into another new extracter?

    Hello,
    Please some one can tel me how to copy the existing  extracter into another new extracter.
    I have requirment as below
    Currect me if i am wrong ,need to enhance the existing extracter and add some new fields,and need to include some masterdata filds also to it.
    For master data i am going to do write routines at Transfermation so that no need to include in my exter for those filds to extracter.
    Please some one guide me in this scenario.
    Chrs

    Hi,
    you do not have to copy the extractor, you can enhance it with fields and fill them via enhancement coding --> rsa6.
    If you want to copy it, you need to check what kind of extractor you have. Is it a function module or just a table extractor.
    for fm: copy the function module via se37 and copy the extract structure via se11. Add your enhancements in the copied structures and coding. Create a new datasource with rso2.
    for table extractor: create a view adding the additionally needed fields. create a new ds with rso2. Surely you need to add some coding in the relevant enhancement.
    regards
    Siggi

  • How to copy one schema into another

    I need to copy one schema into another. That means, all the tables, views, constraints, etc, and all the data as well.
    I have a dmp file of source-schema (created daily with expdp by our backup schedule).
    Can I use impdp to import this dmp file into dest-schema? I'm thinking about something like this:
    The dmp file was created with:
    expdp source-schema/pwd DIRECTORY=dmpdir DUMPFILE=myproject.dmp
    Create the copy on dest-schema with:
    impdp dest-schema/pwd DIRECTORY=dmpdir DUMPFILE=myproject.dmp
    (dest-schema is an existing schema on the same machine. I'll drop all the tables before executing the command. Is there anything else I should do first?)
    If this approach is not feasible, kindly suggest me an alternative.
    Thank you.
    Edited by: mgro on Apr 16, 2010 3:22 AM (changed 2nd command: expdp to impdp)

    Thank you both. Dean, I've made a note of your proposed command. May use it next time.
    In the end I used the following command and it worked for me. I added TABLE_EXISTS_ACTION=REPLACE since the destination was not empty.
    First I ran these command logged in as SYS
    GRANT Import Full Database TO dest-schema;
    GRANT Create Any Directory TO dest-schema;
    GRANT Unlimited Tablespace TO dest-schema;
    impdp
    dest-schema/pwd
    DIRECTORY=dmpdir
    DUMPFILE=myproject.dmp
    REMAP_SCHEMA=source-schema:dest-schema
    TABLE_EXISTS_ACTION=REPLACE
    LOGFILE=implog.log
    There were some errors though. The import process complained about constraints referencing non-existent primary keys.
    It turns out that the source schema has some constraints that are marked with status DISABLED. These constraints either:
    - are not part of the DUMP file
    or
    - are in the DUMP file but skipped during import
    Don't know if this is a bug or by design behavior.

  • How to pass bind variable into oracle reports 6i - Parameter form

    Hello All,
    I want to pass bind variable into Oracle Reports 6I - Parameters.
    I have tried out that but got the below error :-
    rep-0781 : Bind variables are not allowed in the select statement
    Kindly help me is there any option which allow me to pass bind variables into Oracle reports 6I.
    Thanks
    HARSH SHAH

    Hi,
    may be its not possible to use :P_PARAM1 in user parameter of oracle 6i reports
    but u can full fill user requirement using oracle forms
    create a form as like as report parameter window
    then create parameter list and run report
    PROCEDURE Run_Emp_Report IS
      pl_id ParamList;
    BEGIN
      pl_id := Get_Parameter_List('tmpdata');
      IF NOT Id_Null(pl_id) THEN
        Destroy_Parameter_List( pl_id );
      END IF;
      pl_id := Create_Parameter_List('tmpdata');
      Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
      Run_Product(REPORTS, 'empreport', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
    END;
    thanks
    mostafiz mitul
    Dhaka Bangladesh

  • How do I record narration into different tracks for different subjects??

    I'm doing a narration on various items, and need to record it on a CD, broken down into different 'songs' so folks can skip around and find what they need. I already have the narration recorded as one long hour plus recording. Can it be broken up?

    You can use the cycle region to mark each "song" - if the Cycle region is active, only the section marked by the cycle region will be shared to iTunes. This way you can export each section separately to iTunes as a different song. In iTunes use the Info panel to assign different track numbers to each section and burn the album to a CD.
    In GarageBand '11 it would look like this - sorry, I don't have GarageBand '09 any more:

  • PGI & Billing documents posted into different reporting periods

    Hi guys
    The problem
    We have a situation where an Order was generated in January;
    3 deliveries/ Post Goods Issued (PGI'd) were processed for this order - 2 in January and 1 in February;
    And 1 billing document was created in February.
    This has caused some problems in accounting in that Cost of sales and Revenue is posted into two different periods (i.e. January & February)
    Customising
    The billing relevance for this order type has been customised via 'Define item category' to 'B - Relevant for order-related billing - status acc.to order qty'
    The order type is relevant for delivery; and
    The billing quantity via Copying control: Delivery document to Billing document config is 'B - Delivery quantity less invoiced quantity'.
    My question
    Since delivery could cut across several reporting periods and has to be completed before an ORDER-RELATED billing is done. Are there any settings that could be customised in config such that Revenue will be posted along with the Cost of Sales at the point of PGI?
    Many thanks in advance.
    Regards, Felix

    Can you please let me know whether the Actual GI Date in Delivery and Billing date differs in your case ??
    In normal circumstances, your Actual GI Date will be your Invoice date in which case, I feel your question is answered.
    thanks
    G. Lakshmipathi

  • HT204053 If I've signed up multiple devices on the same apple ID how can i change them into different individual ID's?

    Hello, I have multiple devices that i've used the same apple ID for. I was curious to know if I can change each of them into something different?

    You can migrate a device to a new account with a new ID.  To migrate to a new account, start by saving any photo stream photos that you want to keep to your camera roll (unless already there) by opening your my photo stream album, tapping Select, tapping the photos, tap the share icon (box with upward facing arrow), then tapping Save to Camera Roll.  If you are syncing notes with iCloud that you want to keep, you'll need to open each of your notes and email them to yourself so you can later copy and paste the text into new notes created in your new account.  Then go to Settings>iCloud, tap Delete Account (which only deletes it from this device, not from iCloud), provide the password to turn off Find My iDevice and choose Keep on My iDevice when prompted.  Then sign back in with a different Apple ID to create your new account and choose Merge to upload your data.

  • HR ABAP-How to copy a PERNR into another new PERNR?

    Hi All,
            How can we copy all the Infotype details related to a Personnel Number into another new Personnel number?
    Thanks in Advance,
       Anjaly

    Hi anjaly,
    1. There is no method/concept of Copying, w.r.t Personnel number.
    2. A new pernr,
        has to be hired in the system FIRST,
        via pa30/pa40 (hiring action),
    3. ONLY THEN,
    4. A new pernr is created in the sytem,
    5. ONLY AFTER THAT,
       we can put other data realted to pernr in the system using pa30 or anything else.
    regards,
    amit m.

  • How to copy referenced files into iPhoto library

    I have a mixture of referenced files and copies in my iPhoto library. I changed now the preferences to always copy files when importing new photos. But, how can I copy the old referenced photos into my library (they are all over the place)? Is there anything like "Copy all files to the library"?

    csmun
    Welcome to the Apple Discussions.
    But, how can I copy the old referenced photos into my library (they are all over the place)? Is there anything like "Copy all files to the library"?
    I'm afraid there isn't - you'll need to do it the hard way I'm afraid.
    What might help is to go into the Library/Originals folder and examine the aliases there. Right click on an alias and select 'Show Original' A finder window will pop open with the Original File. Then replace the alias with the original.
    Regards
    TD

  • How to copy and paste into the same picture using quick selection tool

    I have Photoshop CS5 and am new at this.  What I need to do is copy and paste something in the image back into the same image.  I can select it with the quick selection tool.  All I want to do is paste a copy of it back into my image, move it and rotate it a little. 
    I've searched for an answer for a couple of days now and evidently, I'm searching for the wrong thing.  This is what I need to do and I don't know how to get there.  I do this in Digital Image Suite all the time and it's very simple.  I know Photoshop is a lot more complicated but you can do more with it so I am trying to switch by using it to work on my projects.  I've read articles where people say to use the quick selection tool and do a copy and paste but for me, all it does is add blank layer and the selection disappears.  If I paste again, it pastes the item in the middle of the image and I can't move it or change it in any way.
    One more question:  in the Filters menu, all of the filters are gray-shaded.  I read that I have to buy these filters, is that true?
    Thank you for your help.  If there is a beginner's forum where you would rather I post my questions, please let me know.

    Once you have a selection, I use Ctrl C to copy and Ctrl V to paste.  This will add a layer but may not look like it as it is in exactly the same spot in picture.  If you paste again it will show up near middle of picture.
    If you want to resize and rotate use Ctrl T.
    More options are in Edit/Transform.  I particularly like Warp.
    All the filters should be active, but many only work in 8 bit RGB mode.  To see what mode they are in click Image/Mode.

  • How to embed chart/grafic into bex report (workbook) based on query result?

    Hi friends,
    Since I have never embedded any Charts/Grafic based on query report, I am wondering if you could share your knowledge?
    Thanks for your help in advance!
    Regards,
    Sally

    Hi Sally,
    You can create chart into workbook based on the query data.
    Execute the query it will show result in excel sheet. In the tool bar of the sheet you find 'Chart wizard' icon . Select the icon, it will ask for the type of the graph. After select the ranges of the data from result. It will display the graph. Then you can save the workbook.
    Graphs can be embedded in different sheets.
    Hope it helps.
    Regards,
    Aditya

Maybe you are looking for

  • How much do I need to by an iMac 27inch

    How much do I need to by an iMac 27inch ?

  • Lookup for local home interface

    Hi! I am using the j2eesdk and there is a thing I cannot find anywhere: When I use a local interface for a bean and define an EJB Ref on that bean in the 'deploytool', I cannot specify a JNDI name (only a bean name). Therefore I cannot map the coded

  • InDesign CS4 Convert Point Commands

    I have a multi-segment path. When selecting one of the points (not one of the end points) with the Direct Selection tool, and choosing Object > Paths > Convert Point, none of the options seem to do anything or change the path in any way: Line End, Co

  • Customer exit for query variable to calculate amount since 1998

    Hi Experts, I am trying to fetch the expenses since 1998 till last fiscal year in Bex Query. I have created a variable ZFYRVAR1, processing type customer exit, Interval, Mandatory. I unchecked 'Variable is ready for input' box. There is no 0CALYEAR i

  • Component for creating paragraphs

    Hi, I need to make text panel which formats text to paragraphs following way: Author:-----------------------mr. X File Creation Date:------------28.7.2003 Authentication Server Name:--Server Which Java class should I use? I have been reading about JT