How to load data from one Infobject into another in the same system??

Hello All,
   i need to load hierarchy data (already existing in 1 Infobject) into another newly created Infobject in the same BW system.Is there a way to do it without involving flat files??
Thanks soo much in advance
Regards,
Priya

hi
say there are two infoobjects X  and Y.
X is existing infoobject and Y in new one.
go to infosurce-search for X-create export datasource - map the rules and load the data.
This is one way.
Other way is u can use X as a reference object of Y so that both of them have same structure and both objects will share common database tables in BW which are exsting for X.
Hope this helps.
Kindly assign the points if it helps.

Similar Messages

  • How to transfer data from one MBP to another on the same wireless network?

    Hello All,
    My wife & I both have MBP's & are connect to the internet wirelessly via a Comcast-supplied Arris modem & a Belken router I purchased.
    Please don't laugh too hard but when I share data with my wife I, first, transfer it onto a flash drvie, then I walk to my wife's mbp & transfer the data from the flash drive to her mbp.
    I have a feeling there is a better way.    Since I guess we are on the same network can I do this wirelessly some how?
    Any help would be appreciated!
    Thanks in advance.
    Jim

    here is a link to some information on AirDrop --
    http://support.apple.com/kb/HT4783?viewlocale=en_US&locale=en_US

  • How to move iTunes from one user to another on the same Windows 7  computer

    How to move iTunes from one user to another on the same Windows 7 computer? Thanks, Bob

    Move the iTunes library to a shared area and then into the desired location. If this isn’t the default one, launch iTunes with the Shift key held down and choose that library.
    (122379)

  • Loading Data from one Cube into another Cube

    Hi Guys,
    I am trying to load data from one cube A to another cube B. Cube A has data around 200,000 records. I generate export datasource on Cube A. Replicated the datasource and created InfoSource and activated it.
    I created update rules for Cube B selecting Source as Cube A. I do have a start routine to duplicate records in Cube A. Now when I schedule load,
    It stops at Processing Datapacket and says no data. Is there something wrong with the update routine or is there any other way to load form cube to cube in a simpler way?
    Thanks in advance

    This is the start routine to duplicate records in two currencies.
    DATA: datew   TYPE /bi0/oidateto,
          datew2  TYPE rsgeneral-chavl,
          fweek   TYPE rsgeneral-chavl,
          prodhier TYPE /bi0/oiprod_hier,
          market  TYPE /bic/oima_seg,
          segment TYPE /bic/oizsegment.
    DATA: BEGIN OF S_DATA_PACK OCCURS 0.
            INCLUDE STRUCTURE /BIC/CS8ZSDREV.
    DATA: END OF S_DATA_PACK.
    S_DATA_PACK[] = DATA_PACKAGE[].
      REFRESH DATA_PACKAGE.
      LOOP AT S_DATA_PACK.
        move-corresponding s_data_pack to DATA_PACKAGE.
        if DATA_PACKAGE-loc_currcy = 'EUR'.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalgrc.
          DATA_PACKAGE-CURRENCY = 'USD'.
          APPEND DATA_PACKAGE.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalloc.
          DATA_PACKAGE-CURRENCY = 'EUR'.
          APPEND DATA_PACKAGE.
        else.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalgrc.
          DATA_PACKAGE-CURRENCY = 'USD'.
          APPEND DATA_PACKAGE.
        endif.
      ENDLOOP.
    This is to load Quantity field
    RESULT = COMM_STRUCTURE-BILL_QTY.
    This is to load Value field
    RESULT = COMM_STRUCTURE-NETVAL_INV.
    UNIT = COMM_STRUCTURE-currency.

  • How to load data from one Infocube to another request by request using DTP

    Hi All,
    I have a scenario where we are maintaining backup Infocube B for Infocube A.  User loads data from a flat file many times a day in different requests.  We need to maintain backup of the Infocube A on weekly basis.  i.e data to be refreshed with delta update from cube A to cube B.  There are some situations where user deletes some of the requests in Infocube A randomly after use.  Will this change effect in back up cube B when performed data refresh from cube A to cube B.  i.e. this functionality is similar to reconstruct in BW 3.5.  Now we are running on BI 7.0 SP 9.
    Can anyone answer this ASAP.
    Many Thanks,
    Ravi

    You cannot load request by request, " Get Data By Request " DTP loads request by request on " First In First Out " basis. You can run some Pseudo/Fake DTP's if you dont want to load data from a particular request.
    If the user deletes a request from Cube A, it wont be loaded to Cube B but if it is already loaded in Cube B and later the user deletes the request from Cube A you have to delete the request frm Cube B. Inorder to monitor request by request run DTP with   " Get Data By Request set.

  • How to transfer files from one partition to another on the same computer

    I had a crash could not boot back into my 8.1 upgrade. Went out bought standalone 8.1. I loaded it on HD free space now I want to transfer files from one partition to another.

    hi
    say there are two infoobjects X  and Y.
    X is existing infoobject and Y in new one.
    go to infosurce-search for X-create export datasource - map the rules and load the data.
    This is one way.
    Other way is u can use X as a reference object of Y so that both of them have same structure and both objects will share common database tables in BW which are exsting for X.
    Hope this helps.
    Kindly assign the points if it helps.

  • How can I migrate from one user to another within the same computer?

    My main user account in my desktop is becoming buggy after to many migrations from different computers and long time usage. I would like to migrate from one user to another user within the same computer to see if this improves my current problems.
    How can I do it in a reasonably safe and quick way?
    Thank you very much, cheers, Rui
    iMAC, OS 10.6.8... and yes, I love Snow Leopard light and handy... and all my programs work on it...

    Move small groups of files to the /Users/Shared/ folder or another location and see if the problems disappear. Moving everything to a new user account will in all probability transfer the problems.
    (119885)

  • Importing data from one table to another in the same schema

    I know this possibly very simple, but I can't seem to figure it out. I have
    two tables; one with live user data and another, identical except name, with
    archive data. I want to export data that has been flagged from table 1 and
    archive it by importing that data into table 2. I am able to modify the
    where clause of the export and get the proper data set, but cannot see a way
    (via OEM for Oracle 9.2.0.2) to change the name of the table to receive the
    import. I just end up shoving the same records back into table1. Is there
    an easy way to do this or am I just destined to polish up my script writing
    skills? Thanx!

    Yeah, you're right... however, I haven't had to write scripts since my old SQL/DS days on VM! I guess I've been lucky all these years.
    I guess the thing would go:
    1. Select from table1
    2. Insert into table2
    3. Delete from table1 after successful #2.
    I guess I'll get on it. Thanx!
    L

  • Can I load movies from one Mac to another using the same account?

    I know that you can retireve purchased items, such as music, apps, books & TV shows and load them onto multiple computers, however I can't seem to do the same with Movies. I have purchased some movies on another computer, and want to transfer it over to a second computer, too, that uses the same account.
    Can I do this?

    Films can currently only be re-downloaded in the US (and I don't think that all films can be re-downloaded there). You can copy them over via, for example, a flash drive or external drive to your other computer and add them to that computer's iTunes via File > Add To Library, or you might be able to copy them over home sharing if your computers are on the same network.

  • Migrating data from one account to another on the same Mac

    One of the accounts on my Mac has been plagued with problems ever since the upgrade to Snow Leopard. Safari crashes when attaching photos along with other apps crashing as well.
    I just purchased one of the new iMacs (which is really sweet BTW) and used the migration assistant to move all accounts. It would seem that the "currupted" account followed and still has issues with crashing apps (none of the other accounts have this problem so its not system wide).
    What I want to do is create a new admin account and manually move all of my data. What would be the best way to accomplish this? Hopefully whatever is causing the crashing issue won't follow.
    Thanks for the help.

    you can manually copy only the data you need to the new account. use this post as a guide on what to copy
    http://discussions.apple.com/message.jspa?messageID=6185507
    when you copy stuff do it via a location that both accounts have read access to, say, /Users/Shared. log into the old account and copy what you need to /Users/shared. then log out log into the new account and copy those things back to the new home directory. copying rather than moving files will ensure that you won't have permissions issues later.

  • Copy data from one application to another in the same application set

    Hello everyone
    i hope you are all fit and fine
    i have a little question
    i have my source application with accounts
    and in my destination application, some accounts are like AppSource.Account1+AppSource.Account2 etc...
    when i write the logic
    i have to rename the dimensions both applications have in common
    use the instruction *skip_dim for the dimensions which are in the source application but not in the destination one
    and use instruction  *add_dim for the dimensions available in the destination app and not in the source app
    is that right?
    and can i write *add_dim dimension_name=all or do i have to precise a base level member
    and after that i wan simply use instructions like
    when AppSource.Account
    is Account 1, account 2
    rec (appDestination.Account)
    is my procedure correct please especially the syntax of *add_dim dimname=all?
    thanks a lot folks
    take care

    Hi Clarie,
    Your understanding is correct, except that you need to give precise baselevel member in *add_dim as you can not write data to parent member and regarding
    AppSource.Account1+AppSource.Account2
    This logic will work,
    *destination_app = appDestination
    //list add_dim,skip_dim,*rename_dim
    //assuming name of account dimension in source app is account
    *when account
    *is account1,account2
    rec(acct=account3)
    //acct is name of account dimension in destination application
    //where account3 is the member of destination application account dimension to which sum of account1 and account2 are to be written
    Hope this helps,
    Kranthi

  • Aol email... How do I move from one email to another in the ios7 system?

    iPad

    Could you clarify a little on what you're trying to do?
    Are you wanting to use more than one email? or are you wanting to change the email you have on the iPad? or something else?

  • How load data from One Infoobject to Another Infoobject?

    Hi GuRUS
    Any body has succeded in loading data from One Infoobject to Another Infoobject?
    Pls Let me kNow
    Regards
    Durai

    Hi Durai,
    Create export datasource on the info-object and then load the data to the other info-object.
    Check this link also:
    Re: How load data from Infoobject to another Infoobject?
    Bye
    Dinesh

  • ABAP Function Module Example to move data from one Cube into Another

    Hi experts,
    Can any please help out in this ..?
    A Simple ABAP Function Module Example to move data from one Cube into Another Cube
    (How do i send the data from one client to another client using Function moduel).
    Thanks
    -Upen.
    Moderator message: too vague, help not possible, please describe problems in all technical detail when posting again, BI related? ("cube"), also search for information before asking.
    Edited by: Thomas Zloch on Oct 29, 2010 1:19 PM

    This is the start routine to duplicate records in two currencies.
    DATA: datew   TYPE /bi0/oidateto,
          datew2  TYPE rsgeneral-chavl,
          fweek   TYPE rsgeneral-chavl,
          prodhier TYPE /bi0/oiprod_hier,
          market  TYPE /bic/oima_seg,
          segment TYPE /bic/oizsegment.
    DATA: BEGIN OF S_DATA_PACK OCCURS 0.
            INCLUDE STRUCTURE /BIC/CS8ZSDREV.
    DATA: END OF S_DATA_PACK.
    S_DATA_PACK[] = DATA_PACKAGE[].
      REFRESH DATA_PACKAGE.
      LOOP AT S_DATA_PACK.
        move-corresponding s_data_pack to DATA_PACKAGE.
        if DATA_PACKAGE-loc_currcy = 'EUR'.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalgrc.
          DATA_PACKAGE-CURRENCY = 'USD'.
          APPEND DATA_PACKAGE.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalloc.
          DATA_PACKAGE-CURRENCY = 'EUR'.
          APPEND DATA_PACKAGE.
        else.
          DATA_PACKAGE-netval_inv = DATA_PACKAGE-/bic/zsdvalgrc.
          DATA_PACKAGE-CURRENCY = 'USD'.
          APPEND DATA_PACKAGE.
        endif.
      ENDLOOP.
    This is to load Quantity field
    RESULT = COMM_STRUCTURE-BILL_QTY.
    This is to load Value field
    RESULT = COMM_STRUCTURE-NETVAL_INV.
    UNIT = COMM_STRUCTURE-currency.

  • Load data from one Application to another in BPC NW 7.5

    Hi
    I have a requirement to load data from One application to another application.
    eg. HR Plannning to CostCenter Planning.
    I am aware of a method to load data using transformation file mapping source and target dimensions and run DM package and this works fine.
    However, the challenge is if i try to automate this process then i will have to hardcode the application tech name and save as variant to use that in process chain. Now, if i hardcode the tech name of the application then it might happen that during full optimization the tech name might change and the automation load will fail.
    so how to handle this situation? any standard practices available?
    appreciate your inputs/thoughts.
    Regards.

    Hi,
    Exactly. The main problem is that there is no statement to transfer the data. Please take a look at the below link from help.sap:
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/f4/33f0bbc46c4a53860f1410f20ffb8b/content.htm
    Since the structure of both the applications is same, you dont require add_dim or rename_dim, etc. However, you definitely need the when statement.
    If you want to transfer all the records, then you can have something like
    *WHEN ACCOUNT
    *IS *
        *REC(EXPRESSION = %VALUE%)
    *ENDWHEN
    Hope this helps.

Maybe you are looking for

  • ITunes IS ERASING MY PURCHASED MUSIC

    Every month or so I discover an album or song missing. I haven't backed up my music in a while, and when I did an update on my iPod, the song was missing too. How do i get back my old muic? Do I have to rebuy everything I lost?   Windows XP  

  • Unable to update software in Nokia Ovi Suite & Nok...

    Hello,  I am using Nokia 5233(same as 5230) mobile phone from past several months. I reside in India. My phone's current Software version is 40.1.003  From phone I checked for new software update & got to know that latest version is 50.1.001  This up

  • How do I retrieve or reset my iCloud password?

    How do I retrieve or reset my iCloud password?

  • Transports backup during system refresh

    I have a requirement to take the backup of transports from QA system which are not yet imported into PRD as QA is getting refreshed.  After refresh, I would like to add these transports into queue and import them in sequence. Now I can get the list o

  • Question about malformed path

    Hi, I may have overlooked something very simple, but in the log files I get an error: For host x.x.x.x trying to GET /, uri-clean reports: CORE4393 malformed path /sun/webserver7/https-bravo/docs/http://bravo.simplymine.com. What does this error indi