How does CHaRM include pre-existing CR?

Gurus:
We have just configured CHARM for our ECC systems.
Before this we use STMS to transport CR (change requests). Therefore we have some "old" CRs that are NOT  included in any
project.
Could you please tell me how to include those CRs into a project that is under the control of CHARM?
Thanks a lot!

Hey Laura-
You'll need to first create the new ChaRm controlled change request (and then transport request) from Solution Manager. The next step would be to Merge the contents of the "old" transport request with the "new" ChaRm request.
Once the contents have been merged it will automatically release the locks contained within the "old" transport request and delete it. This procedure works for transport requests that have not yet been released.
Hope this helps

Similar Messages

  • How do I find and include pre-existing music files on my PC?

    I'm new to iTunes and believe that I should be able to find and include pre-existing music files on my PC?
    I've found out how to show the menu bar but I can't see how to do the above except file/folder by file/folder.

    Hello there, LeighCenturion.
    The following Knowledge Base article provides instruction on how to add content from your computer to iTunes:
    Adding music and other content to iTunes
    http://support.apple.com/kb/HT1473#2
    Specifically:                     
    Adding content on your computer to iTunes
    iTunes helps you add digital audio and video files on your computer directly to your iTunes library. You can add audio files that are in AAC, MP3, WAV, AIFF, Apple Lossless, or Audible.com (.aa) format. If you have unprotected WMA content, iTunes for Windows can convert these files to one of these formats. You can also add video content in QuickTime or MPEG-4 format to iTunes. To learn how to add these files to iTunes follow the steps below.
    Open iTunes
    From the File menu, choose one of the following choices:
    MacAdd to Library
    Windows
    Add File to Library
    Add Folder to Library
    Navigate to and select the file or folder that you want to add
    If iTunes is set to "Copy files to the iTunes Music folder when adding to library," iTunes will copy all content that is added to the iTunes library to the iTunes Music folder. To adjust this setting or change the location of this folder, go to the Advanced tab in iTunes Preferences.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How does CHARM handle 3rd party provided exteranl transports

    Frequently  some vendors (e.g. BSI , etc) will provide some transports for ECC.
    How to use CHARM to handle those 3rd party external tp?
    Thanks for your help.

    You can import the transports manually to your Dev (save the data files and cofiles in the same /usr/sap/trans and use STMS to add to buffer, you may have to change the project status switch for that), then create a CR document in SolMan as usual, create transport(s) from SolMan and include the external transport(s).
    Regards,
    Raquel

  • While using Build App installer, how does one include drivers for hardware

    I have a LabView vi and I would like to create an application to be installed on a different computer that also requires a PCI-6503 digital IO card for the purpose. While using Build Application to create the installer, is there a way I can include the necessary hardware drivers for the DIO card?
       Thanks.
        -Bahadir

    Hi Bahadir,
    Your request for the option of including specific drivers (in your case NI-DAQmx)
    with the installer of your executable is something that is something we have
    heard from many customers. With any version of LabVIEW up to 7.1.1, you have
    always had to install the drivers separately or in best case by creating your
    own *.bat file that defines the installation procedure of the driver.
    However, LabVIEW 8 is here for
    your rescue! We have listened to our customers and now you have the simple
    option of putting a checkmark for the option of the driver you want to be
    distributed with your installer. Check these options from the Installer
    Provider:
    Please read more about the new possibilities with LabVIEW 8 from this tutorial:
    Distributing
    Applications with the LabVIEW Application Builder
    The best part of it all is that you can try it all
    (including Application Builder) out by downloading the Evaluation version here:
    LabVIEW
    8 Evaluation Software Download
    Notice that the Evaluation version of LabVIEW 8 is similar
    to the Professional Development System, except from a watermark and the fact
    that is only runs for 30 days. Everything else is possible!!!
    Try out LabVIEW 8 and check out all the other places we have
    listened to our customers...
    Have fun!
    - Philip Courtois, Thinkbot Solutions

  • How does one include a counter in an applet?

    By counter, I mean you have a number in a label or text box and up/down arrows immediately to the right of it, when you press the down arrow the number goes down and vice versa for the up arrow.

    I added a window listener so the default close operation for the
    window manager can be used. The previous was not able to respond
    to window manager events.
    import java.awt.*;
    import java.awt.event.*;
    public class Counter extends Frame implements ActionListener {
    private Label label;
    private Button up, down;
    private static int number = 0;
    public Counter() {
         super("Test");
         setLayout(new FlowLayout());
         label = new Label(Integer.toString(number));
         up = new Button("Up");
         down = new Button("Down");
         add(label);
         add(up);
         add(down);
         up.addActionListener(Counter.this);
         down.addActionListener(Counter.this);
         addWindowListener(new WindowAdapter() {
         public void windowClosing(WindowEvent e) { dispose();}
         pack();
         setVisible(true);
    public void actionPerformed(ActionEvent ae) {
         if (ae.getSource() == up) {
         label.setText(Integer.toString(++number));
         if (ae.getSource() == down) {
         label.setText(Integer.toString(--number));
    public static void main(String args[]) {
         new Counter();
    This below should do it. It does not listen for a
    default close so
    you might have to stop it by doing a Control-C.
    This was compiled with and works with SDK 1.4.1_02.
    import java.awt.*;
    import java.awt.event.*;
    public class Counter extends Frame implements
    ActionListener {
    private Label label;
    private Button up, down;
    private static int number = 0;
    public Counter() {
    super("Test");
    setLayout(new FlowLayout());
    label = new
    label = new Label(Integer.toString(number));
    up = new Button("Up");
    down = new Button("Down");
    add(label);
    add(up);
    add(down);
    up.addActionListener(Counter.this);
    down.addActionListener(Counter.this);
    pack();
    setVisible(true);
    public void actionPerformed(ActionEvent ae) {
    if (ae.getSource() == up) {
    label.setText(Integer.toString(++number));
    if (ae.getSource() == down) {
    label.setText(Integer.toString(--number));
    public static void main(String args[]) {
    new Counter();

  • When I sync my ipod to add new material, sometimes itunes will automatically rearrange the song order of my pre-existing albums by number of plays. Why does it do this? And is there a way to stop it?

    When I add an album to itunes and subsequently to my ipod, everything is arranged by track number of the album. Sometimes when I sync in order to add new material to my ipod, itunes for some reason automatically rearranges some of my pre-existing material by songs with the greatest number of plays to least (though sometimes it seems to be completely random). When I check itunes on my computer, everything still appears to be in order but the way it appears on the device often is in the previously mentioned disorder. Why does it do this? Is there any setting that I can adjust to make it stop because the only way I've found so far is to delete the rearranged material and re-import the cd and then re-sync. It might sound picky, but I prefer that my music be in order by track number as the artists themselves intended for various reasons the foremost being that I often listen to whole albums from start to finish and this glitch makes such problematic. I have found some settings in preferences that focus on how material is arranged but this seemed to be focused on the actual folders where the music is located on my hard drive and not the way it appears on the ipod. If anyone knows the reason it does this or has suggestions on fixing it, I would be greatly appreciative. Thanks.

    Did the original songs that do not appear on the car player play in the Music app on the iPod? Sometimes glitches happen and they do not. Also, If y ohave a 5G iPod/iOS 7, purchase songs  will show with an cloud icon by them if they are not downloaded if Shall All is turned on in Settings>iTunes and App Store

  • Importing pre-existing source tree... how?

    I am working with a group on some projects making heavy use of struts, ant, jUnit, xdoclet, and some other stuff. They have avoided tying their project to any one IDE.
    I want to use JDeveloper, which I'm fairly new to, but when I try to import pre-existing source jdev rearranges everything in the project navigation window to suit its preferred source tree structure.
    This doesn't work at all with this project.
    Is there any way I can get jDeveloper to respect/display the pre-existing source tree structure? It looks a little something like this...
    /web
    /src
    /config
    /test
    /build
    /........etc....
    We already have very complex ant scripts to handle everything, and it's hard to logically hunt down some of the files needed in a given situation without the tree.

    I got my 'Applet' working but now can't get an 'Application' to execute in netBeans...
    APPLET FIX:
    - Execute steps 1 & 2 as sabre posted in first respone to my original post.
    - Right click the source file and click Properties
    - Under Execution change... Executer External Execution to Applet Execution
    - Now right click the source file and click Execute.
    - netBeans will create the HTML file for you and it will popup and execute the applet.
    APPLICATION PROBLEM:
    - Error I get & source below
    - What is it that netBeans wants or doesn't like about this java application ??
    Thanks for the continuing help - I'm still missing something simple, I know. - Will
    netBeans ERROR MESSAGE:
    javac: invalid flag: C:\Documents and Settings\Will\MyJava\Project_1_Src\Project_1_Pkg\HelloWorldApp.Java
    Usage: javac <options> <source files>
    where possible options include:
    -g Generate all debugging info
    -g:none Generate no debugging info
    -g:{lines,vars,source} Generate only some debugging info
    -nowarn Generate no warnings
    -verbose Output messages about what the compiler is doing
    -deprecation Output source locations where deprecated APIs are used
    -classpath <path> Specify where to find user class files
    -sourcepath <path> Specify where to find input source files
    -bootclasspath <path> Override location of bootstrap class files
    -extdirs <dirs> Override location of installed extensions
    -d <directory> Specify where to place generated class files
    -encoding <encoding> Specify character encoding used by source files
    -source <release> Provide source compatibility with specified release
    -target <release> Generate class files for specific VM version
    -help Print a synopsis of standard options
    Errors compiling HelloWorldApp.
    SOURCE CODE:
    // Here is the Application Source...
    /*** From the Java Help Tutorial
    public class HelloWorldApp {
    public static void main(String[] args) {
    // Display "Hello World!"
    System.out.println("Hello World!");
    // End Application source

  • HT5616 I have an apple id; but when I try to sign in to iCloud, I get the msg that the apple id is not an iCloud account.  However, apple was able to bill me for my non-existent iCloud account.  How does that happen?

    I have an apple id; but when I try to sign in to iCloud, I get the msg that the apple id is not an iCloud account.  However, apple was able to bill me for my non-existent iCloud account.  How does that happen?

    If you didn't create an iCloud account on an iOS device or Mac, you don't have one.  You can't create an account on a PC.  If you were charged for an iCloud storage upgrade without having an account, contact the Apple online store at the bottom of this page for a refund.

  • How do I find the ports a pre existing program used in DAQ?

    Hi all, 
    I am setting up a laser displacement sensor and trying to utilize a pre existing program that was created by graduate students before me. There are 4 wires coming from the laser displacement sensor that need to be connected to the DAQ but we have no information telling us where these wires are supposed to attach to the DAQ in order to run the pre existing program correctly. 
    Is there any way that we could figure this out? 
    Thank you for your help,
    mccutchen12c

    James, 
    Thank you for your help! Yes, we have looked at a couple different methods on how to tell if the information had been programmed by the previous grad students and we haven't had any success in finding that information. So I believe you are right in assuming its not documented.. We will do a better job of documenting for future grad students after us. 
    I have attached our code. Any insight you could give would be greatly appreciated!
    We have an Acuity AR200-6 laser displacement sensor with green, yellow, black and a wire that isn't wrapped that all lead to the serial port in the back of the computer and ground. We then have white, blue, orange and brown wires that do not have a location.. We did some research and the are as follows:
    white: laser disable
    blue: buttons disable
    orange: voltage output
    brown: voltage RTN
    We are starting to wonder if we are just not supposed to use the DAQ.. Can you confirm the connection is solely through a serial port? 
    Cheers, 
    Carley

  • How can I filter to find photos NOT pinned to a map? I have 28,000 phots with many mapped and many not. The Search function does not include GPS data. I haven't found  way to search metadata inside or out of Elements.

    How can I filter to find photos NOT pinned to a map? I have 28,000 phots with many mapped and many not. The Search function does not include GPS data. I haven't found  way to search metadata inside or out of Elements.

    How can I filter to find photos NOT pinned to a map? I have 28,000 phots with many mapped and many not. The Search function does not include GPS data. I haven't found  way to search metadata inside or out of Elements.

  • Hi, I want to purchase the complete creative cloud at S$60 , however, in my account, at the payment page, it's appear RM currency and the selection of country does not include singapore. How am I suppose to purchase?

    Hi, I want to purchase the complete creative cloud at S$60 , however, in my account, at the payment page, it's appear RM currency and the selection of country does not include singapore. How am I suppose to purchase?

    Hi there,
    The country selected while creating the Adobe account was selected as Malaysia, so you get to see the price in RM.
    ^Ani

  • My computer had to be repaired and i lost some of my purchases. my purchase history does not include the ones that are missing and the ones that do appear indicate they are free purchases.  none of my purchases are free i paid so how do a recover them?

    My computer had to be repaired and i lost some of my purchases. my purchase history does not include the ones that are missing and the ones that do appear indicate they are free purchases.  none of my purchases are free i paid so how do a recover them?

    asuming you are talking about the app store try signing into your account using your apple id into the app store.

  • I purchased the Pages App on my iPhone. Does that include the Pages Application for my Mac Mini? If so, how do I get it onto my Mac?

    I purchased the Pages App on my iPhone. Does that include the Pages Application for my Mac Mini? If so, how do I get it onto my Mac?

    No it does not. The 2 are separate.
    To get Pages on your Mac mini purchase it from the Mac App Store. The icon is on your Dock.
    Peter

  • A tech company just set up a wifi network in my house and does not use my existing TC; how do I get it in the network to serve as backup for my iMac? (I don't need it as a wifi access point anymore)

    a tech company just set up a wifi network in my house and does not use my existing TC; how do I get it in the network to serve as backup for my iMac? (I don't need it as a wifi access point anymore) thanks

    Just bridge the TC and plug it by ethernet into the main router.
    Bridge in v5 airport utility.
    In v6 it is under network.. change it from DHCP and NAT to Off bridge mode.
    Turn off the wireless.

  • How does one add tables to an existing universe using COM designer SDK.

    Morning All
    How does one add tables to an existing universe using COM designer SDK. I have tried:
    objUniverse.Tables.Add (strTable_Name)
    but get "Cannot create Table" error.
    Any ideas?
    Thanks in advance.
    Anita

    Hi Anita,
    -Use the Add method to add classes and objects to an existing universe using a VB 6 application.
    Adding a Class
    Definition: Function Add(Name As String) As Class
    Syntax: NameOfClassesVariable.Add
    Adding an Object Instance
    Definition:  Function Add(Name As String, [ClassName As String]) As Object
    Syntax: NameOfObjectsVariable.Add(name, [class])
    - name is the name of the object.
    - class is the name of the class containing the object. This parameter should be used in cases where more than one objects exist with the same name.
    Sample Visual Basic 6 Code
    Dim DesApp As Designer.Application
    'MODIFY AND EXPORT CLASSES AND OBJECTS OF AN EXISTING UNIVERSE
    Sub modify_and_export_universe()
    Dim DesUnv As Designer.Universe
    Dim DesCls As Designer.Class
    Dim DesObj As Designer.Object
    Dim DesDBCol As Designer.DBColumn
    Dim DBColName As String
    Set DesApp = New Designer.Application
    'Login to designer
    Call DesApp.LogonDialog
    'Make sure to log on with your administrator profile
    'e.g : "hostname","username", "password","Enterprise"
    'Make Designer application visible
    DesApp.Visible = True
    'This line disable warning messages from Designer
    DesApp.Interactive = False
    'to Open  locally  the universe you want to modify
    'Set DesUnv = DesApp.Universes.Open("club_uni")
    'Use OpenFromEnterprise method (Universes Class) to import a universe from the repository and opens it
    Set DesUnv = DesApp.Universes.OpenFromEnterprise("Universes", "club_uni", False)
    'Add a valid connection which already exists
    DesUnv.Connection = "club"
    'open the universe
    'Call DesApp.Universes.Open("club_universe")
    'Add the table Account and refresh the view in the main window
    Set DesTab = DesUnv.DBTables.Item("Customer").Insert
    DesUnv.ArrangeTables
    'Add a class
    Set DesCls = DesUnv.Classes.Add("Class MyCustomer")
    'Looping through all the fields of the DB Table Account
    For Each DesDBCol In DesUnv.DBTables.Item("Customer").DBColumns
    'Store name of the column
        DBColName = DesDBCol.Name 
         'Add an object to the class
        Set DesObj = DesCls.Objects.Add("Obj " & DBColName)
         'Affect a field to the object
        DesObj.Select = "Customer" & "." & DBColName
    Next
    'Save the existing universe with the same name club_uni or you can change
    DesUnv.SaveAs "club_uni"
    MsgBox "Universe created and saved Class MyCustomer has been added!!"
    'Close the universe
    UnvFullName = DesUnv.FullName
    MsgBox "The UniverseFilePath is " & UnvFullName
    'Close the universe
    DesUnv.Close
    'This line disable warning messages from Designer
    DesApp.Interactive = False
    'Export the universe to the CMS DB (to the last universe folder)
    'Make sure you save the universe before exporting it
    Call DesApp.Universes.Export("Universes", UnvFullName)
    MsgBox "This document has been exported successfully !!"
    'Close designer
    DesApp.Quit
    Set DesApp = Nothing
    End Sub
    Hope this helps.
    Regards,
    Deepti Bajpai

Maybe you are looking for