Copy sheet from an excel object to an other

I have 2 excels objects (ole2_object)
I want to copy the actual sheet of one object to the other object.
Because those objects are for diferent files.
How can I do that??

Solved

Similar Messages

  • Uploading data from a particular column of a particular sheet from an excel file into internal table

    Hi,
    I have to upload data in the first coulmn of 7th sheet of an excel file.
    Can anyone please help me on this.
    This link works perfectly fine for excel files without Macros.
    Read multiple sheets of an Excel file into SAP through ABAP - Code Gallery - SCN Wiki
    But my excel file has some macros.
    And after the macro enable/disable popup is cleared, the system freezes.
    Can someone pease help me on this abd tell me an approach different from the one in the above link?

    Welcome to SCN
    Please search before you post next time:BDC, upload data from multi excel sheets

  • Exporting / Copying settings from ACR Smart Object

    How do I export the RAW processing settings from an ACR Smart Object in Photoshop?
    If I use Save Settings it only allows exporting a subset of the settings (no spot removal and local adjustments).
    If I use Export Settings to XMP it doesn't seem to do anything.
    The only way I've found to do it is to Save Image (from the Smart Object in ACR), save as a DNG, then use ExifTool to extract the XMP. Surely there must be an easier way?

    I ABSOLUTELY agree......  That's exactly, I believe, how it's SUPPOSED to work.
    Except that mine didn't.
    I opened a 12.2 MP RAW file. 
    And made absolutely no changes to the workflow uptions at the time of opening.
    But instead of "Image Sizing" saying "Default 12.2 MP", it said "3.6MP"
    Resize was turned OFF
    Width was 2321 px and height was 1824 px, BOTH GRAYED OUT.
    Upon leaving ACR, I had a 2321x1824 file.
    Eventually, after wasting another hour screwing around with it, I finally blew away all of Bridge AND the preferences and all that,
    and rebooted since the %$#)(*& Adobe CC thing wouldn't figure out there was no more Bridge, and resintalled...........
    Now, when I open a file in there, at LEAST it knows it's 12.2MP.
    It STILL wants to change the Space to sRGB, which I NEVER use from here, and the Depth to 8-bit, which again, I never use in ACR,
    but I can set those back to what they should be...
    So, in this case, by using a large enough bludgeon, I appear to have gotten around the problem.  Now I'm just waiting to see how soon it screws up again.

  • Copy reports from one business objects server to another

    How do I copy all the reports published in my production BO server to my test server. I did this once but can not remember. Is it the import wizzard?

    yes you can use the import wizard to export your reports from one server to another server
    just open the import wizard, connect to your source server, choose object types you want to export (folders, reports, users,,,,etc),,, then choose the objects itself, then connect to the destination server, and the import wizard will guide you through this process.
    good luck

  • Read lines from second sheet from an excel

    i have an excel file with two tab sheets.
    i use this code but it doesnt work correctly. actually it works but for the first tabsheet.
    i want it for the second one only. please help. i wiil reward with points in helpfull answers.
      call method of application 'Worksheets' = sheet
        exporting
          #1 = 2.
      set property of sheet 'Name' = 'Timesheets'.
      call method of sheet 'Activate'.
    CALL METHOD OF gs_chart 'Location'
       EXPORTING
         #1 = 2
         #2 = 'Timesheets'.
      call function 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        exporting
          filename                = p_file
          i_begin_col             = 1
          i_begin_row             = 7
          i_end_col               = 1
          i_end_row               = 60000
        tables
          intern                  = itemp
        exceptions
          inconsistent_parameters = 1
          upload_ole              = 2
          others                  = 3.
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
      clear w_itemp.
      loop at itemp.
        w_itemp = itemp.
        at last.
          w_lin = w_itemp-row.
        endat.
      endloop.

    Hi See following link :
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci868246,00.html?FromTaxonomy=/pr/283958
    Reward points if helpful.
    Regards.
    Srikanta Gope

  • How to copy role from R/3 to BW and other SAP systems

    hello all,
    I have created a role in R/3 dev systems, Now the requirement is I have to create same role in BW, GTS etc
    Is there a way I can copy or transport the request from R/3 dev to other SAP systems. I am asking this becuase this role is kinda messy with lot of auth objects and it will take me lot of time to create it fresh in other systems.
    Thanks in advance

    You can transport the role ur use download/upload. You reach all of these function in the menu on the entry screen of transaction PFCG.
    Kind regards
    Frank Buchholz

  • How to copy data from one table to another (in other database)

    Hi. I would like to copy all rows from one table to another (and not use BC4J). Tables can be in various databases. I have already 2 connections and I am able to browse source table using
    ResultSet rset = stmt.executeQuery("select ...");
    But I would not like to create special insert statement for every row . There will be problems with date formats etc and it will be slow. Can I use retrieved ResultSet somehow ? Maybe with method insertRow, but how, if ResultSet is based on select statement and want to insert into target table? Please point me in the right direction. Thanks.

    No tools please, it must be common solution. We suceeded in converting our BC4J aplication to PostgreSQL, the MSSQL will be next. So we want to write simple aplication, which could transfer data from our tables between these 3 servers.

  • Copying folders from time machine back up to other Mac

    Hi,
    I used Time Machine to back up my laptop (running Leopard) on a portable drive. I would like to copy a folder (containing hundreds of files) from the Latest Backup to a different mac (running Tiger). When I copy the folder, all that appears is an alias (indicated by an arrow in the bottom right corner). I tried holding down the option key while copying, no luck, the copied folder is still an alias. Any suggestions on how to get an actual copy and not an alias? (I cannot copy the individual files over, that would work, there are too many). Thanks

    annalisac wrote:
    Since this folder contains data that get updated daily and is used by a common software on both computers, I was hoping not to have to manually copy that folder every day on the external drive, but simply to retrieve it from the Time Machine back up. Thanks for letting me know.
    you can use different software for backing up this folder. CCCloner can do it although it's not very suitable for backing up single folders. or try Chronosync.

  • Multiple sheets from EXCEL

    Hi Everyone,
    My requirment is as follows to read multiple sheets from an EXCEL that contains MAcro and some Visual BAsic Components.
    I am using FM 'ALSM_EXCEL_TO_INTERNAL_TABLE' to read a single sheet which works fine.
    But it brings in only one Active sheet at a time.
    Please help me resolve this.
      CREATE OBJECT application 'EXCEL.APPLICATION'.
      CALL METHOD OF application 'Workbooks' = workbook.
      CALL METHOD OF workbook 'Open' EXPORTING #1 = p_file.
    *call METHOD of Workbook 'Sheets' EXPORTING
    Open the first sheet in the workbook
      CALL METHOD OF workbook 'Worksheets' = sheet EXPORTING #1 = 1.
      CALL METHOD OF workbook 'ActivateSheet'
        EXPORTING
          #1 = 1.
      CALL METHOD OF sheet 'Activate'.
      CALL METHOD OF sheet 'Save'.
      FREE OBJECT application.
      SET PROPERTY OF application 'visible' = 0.
      CALL METHOD OF application 'QUIT'.
      CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        EXPORTING
          filename                = p_file
          i_begin_col             = '1'
          i_begin_row             = '1'
          i_end_col               = '60'
          i_end_row               = '32000'
        TABLES
          intern                  = it_data
        EXCEPTIONS
          inconsistent_parameters = 1
          upload_ole              = 2
          OTHERS                  = 3.
      IF sy-subrc <> 0.
        WRITE:/ 'Upload Error ', sy-subrc.
      ENDIF.
      APPEND LINES OF it_data TO gt_data.
      BREAK-POINT.
      CREATE OBJECT application 'EXCEL.APPLICATION'.
      CALL METHOD OF application 'Workbooks' = workbook.
      CALL METHOD OF workbook 'Open' EXPORTING #1 = p_file.
    Open the second sheet in the workbook
      CALL METHOD OF workbook 'Worksheets' = sheet EXPORTING #1 = 2.
        CALL METHOD OF workbook 'ActivateSheet'
        EXPORTING
          #1 = 2.
      CALL METHOD OF sheet 'Activate'.
      CALL METHOD OF sheet 'Save'.
      SET PROPERTY OF application 'visible' = 0.
      FREE OBJECT application.
      CALL METHOD OF application 'QUIT'.
      CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        EXPORTING
          filename                = p_file
          i_begin_col             = '1'
          i_begin_row             = '1'
          i_end_col               = '60'
          i_end_row               = '32000'
        TABLES
          intern                  = it_data
        EXCEPTIONS
          inconsistent_parameters = 1
          upload_ole              = 2
          OTHERS                  = 3.
      IF sy-subrc <> 0.
        WRITE:/ 'Upload Error ', sy-subrc.
      ENDIF.

    Hi ,
    Check the below link.
    [http://wiki.sdn.sap.com/wiki/display/Snippets/ReadmultiplesheetsofanExcelfileintoSAPthroughABAP]
    Thanks.
    Subhankar

  • Microsoft excel cannot copy and paste from one excel doc to another one

    I have a user that is on a Windows 7 64-bit machine and he has to different instances of excel open and coping information from one excel file to the other one. He can do it once and then when he tries to do it again excel says, "Microsoft cannot Copy and
    Paste." 
    I have tried to repair the install, that worked for a few days.
    Tried uninstalling Office suite and then re-installing Office suite.
    I reformatted the computer and did a fresh install of windows 7 and Office suite and today it started again.
    I need to get a fix for this as soon as possible.

    Hi,
    As far as I know, if you have Skype installed in your computer, the clipboard will be influenced.
    Refer to the link:
    http://support.microsoft.com/kb/2697462
    And this issue has been resolved in an update version.
    http://www.skype.com/intl/en-us/get-skype/on-your-computer/click-to-call/windows/
    Jaynet Zhang
    TechNet Community Support

  • Have a pushbutton on downloaded excel sheet from SAP

    Hello
         Is it possible to have a Pushbutton on downloaded excel sheet from SAP

    Check OLE for this.

  • Is there any way to read the data from an excel file w/o using a loop structure?

    I am retrieving a large amount of data (multiple sheets) from an excel file and would like to extract the entire range without retrieving individual cell values(too slow). I can write an range all at once but cannot read it.

    If you are able to write a block of data, then you should be able to read a block. The four requirements that you want to verify are:
    1. The Range specified must match the exact size and location of the data block you want to read
    2. The returned data is in a 2D array of Variants (either strings or numbers)
    3. Use Variant to Data to convert to 2D DBL or 2D Strings
    4. Check for the correct orientation for your application (use transpose if it is not)
    Michael Munroe
    Certified LabVIEW Developer
    www.abcdef.biz
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector

  • Copy text from multiple cells

    How do I copy the text (cell contents, not cell) in multiple cells (all at once)?
    I am trying to cut and paste the text from a Numbers table (actually an Excel file opened in Numbers) to a text box in InDesign to create an InDesign table.
    When I select multiple cells and Command 'C', I copy the cells not the content.
    It was easy in Excel... but I am trying to avoid installing 'Office' on my new MacPro!
    Help much appreciated.

    It's handy sometimes to be able to copy cells from Numbers and paste them in other applications, where they appear just as they do in Numbers.  Numbers does that well.
    If you just want the content of the cells as text, you could use an AppleScript. That would not be complicated to write..
    But first, does InDesign have an Edit > Paste Special (or similar) menu choice where you can tell it to accept the pasted material as unformatted text? One sees that in Word, for example:
    SG

  • Copying text from Oracle Applications Window to other Application windows

    Hi All,
    I am not able to copy text from oracle applications windows to my other application windows.
    Please advise.
    Thanks,
    Amit

    Check in your organization who is able to copy the text. Then from that user machine, who is able to copy text, copy identitydb.obj file and copy to your machine (overwrite the current one)
    Then clear its jcache and browser cache one time. From that point forward they can connect to both instances. This is accomplished as follows:
    1. On each Client PC, you will need the new instance 1 (TEST) version of this identitydb.obj file located C:\Program Files\Oracle\identitydb.obj (default location )
    2. Clear Jinitiator jcache : On the client PC delete all files found in c:\Program Files\oracle\jinitiator 11727 Export\jcache
    3. Clear browser cache:
    a) Netscape : Edità Preferencesà Advancedà cache and delete Memory Cache and Disk Cache
    b) Internet Explorer : Toolsà Internet Options à delete Temporary Internet Files
    For any further assistance pls. feel free to ask.
    Regards,

  • Help needed to Copy Queries from one User Favorites to other

    Hi Experts,
    We have one requirement to copy Queries from favorites of one user to other,But issue that while i am trying this in sandbox for any new user it is working with SE 37 Function module -FAVOS_EVENT_ADD_TO_USER_SHELF Approach then Queries are visble on Favorites on USER MENU.
    And for any other existing user if we use this Function Module ,Queries saved to fav are not visible in USER MENU screen although it is visible in TABLE SMEN_BUFFC.
    Please advice on this.
    Thanks
    Nilesh

    Hi,
    Use FNDLOAD.
    Note: 364558.1 - How To Use FNDLOAD To Download Responsibilities With All Security Groups, Not Just STANDARD
    Note: 735338.1 - Tips About FNDLOAD
    FNDLOAD responsibility
    FNDLOAD responsibility
    use FNDLOAD to download the profile setup for a responsibility
    use FNDLOAD to download the profile setup for a responsibility
    Thanks,
    Hussein

Maybe you are looking for

  • HOW TO KEEP TEXT AT BOTTOM OF PAGE USING JAVASCRIPT-ANSWERED

    UPDATE 5/12/2006: MORE COMPATIBLE CODE: Was using OnRequestEnd.cfm to load copyright info at bottom of each page but page size varied and copyright info would appear at different points on different pages. Didn't look good. Could not use tables to al

  • Looking for experienced insight...

    My iPod has been working fine for months now...then 2 days ago I notice that there is a new upgrade for the iTunes store...I downloaded the 7.2 iTunes store upgrade...Now I can't get anything but this message "iTunes has encountered a problem and nee

  • Can i change the default page new tabs open to?

    It is currently Yahoo when i click new tab but i want it to be Google, advice?

  • Upgrading from WM 5.0 to WM 6.0

    Hi, I am looking for a feasible option for below scenario, 1. Is there any possibility to have both SAP WM 5.0 and SAP WM 6.0 on a same SAP ECC 6.0. 2. If above point is possible, can we restrict few users to make use of SAP WM 5.0 and few users to  

  • REG: ISSUE ON LSO_PV00 TCODE REGARDING lso

    Hi dear experts,    do me one favour. i am getting following issue while i am booking the participant in the tcode lso_pv00,              " User canceled maintenance;No change executed" Also while saving the transactions pvdo(coursetype),pvl0(courseg