BPC Intra-App Data transfer

We need to copy data from APP1 to APP2,  In APP1, the source members are all calculated members and in APP2 they are leaf members.  The member names are the same in both apps.  We've wrestled with CALC_DUMMY_ORG and have gotten records returned from APP1, but they're not loading to APP2.
We have a property in the source dim with a flag set to "Y" for those members that need to copy over, so our WHEN statement says *WHEN Dim.Property
*IS "Y"
Any help would be apprecated.
Thanks
Tom

Hi Tom,
I always do it a little bit different, but it works.
I create a dimension in the source application with an extra property called somethin like: 'link_to_consol'. I set the value for all base members to which account the number must go in the destination app.
The following piece of logic does in this case the trick:
//this logic will copy the data from GL to CONSOL
*xdim_memberset intco=<all>
*xdim_memberset accountGL=<all>
*xdim_memberset finspec=<all>
*xdim_memberset costcenter=<all>
*xdim_memberset jobnr=<all>
*xdim_memberset groups=LC
*calculate_difference
*DESTINATION_APP =CONSOL
*SKIP_DIM = jobnr
*RENAME_DIM AccountGL = Account
*ADD_DIM Datasrc = dUPLOAD
*clear_destination
*WHEN accountgl.link_to_consol
*IS <> ""
    *REC(AccountGL=AccountGL.Link_TO_Consol)
*ENDWHEN
*COMMIT
Alwin

Similar Messages

  • App data transfer

    I just got a new iphone 4S and I'm wanting to transfer my apps, etc from my old iphone however the game data doesnt seem to be changing over I have tried numerous times to restore from back-ups but when I go into the games on my new iphone they start from the beginning Please can someone help??
    Thanks,
    Cheryl

    App data is stored in only two places: 1. On your device, and 2. As part of your device's backup. To get the app data on your iPad would require restoring from the backup of your iPhone. The restore from backup process is all or nothing.

  • Transfer app data from one laptop to another?

    Not quite sure if this is the right place for this question but I'll give it a shot...
    I've recently got a new laptop and haven't yet plugged my iPod into it yet as I'm wary about losing all my app data. I've tried searching the internet but I haven't really found anything that helps.
    So my question - if you transfer apps and stuff from one laptop to another will all the data stay with it (over home sharing or external harddrive) or will it clear all the data once I connect my ipod? Is it even possible to keep the app data?
    Please help, I'm desperate to put more music on my iPod and can't use my old laptop to do it as I can't install the latest iTunes due to lack of memory.
    Thank you
    Message was edited by: LeenaBear

    Welcome to the Apple Community.
    If you follow the method of copying the entire iTunes folder from the old to new computer here, you shouldn't have any problems.

  • I have 2 apple id's with different apps and data saved under each.  It's very annoying so now I want to create a new id with my primary email address I use now.  If I do that is there any way to transfer all my saved apps and app data like game saves etc?

    I have 2 apple id's with different apps and data saved under each.  It's very annoying so now I want to create a new id with my primary email address I use now.  If I do that is there any way to transfer all my saved apps and app data like game saves etc so I don't lose all of that information and can easily switch to a singular apple id?

    Apple does not transfer content bought with one Apple ID to another Apple ID. Apple will not merge two Apple IDs.
    If most of your content was bought with the Yahoo! Apple ID but you now want the Gmail address for your Apple ID, the trick will be to change the address used for the Yahoo ID with the Gmail address. However, to do that you must first free the Gmail address from that other Apple ID. Use the instructions from Apple to substitute another address that is not used as an Apple ID for your Gmail address in the Apple ID with the Gmail address. Then, when the Gmail address is no longer used in an Apple ID, you can use the same instructions to substitute the Gmail address for the Yahoo address in the Apple ID with the Yahoo address.
    Changing the email address you use for your Apple ID -
    http://support.apple.com/kb/HT5621

  • Tried to transfer all my data to iPhone 5 from iPhone 3GS lost my email and app data?  Do you why and how I can fix this?

    Hi...
    Tried to transfer all my data to iPhone 5 from iPhone 3GS lost ONLY my email and app data?  But weird thing is, its still on my old phone!!!
    Do you know why and how I can fix this? 
    Shelley

    How did you "try" to transfer this data? The only way to restore App data is by restoring from a backup that contains the App data, then syncing the Apps back to the phone. Emails are not included in any iPhone backup, only account settings.

  • Any data transfer app (wifi)?

    Is there an app that would allow data transfer via Wifi (to a server or other computer) for the purpose of transferring videos I edited in iMovie on the IP4 without having to get them super compressed as it's currenty done on the iPhone?

    Not sure if you've found the answer.
    Apple has some thoughts:
    http://docs.info.apple.com/article.html?artnum=301580
    Not sure if this is your precise issue. You don't give us enough of the error msgs.

  • Can i transfer app data form my old iphone to my new one? i.e, angry birds

    can i transfer app data form my old iphone to my new one? i.e, angry birds

    Make a backup of the current phone, and restore the new phone from the backup.  When you do that, your new phone should be a mirror image of your old phone.
    http://support.apple.com/kb/ht1414
    ^ Will walk you through making a backup, and then restoring from the backup.

  • Is App data transfered to my new Mac when I click "Transfer Purchases"?

    I've been using my iPhone on a PC, it died, and I bought a Mac Pro. I am trying to sync my phone to the new Mac. I transferred all my purchases off the phone, synced contacts, notes, and photos. Now I want to enable syncing of Apps and Music.
    I know the Music will be wiped, no problem. And I know the Apps will be wiped and replaced with the apps transfered to the Mac. But what about the App data?
    I've searched the forum but I can't find an answer as to whether or not the App data is transferred off the iPhone when I went through the "Transfer Purchases" stuff. And I REALLY don't want to lose the app data!
    For example I use an app to track my smoking habits so I can cut down on smoking and eventually quit (Down from a pack a day to half a pack in just a month!).
    Any help will be appreciated.

    I'll answer my own question for anyone else that needs the answer.
    The answer is YES.
    I backed up my iPhone first (Right click on iPhone under devices and click backup) and then checked the Sync applications box on the applications tab and synced. It worked.
    I want to thank myself tremendously for all my help! I really couldn't have done it without me.

  • I want To transfer my Old andriod whats app data in my New Iphone 5

    can Any body help me how can i transfer my old andriod  whats app data in My New Iphone 5 ?

    Unless the app is available from the iTunes app store, you are out of luck.  There are many Android apps that are not available on the iPhone and likewise many iPhone apps not avaliable on Android.

  • Set target app for Data Transfer API

    I am developing an app in which I need to implement sharing to facebook ,Twitter,LinkedIn and Google Plus. We do not have proper easy going SDKs available for all these services. So I tried using Data Transfer API from microsoft but I want to set the target
    app for this such that when the publishing gets done it returns to my app. Is it possible? Can somebody help?

    No it's not possible with the datatransfer api. You set some content you want to share and the user neeed to select the target app
    Microsoft Certified Solutions Developer - Windows Store Apps Using C#

  • How do I transfer App data from iPod Touch to a new iPhone?

    When I restore from my iPod backup, the Apps that came with my iPhone are deleted. Where are the data files located so that a couple of games and other App data files can be moved over?

    You can sync as many devices as you want to the same iTunes library, there is no limit. You can have the same content on each device or different content, the choice is yours. iTunes will keep everything straight, by device, upon subsequent syncs. Every time you sync, the first thing done is a backup. On your phone, if it didn't have as much storage space as your touch, you could have still used the backup of your touch to first restore your phone, then just not sync as much content to the phone. You can also easily change the name of your devices, anytime you want, in iTunes. You should, in fact, give each one a unique name, just to keep things straight.

  • How to transfer SOME apps + app data from one iPad to another

    I have an iPad1 that has tons of apps on it (I call it my app graveyard).
    I have an iPad2 that has my primary apps and this is the iPad that I use on a daily basis.
    I want to move an App and the Saved Data from the iPad1 to the iPad2. How do I do this?
    Again, I don't want to restore everything... just a couple of Apps + their SAVED data from my iPad1 to my iPad2.
    Any help would be greatly appreciated!

    When you restore from a backup - the process is an "all or nothing" deal. You restore all app data and settings. You cannot select just one set of app data to restore.
    You can download the one app only to the other iPad but you cannot restore the data from just one app. It's just not possible to do.

  • Backing up and restoring app data of an App World (BlackBerry World) app

    I'd like to do a security wipe on my old Bold 9700 and then reinstall/restore an App World (BlackBerry World) app that I purchased with the same BlackBerry ID.
    1. Can I reinstall an app via App World after a security wipe?
    2. WIll the app data (e.g. game scores) be restored?
    3. I did a full back up with BDS7, if reinstalling the app on a security wiped phone does not reinstate the app data, can I retrieve the app data by restoring the app from the backup?
    4. What about copying the .rem files of the App World folder of the app to my computer, reinstalling the app via App World and then copying the .rem files back to the Blackberry? Or is there another location I should look for the app data?
    Thank you in advance.

    Hi and Welcome to the Community!
    To re-install your apps, please see this KB:
    KB17625 How to install or transfer previously purchased applications from BlackBerry App World to a BlackBerry smartphone
    HandsomeP wrote:
    2. WIll the app data (e.g. game scores) be restored?
    That I'm not sure of...it likely depends on how the scores are stored. If they are stored on the device, then it might be able to re-obtain that information after you reinstall the app. Likewise, if they are stored on some server somewhere, it might be able to do so. But there's really no way for anyone but the app developer to know for sure. If I were you, I'd prepare myself for those being lost as a result of this activity.
    HandsomeP wrote:
    3. I did a full back up with BDS7, if reinstalling the app on a security wiped phone does not reinstate the app data, can I retrieve the app data by restoring the app from the backup?
    Maybe -- again, it depends on how the app works, which only the app developer can say. Some apps store data in AppMemory (which is what gets backed up), others store their data in Device or Media Card Memory (which is not necessarily backed up). And it may well be moot anyway, depending on how the developer coded the app.
    HandsomeP wrote:
    4. What about copying the .rem files of the App World folder of the app to my computer, reinstalling the app via App World and then copying the .rem files back to the Blackberry? Or is there another location I should look for the app data?
    Same issue...it all depends on how the developer coded the app. If the coded it to ignore any stored data anywhere each time the app is installed, then you can't force it to read anything, regardless of where you might restore it to. But, again, only the developer of the app can tell you what will happen in these circumstances.
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Issues with data transfer / connectivi​ty

    Hi,
    I bought a Curve 8320 last week and activated BIS. The issue that I am facing is:
    - Mails do not get delivered and connectivity to the internet is lost even though the data signal (EDGE) is available. I can see an upload arrow flashing on the right top corner
    - What I have noticed is that the connectivity gets resumed when I do any of the following:
    a. Switch on WiFi (immediately the data connection starts receiving and sending messages and internet connectivity is resumed). Even after switching off the WiFi, it works fine
    b. Switch off the device and restart
    Can someone help me? Please let me know if you need any more details.
    Thanks

    You can try using FExplorer and using it to delete the file C:\system\shareddata\101ff93b.ini from the phone. It should reset the Data Transfer app.
    FExplorer you can find here:
    http://www.gosymbian.com

  • I can't find a way to preserve app data while upgrade from iOS 3 to 4

    During the weekend I am helping one family member to upgrade the iOS on her iPhone 3G from 3.1 to the latest available, 4.2.1, and I ran into a problem which mades me frustrated.
    Before the upgrade, iTunes warns me "Upgrading to iOS 4.2 will delete all of the apps and media......" and suggest me that I should apply this update on teh compuetr where I syn apps, music, videos, and photos from.
    The problem is, this user has  never sync it with a computer. She had been using this phone for over 2 years, she has 5 pages worth of apps, and of course she would have data in some apps.   She has no problem letting me make my computer as THE computer that her iPhone syncs to, and I even created a new iTunes profile for her, authorized her Apple ID, and transferred her purchase into iTunes.  But when I check "Syn App" on, it tells me that all apps and data on the iPhone will be replaced with the data in the iTunes library. Well, I know what this is about, this is like.. one way overwrite type of sychronization.
    But when I looked over everything again,  it seems like in the iOS3 era, if you don't sync your apps with a computer on day 1 before you start using the phone, you permanately lose the ability to backup the apps' data and restore to another device?  I like to emphasize again that my focus is in data, not apps, I know I could transfer purchases from phone A to iTunes to phone B, it's the inability of backing up data makes me frustrated.
    Do I miss anything here?  Is there still a way I could upgrade this phone from iOS 3 to iOS4, without losing her app data?

    iTunes is required to initially activate the phone. Back when the iPhone 3G was sold, you would take it out of the box and see a "Connect to iTunes" screen. She HAD to connect to a computer in order to begin using the phone. Does she remember what computer this was?

Maybe you are looking for

  • Apple TV and Computer Sleep

    I am wondering if there is any way to keep my desktop computer from sleeping when it is attempting to sync a movie with iTunes, or when I am streaming content from my computer. Does anyone know how to do this without setting the computer to where it

  • "Lag" when Nautilus is opened with NTFS partition mounted

    Hi, I have a problem with Nautilus 3.14. I have a mounted shared Windows partition with the options below in fstab: defaults,nls=utf8,umask=000,uid=1000,gid=1000,windows_names,hide_dot_files,hide_hid_files Everytime I open Nautilus, it "lags" (I don'

  • Resume and job application hardware and software?

    What software and hardware is best/most efficient/stable to send out resume and fill in job applications? I have 1-15 minutes of time slots that I would like to use to find a better job. I would like to find something small enough to carry with me an

  • Having issues with my iphone 5 on wi-fi- does not automatically pick up wifi and doesnt remember passwords

    I just picked up my iphone 5 yesterday and I am having issues with wifi. When I tried wifi for the first time I selected my home network and entered in the password for the network and found out the following issues: 1) if you turn off wifi or turn o

  • Invoice hold workflow is not fetching the approver from ame

    Hi, I'm trying to get the next approver(3rd level) in wf process from ame through profile option, but it's not fetching the approver. my query is SELECT persion_id||employee_id FROM fnd_user WHERE employee_id = fnd_profile.VALUE('MG_AP09_PAYABLES_SUP