Moving activities from one track to another

Hi,
I was wondering whether it's possible to move activities (not activated nor transported yet) from one track to another.
Here's our setup:
Project is divided into 2 phases:
Phase A is completed developed - Still waiting for the results of UAT.
Phase B is now under development.
Since we can still expect issues to pop up after the UAT of phase A, we don't want to mess up phase A source with ongoing phase B development. So, we are planning the copy NWDI track A to track B in order to start developing  for phase B without touching track A. After successfull UAT of phase A we plan to merge track B files back again to track A.
Is this possible within NWDI?
Thank you,
Joren Crauwels

Hi,
I assume what you are looking for is the concept of Track Connections.
Please review these guides:
Best Practices: Track design for ongoing development
Best Practices for NWDI: Track design for ongoing development
Best Practices for running the NWDI
Best Practices for Running the NWDI
Maintenance of an NWDI-Driven System Landscape
http://help.sap.com/saphelp_nw70/helpdata/en/43/26b84d6c823f66e10000000a11466f/frameset.htm
Best Regards,
Ervin

Similar Messages

  • Moving DC from one Track to another track in NMDI??

    Hi,
    we need a hint if (and, of course, which way)  we can move a DC between two tracks in NWDI??
    I had developed a DC in the wrong track, so  i have to move it to another.
    It  is a WebDynpro-Project...
    Regards
    Bernhard

    hi,
    between tracks you can transport SCs (by transporting them with the CMS - with the 'forward' button) but in your case in both tracks should be defined the SC which contains the DC, and after u transport the SC, you should delete the DC in the source track
    more tricky is if you want to move a DC from SC to SC, because when u try to create the DC in the new compartment, the SLD will fail with error like "dc name exists", and in this case you can use the dctool which can be found in the NWDS/eclipse/tools/dc/
    N.B! - if you transport a SC between tracks, all other changes made in this SC in the source track ll be transported also to the target track
    hmm, there's another way, if you can remember the activities which creates this DC, and if their imports into "Consolidation" don't contain other activities (if the activities for the DC are not released together with other acts), you can use the cmstool (NWDS/eclipse/tools/cmstool) to transport only these activities, but you should not use this if these activities have predecessors.
    and remember that for these transports you need cms transport permissions & checkin dtr permissions
    best regards
    atanas

  • How do you copy automation from one track to another?

    How do you copy automation from one track to another? Occassionally I mistakenly blow away a track's automation. I open up an earlier version of the song to try to get the automation. It doesn't seem that you can copy and paste the data. After some struggle, I find a way. Is there an easy way?

    1. Copy the track containing the desired automation to another track. (create a track below it to keep things organized)
    2. Double click on the region and delete the notes.
    3. Now copy the region to the desired track.
    P.S. Of course when Logic asks if you want to copy the automation data you say yes)

  • How can I script moving paths from one file to another?

    Hello. I have 1 image with various color correction layers. The other is the exact same size but only contains paths. How can I script moving paths from one file to another? Thanks, in advance, for any help you can offer. Thanks!

    Thanks! This one actually worked for me. Thanks for your help.
    http://forums.adobe.com/message/3305389#3305389

  • Moving images from one library to another; or how to have 2 libraries open at the same time in Aperture 2

    This may be something easy but for some reason I am having a hard time figuring this out. Basically this is the situation: I have a library on my MBP hd that I import pictures to when I am not hooked up to my external hd for the time being. The main library is of course on the external 2tb drive. How do I have 2 libraries open so that I can essentially drag and drop the pictures from one library to another? It would basically be like moving files from one project to another. Thanks for any help!

    Always keep a backup of your original images, before you delete them. I make a backup right form the card, before I even import them to Aperture.
    How are your images stored right now? Are the referenced or managed? On your big volume I'd consolidate the newly imported images, to be sure they are really inside the Aperture library before I delete any images outside the library.
    but they have the little yellow triangle caution symbol on them and I can see them but not really edit them
    That is a very typical problem, when you imported your images as referenced images then somehow delete or move the original master image files, that are stored outside the Aperture library.
    Do you still have the original masters of the images with the yellow triangle that you cannot edit? In Aperture 3 you can point Aperture to the location of the master image file "File >Locate referenced image" - probably Aperture 2 has a similar command to let you reconnect your masters, if you still have them. Look into the manual.

  • Moving Image from one Review to Another?

    I attempted to upload an image (open in Photoshop) to a specific review. However, I could not see the desired review in the Photoshop CS Review panel. Out of frustration - after attempting to "find" the desired review for several minutes - I uploaded the image to another review and then went online, using Safari, to Acrobat.com.
    There is no visible means of moving an image from one review to another. There is a way of dragging one review (with all sub-images) to another location. But I can't see a way of moving a sub-image from one review to another review.
    IF there is some "magic" that someone knows I would sure appreciate some education.

    This works quite well for a single image review. I've moved them from one workspace to another. The issue is when a review has multiple images and you want to take only one of them from that review and move it to another review in another workspace; I can't seem to get that to work at all.
    When I open a review and navigate to the desired image, then click in the lower left corner and select a new workspace to move the image to, it moves the entire review - not the single image - to the new workspace.
    I guess I could delete the "part" from the workspace it currently exists in and then create it as a stand alone review, but then I won't be able to imbed it into another review as I want to do.
    The source frustration here is that I can't get CS Review in CSPS5 to navigate to the desired workspace/review. I get "ALL REVIEWS" displayed but not the workspaces... Any ideas on how to display workspaces instead of reviews?

  • Moving Stack from one folder to another?

    Is there a way to keep a stack together while moving it from one folder to another. When I grab the stack and drop it to a folder, I view the folder and the images are no longer in a stack. It would save me a lot of time if they would stay stacked. Am I missing something?
    Thank you.

    Well your code is unreadable because you didn't post it properly, but I'd guess you've fallen into the old multiple-delete trap in a new way. It's like this:
    To start with you have messages numbered 0, 1, and 2, let's say. So you write a loop that lets i run from 0 to 2 and delete message number i in the loop. What really happens? The first time through the loop you delete message number 0, after which you are left with messages numbered 0 and 1. The second time through the loop you delete message number 1, after which you are left with message 0 only. The third time through the loop you delete message 2, which isn't there and you get that message.
    That's just a guess, I didn't have the patience to read that ugly unformatted code. There are two ways to do the multiple delete properly, if that's actually your problem: (1) run the loop upwards from 0 and always delete message 0; (2) run the loop downwards from N-1 to 0 and delete message i.

  • Moving personalization from one instance to another.

    Hi All,
    Could anyone guide me with the steps of moving personalizations from one istance to another..
    I tried this syntax..
    FNDLOAD <userid>/<password> 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct <filename.ldt> FND_FORM_CUSTOM_RULES form_name=<form name>
    what could be the filename.ldt location,
    should i execute this from putty on unix box...
    Regards, Ashish
    Edited by: Ashish on Aug 30, 2010 9:59 AM

    Ashish,
    I am followin that document, but it does not tell me where do i execute the script.. Please if you could..Run the command on the server as applmgr user and after sourcing the application env file. You can run the command anywhere provided that the directory is writable by applmgr user.
    Thanks,
    Hussein

  • Moving Itunes From one computer to another

    HI,
    Can anyone offer advice for moving Itunes from one laptop to another? The original laptop that has my itunes on it, has broke, it froze and will not operate. Rather that lose all my purchased music and playlists i would like to swap it to another laptop. Can anyone advise if this will be possible and how to do it? Both laptops have windows XP installed
    thanks
    Arlene

    Hi
    I am having a similar problem- when I record from Itunes to a cd it only works in "Data cd" format in the advanced tab. That's okay, but when I re-insert the cd and try to import it, it doesn't show anything- it plays in Itunes okay. There aren't any little boxes to check for selecting any songs and if I try to use the import function, it shows as blank.(file type shows as .txt) I am using Itunes 6- would Itunes 7 help this?
    thanks- I have a lot of music to transfer and this is a problem.
    Max

  • Moving tabs from one window to another makes the new window vanish. I have hot corners enabled so when I move up to the right corner of my display I can see all my open windows but when I click on the tab that I moved to make it its own window it vanishes

    Moving tabs from one window to another makes the new window vanish. I have hot corners enabled so when I move up to the right corner of my display I can see all my open windows but when I click on the tab that I moved to make it its own window it vanishes

    I came up with an alternative solution.
    Instead of actually trying to move the JInternalFrame from one JDesktopPane to another, I added a single, maximized JInternalFrame to the left side. When one of the right side frames is to be docked, I merely copy its ContentPane to the single JInternalFrame on the left, set the original to be non-visible, and adjust the properties of the JSplitPane to make the "docked" frame appear.
    When the "close" button on the docked frame is pressed, I simply undo this procedure to "undock" the frame and redisplay it on the right-hand side (with its content intact from the docked frame, but in its original position).

  • Copy custom code from one track to another track

    How can we copy only new code from one track to another track. We don't want to merge the other DCs exisitng between 2 tracks. Is it possible through track connection? Pls give your valuable suggestions.
    Thanks,
    Santha

    HI,
    you just want to copy new code?
    i really dont understand this question.
    but as per my understanding
    1. you can copy a whole track..through track connection.
    2. You can do one thing if just want to copy new code, use NWDS and copy new changes into other tracks DC. it will be good.
    3. there is option for workspace comparision and integration. think of it, if suitable.

  • Moving Subtitles from one project to another

    To make work on a project more efficient, we started a project on one computer with only the film track for subtitling, whilst authoring the DVD on an other computer, another project.
    So, how do we move the subtitles created in one DVDSP project into another project?
    I cannot see that the subtitle stream creates its own asset, which could be imported into the authoring project, and DVDSP refuses me to copy the subtitles to past them into the "real" project and I find no export options which seem to apply.
    Humbly seeking help.

    Sorry Per - there is no direct way of moving the subs from one project to another, or exporting them directly as an asset. The very best advice is to construct subtitles outside of DVDSP as a text file which you can then import, edit, alter exactly as you want. I suspect it's beyond that point for you now, though!
    However, if you use the app 'Subtitler' then you can export an item description of your DVDSP track and extract the subtitles from it in STL format.
    Another thing to do is to export the track from one project as an asset and import it into the new project, but then replace the video and audio elements with the correct pieces that you need to use. It's a lot more messy than simply having a text file for the subs, but could get you out of a hole.

  • Moving Variable from one class to another.

    I need to get a Variable from one class to another how would I do this?

    Well this is a very tipical scehario for every enterprise application. You always create logger classes that generate log files for your application, as that is the only way to track errors in your system when its in the production enviorment.
    Just create a simple class that acts as the Logger, and have a method in it that accepts a variable of the type that you are are trying to pass; most commonly a String; but can be overloaded to accept constom classes. e.g.
    class Logger
      public void log(String message)
        writeToFile("< " + new Date() + " > " + message);
      public void log(CustomClass queueEvent)
        log("queue message was: " + queueEvent.getMessage() + " at: " + queueEven.getEventTime());
    }Hope this makes things clearer
    Regards
    Omer

  • [JS CS3] Moving pages from one doc to another

    I'm having trouble understanding the pages.move method, when used to move pages from one file to another. With one ID file open, I want to create another file, and then move pages from the first file to the second. At this point, the new, second file is untitled. Must I save it first? Here is what I have so far...
    var oldDocument = app.activeDocument;
    var newDocument = app.documents.add();
    // Move pages
    oldDocument.pages.itemByRange(0,1).move(LocationOptions.after,newDocument.pages[-1]);
    I'm having trouble figuring out how to reference both documents properly.

    Dave, that was it! I didn't realize that the Move method actually "moved" the pages. I assumed it copied the pages, similar to the move pages dialog without the "delete pages after moving" option checked. But I see now that what I really want to use is the "duplicate" method, which will allow me to copy the page from a one-page document into another document. Thanks!

  • Moving app from one screen to another fails very often

    I'm using the feature to manually move apps from one screen to another on iPhones. It works very smooth without any problem on these devices.
    On my iPad 3 I've some trouble with that feature. 1 out of 20 tries works. It makes no difference if moved slow, fast or concentrated - it fails too often.
    Spoken with other people using iPad leads to the results the problem also exists on iPad 2. So what happens? You switch to edit mode by holding the "Home" button and wait until the apps are vibrating. Now you put a finger over an app, hold them and move them to the right or left display border. Instead of switching to the next screen the icon jumps back to it's original position. Different people tried it on my iPad and all of them failed in the given rate.
    Workaround is to use the shortcut bar on the bottom or to use iTunes from Mac or PC. I've also noticed that most of the time a "close" request of an application (by hitting the "-" sign on an app icon) failed if the app is on the border of the display. This happens randomly and you feel you missed the "-" sign so repeating the operation. But if you concentrate on it you will notice it doesn't respond properly.
    As a result my impression is the touchscreen functionality is not as good as on iPhone. Where I have no problem at all with both operations. As other people also suffer from this issues it must be related to the iPad screen.

    Yes by restoring the iPhone from the backup of the Pod.  The app has to be in the iTunes library of the computer on which you do the restore.

Maybe you are looking for

  • X1 Carbon 2015 : Cracking sound speaker, especially with Dolby on (and other issues)

    Hi all, I just received my new X1 Carbon 2015. This is the first time I purchase a Lenovo Device after years with Dell. Unfortunately, the sound quality is horrible, but I am not sure if this is by design of if the laptop is faulty.. The sound is ver

  • OSB Installation in production environment

    I am trying to install OSB 11g in production mode. But, the problem is its always pointing to the evaluation database, even though I don't require any DB (not using the reporting feature or OWSM). I saw the following workaround and it worked fine, bu

  • Limiting auth for FAGLB03 by Profit Center

    I am looking to limit the info that can be pulled from transaction FAGLB03 by profit center. I have tried adding profit center auth objects to the role.  I also used SU24- turning on K_PCA from No to Yes, but the user is still able to pull all data.

  • Need help installing plugins into Premiere Elements 11

    I'm editing a music video in Premiere Elements 11, and I'm dissatified with the usual transitions. I went on the internet and found new transition plugins. The problem now is that I don't know how to import the transition plugins into Premiere Elemen

  • Cloning oracle apps R12

    hello experts, i am using metalink doc 406982.1 for cloning procedures. but i would like to know that do i need to shut down database or application tiers while preparing applications for cloning?? it is not asked to shut down any tier while you run