Ho to change the mapped System object to the Model to another System object

Hi All,
Initially i have created one system object (TestSystemForVC) for testing the VC application. Then i have started completing the whole development in that perticular model object. many data soruce objects are added to the model using the TestSystemForVC system object.
Now i have created one more system object pointing to Otherclient. in R3. How make use of the same model pointing this new System object for working properly with out doing the complete development of that model.
I just want to map the existing model to new system object. Can any body tell me how to achieve this.
Regards
Vijay

Hi Vijay,
therefore you can use the Alias Manager (see attachment). There you can replace all other system aliases.
Best Regards,
Marcel

Similar Messages

  • How to change the model of JSpinner

    Hello, just want to ask how to change the model of a JSpinner during run time...
    I have an existing JSpinner
    example:
    SpinnerNumberModel model = new SpinnerNumberModel( 2, 2, 4094, 1);
    jSpinner = new JSpinner(model);
    if (changeLimitTo255 == true) {
    model = new SpinnerNumberModel( 2, 2, 255, 1);
    jSpinner.setModel(model);
    The problem is, the limit is always 4094, limit doesn't change to 255.
    Thanks...

    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.

  • Change the iconbutton to another image when it unable?

    I want create some State-sensitive iconbuttons in my script.
    But I can's change the iconbutton to another image when it unable?
    It's mean: When I click one of the iconbuttons,it convert to unable and auto change to another image.
    This are some code of under.
    Sorry of my BAD English.
    Thank very much!
        //config iconbutton's different iamges.( _a is the normal image,_b is the unable image. )
        //I don't know which is the right way, or all wrong.
        var icon1 = {a:File("\icon\Icon_M1a.png"),b:File("\icon\Icon_M1b.png")} ;
        var icon1x = {a:"./icon/Icon_M1a.png",b:"./icon/Icon_M1b.png"} ;
        //BuildUI by under format.
        //My UI code is very complex, under is some line of it.
        Pleft: Group    { \
              orientation:'column', alignment:['left','fill'], margins: 0, spacing: 0,  \
              grmm1: Group { margins: 0, spacing: 0,  \
                            MBtn1: IconButton { text:'',preferredSize: [32, 32],image:("+icon.a+","+icon.b+")} \       //ERROR!! I don't know the right way.
                             MBtn2: IconButton { text:'',preferredSize: [32, 32],image:'./icon/Icon_M2a.png' } \
                              MBtn3: IconButton { text:'',preferredSize: [32, 32],image:'./icon/Icon_M3a.png' } \\
        //Unable the iconButton when mouse click.
        ...MBtn1.onClick = function () {
                  this.enabled = false ;
                  ...MBtn2.enabled = ...MBtn3.enabled = ture ;

    I want create some State-sensitive iconbuttons in my script.
    But I can's change the iconbutton to another image when it unable?
    It's mean: When I click one of the iconbuttons,it convert to unable and auto change to another image.
    This are some code of under.
    Sorry of my BAD English.
    Thank very much!
        //config iconbutton's different iamges.( _a is the normal image,_b is the unable image. )
        //I don't know which is the right way, or all wrong.
        var icon1 = {a:File("\icon\Icon_M1a.png"),b:File("\icon\Icon_M1b.png")} ;
        var icon1x = {a:"./icon/Icon_M1a.png",b:"./icon/Icon_M1b.png"} ;
        //BuildUI by under format.
        //My UI code is very complex, under is some line of it.
        Pleft: Group    { \
              orientation:'column', alignment:['left','fill'], margins: 0, spacing: 0,  \
              grmm1: Group { margins: 0, spacing: 0,  \
                            MBtn1: IconButton { text:'',preferredSize: [32, 32],image:("+icon.a+","+icon.b+")} \       //ERROR!! I don't know the right way.
                             MBtn2: IconButton { text:'',preferredSize: [32, 32],image:'./icon/Icon_M2a.png' } \
                              MBtn3: IconButton { text:'',preferredSize: [32, 32],image:'./icon/Icon_M3a.png' } \\
        //Unable the iconButton when mouse click.
        ...MBtn1.onClick = function () {
                  this.enabled = false ;
                  ...MBtn2.enabled = ...MBtn3.enabled = ture ;

  • Can we change the requestor to another engineer

    The user has left company who created service PR 10396246. So the workflow has started, but he didn't actually submitted it. Can we change the requestor to another engineer ?

    Hello,
    As I said, you can only change the PR Initiator in the workflow if you first find out where the workflow gets it from.
    If it's getting it from a BOR attribute which is getting it from a table, then you will have to find a way to change the value in the table (do not update SAP tables directly). If, however, it turns out the workflow copies the PR initiator to a custom workflow container and then uses that, then you can change it.
    So, please go to PFTC_DIS and find out where it gets the PR Initiator from and how it is stored.
    regards
    Rick Bakker
    Hanabi Technology

  • Why, when I try to do a search, does the system change the wording to another subject

    I ask for information on High voltage feed back from my KDL -46XBR9 TV into my cable box, causing damage to the cable box. I still need an answer on that problem, but the Sony search engine changes the wording to programing, widgets and other garbage, it will not search for what I ask. 

    I dislike technology on occasions... I shut down iTunes, plugged my iPad back in & NOW it decides to sync!!! No error messages...and then it syncs my iPod with no problems as well!!! It seems that I can't start iTunes, play music & then decide to sync the toys. I HAVE to just plug in the iPod/iPad and let it start up all by itself. How irritating! Thank you for responding!

  • Trying to write a Listener on a CheckBox to change the Model of a ComboBox

    I am trying to change the list that appears in a ComboBox dynamically based on if a CheckBox is selected or not. I have multiple CheckBoxes and ComboBoxes being created in a loop based on a variable assigned at creation. Every tutorial i have seen writes out a listener that explicitly defines the checkbox instance but in my case i don't acctually know. My checkboxes are in an array of checkboxes as are the comboboxes as they are being created at runtime. Any help would be much apreciated this issue has been with me for two days now.

    here is a snippit of my code in how i was implementing this:
    int numButton = 17; //this is for testing only, this variable is set from another class normally
    // these variables are defined private elsewhere in the class
    JCheckBox PlayerByeCheck[] = new JCheckBox[numButton + 1];
    JCheckBox PlayerHomeCheck[] = new JCheckBox[numButton + 1];
    boolean PlayerOnBye[] = new boolean[numButton + 1];
    for (int i = 1; i <= numButton; i++) {
             PlayerByeCheck[i] = new JCheckBox();
         PlayerHomeCheck[i] = new JCheckBox();
         PlayerOnBye[i] = false;
    // more code here for building the gui it is not important for this problem
    // code to build the list starts here
    for (int i = 1; i <= numButton; i++) {
         ((TableLayout)PlayerRosterPanel.getLayout()).insertRow(1, TableLayout.PREFERRED);
             PlayerByeCheck.setOpaque(false);
         PlayerByeCheck[i].addItemListener(this);
         PlayerByeCheck[i].setName("PlayerByeCheck" + i);
         PlayerRosterPanel.add(PlayerByeCheck[i], new TableLayoutConstraints(2, 1, 2, 1, TableLayoutConstraints.CENTER, TableLayoutConstraints.FULL));
    //the comboox that i want to change
    //---- PlayerTeamSelect1 ----
         if (PlayerOnBye[i] = true) {
              PlayerTeamSelect[i].setModel(new DefaultComboBoxModel(new String[] {
                   "ARI",
                   "ATL",
                   "BAL",
              "BUF",
         "BYE"
              PlayerTeamSelect[i].setSelectedItem("BYE");
         } else {
              PlayerTeamSelect[i].setModel(new DefaultComboBoxModel(new String[] {
                   "ARI",
                   "ATL",
                   "BAL",
                   "BUF",
                   "CAR",
              "BYE"
         PlayerTeamSelect[i].setOpaque(false);
         PlayerRosterPanel.add(PlayerTeamSelect[i], new TableLayoutConstraints(4, 1, 4, 1, TableLayoutConstraints.FULL, TableLayoutConstraints.FULL));
    //more gui code here method gets closed
    //Item Action Listener starts here this is where i am having the problem                         
    public void itemStateChanged(ItemEvent e) {
         Object source = e.getItem();
         if (source == PlayerByeCheck[1])
         int select = e.getStateChange();
              if (select == ItemEvent.SELECTED)
              PlayerOnBye[1] = true;
    PlayerRosterPanel.repaint();
    //repaint the window i think can't get the listener to work to see if this is the right way to do this
    //i doubt it is
    I have tried several different ways to write the listener, the example in the code above is following the java swing tutorial by explicitly defining the checkbox. I have tried to write the listener as i am creating the checkbox, which doesn't seem to work or i am wrting it wrong, which is entirely possible. Once the listener sets the value i think it should repaint the screen but i am sure that that is wrong right now as well. As my hunch is the repaint will reset the checkbox to DESELCTED the default value. I will come to that issue once i figure out how to get the listener working. Ideally i want to be able to set the listener for the checkboxes regardless as to how many there are. As stated above i am generating a list of checkboxes, comboboxes and other fields based on a variable that is defined in one of my objects. If the user selects checkbox 3 than combobox 3 should be changed, and the others should not. if the user selects all the checkboxes than all the comboboxes change.
    thanks for any help. Still plugging along on it trying to figure this one out.

  • How to change the schema to another user ?

    Hi,
    I've registerd this schema and it works well,
    but I need to change the schema to connect to another User like MYUSER_2.
    because I have to migrate the MYUSER_1 to MYUSER_2 and then to delete MYUSER_1
    when I register the schema again with this user MYUSER_2
    , all xml-entries will become destroyed ?
    what can I do ?
    it's better , to register the schema without a user ?
    Norbert
    dbms_xmlschema.registerSchema(
    schemaurl => vschemaurl,
    schemadoc => xsd_file,
    local => FALSE,
    gentypes => TRUE,
    genbean => FALSE,
    gentables => TRUE,
    force => FALSE,
    owner => MYUSER_1
    ,CSID => nls_charset_id('AL32UTF8');
    );

    If 2 seperate users need to work witht the same XML Schema then the XML Schema should be registered as a global Schema. If you want to change the owner of an XMLschema, just like if you want to change the owner of a relational; table you will have to export the data and import it again.

  • Changing the Model Configurator in configuration scenario

    Hi SapAll.
    i have got a tricky situation where i didnt filled the communication channel parameter in the existing Model Configurator under Connections from Component Assignment(tab)  of  configuration scenario m,so i just want to know on how i can make the Model Configurator (configuration scenario) in edit mode so that i can assign the communication channel under Connections from Component Assignment(tab) in model configurator of Configuration scenario .
    will be waiting for your response.
    regards.
    Varma.

    If you are using PI 7.1. Just open ur configuration scenario in edit mode. Go to 'ES Repository Model' tab and choose 'Model Configurator' for your configuration scenario. It ll open in edit mode.

  • Transaction BP: Using data in one screen to change the value in another

    Is there any way to take the data on one tabbed page of the BP transaction screen and use that data to update a field in another tabbed page?
    BR,
    Tony.

    Short answer: no.

  • It possible using javascript to change the value of another jsf text field?

    In my case, I have an input text field and would like to copy it's value on the onchange() event into another text field. Using the destination text field's Id and assigning some content with it's .value property

    Woodstock apparently renders some Javascript/DOM with some homegrown widget framework which on its turn renders the HTML DOM tree instead of plain vanilla HTML. Correct me if I'm wrong, to confirm this, just view the generated HTML source of the page.
    After some Googling I found out that you need getProps() and setProps() to get and set element attributes respectively.
    [http://google.com/search?q=webuijsf+domnode+site:sun.com].
    If you stucks with this, I recommend you to post this question at a forum or mailinglist devoted to Woodstock, e.g at their own homepage at dev.java.net or the Netbeans forum at nabble.com. You're here at a Sun JSF forum, not at a Woodstock forum.

  • Unity - Changing the exchange to another server

    Hi guys,
    Lets say I have Unity 4.2 set up with exchange on another box. Then the whole exchange server went down without any backups.
    My questions is can we install exchange on the same server as Unity?
    and then move it to another server(once the server is back)

    Unity has an emergency backup mode called UMR and in case the Exchange server goes down it stores the messages locally but is NOT a replacement for exchange and that works only after unity has been properly set with exchange.

  • How do I se a checkbox to change the value of another cell?

    I am trying to create a spreadsheet for a job quote sheet. In column A I am inserting checkboxes, in column W i have the price of that particular option that coincides with that product. What I am trying to accomplish is if I select the checkbox for an option, the cost (from column W) will jump in Column Z. Then Column Z will be totaled up at bottom, giving my client a total of everything selected. Can this be done and if it can HOW?!
    Thanks in Advance!!

    James,
    Another approach that may work for you would be to have a column for quantity, rather than a checkbox.  If the quantity is greater than zero, then enter the extended price and total it at the bottom of the order list.
    In that case, you would write in Z:
    =A*W
    With no quantity, the result would be zero in Z.
    Jerry

  • I type a web address correctly. Firefox then changes the address to another site.

    After typing and entering the correct address of a secure government site I frequently visit, Firefox has today started to add in additional address data ".csda." and attempts to access the new site.
    The new site does not load, and Firefox returns the error message "Server not found". So far the problem occurs only with this one site.
    This behaviour does not occur when I use the Microsoft Internet Explorer browser.
    Can anyone help please.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with several malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Why doesnt a sound play when I change the path?

    Hi. I am trying to play a background sound in my program and so far, after searching and reading lots of posts I finally have a "TaDa" sound playing once when the program starts. But what I want is a sound to be looped everytime I start a program. That sound will be in the same folder as the program.
    This is the code that I put in public static void main() to play the sound:
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    java_testt b = new java_test();
    b.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b.startApp();
    private void startApp()
    {playStartupSound();}
    private void endApp() {System.exit(0);}
    private void playStartupSound() {
    Runnable soundPlayer = new Runnable() {
    public void run() {
    try {                                                                                    
    File tadaSound = new File(System.getenv("windir") + "/" + //This is the windows tada sound. All I want is
    "media/tada.wav"); //to change the path to another sound
    AudioInputStream audioInputStream = AudioSystem
    .getAudioInputStream(new FileInputStream(tadaSound));
    AudioFormat audioFormat = audioInputStream
    .getFormat();
    DataLine.Info dataLineInfo = new DataLine.Info(
    Clip.class, audioFormat);
    Clip clip = (Clip) AudioSystem
    .getLine(dataLineInfo);
    clip.open(audioInputStream);
    clip.start();
    } catch (Exception e) {
    e.printStackTrace();
    Thread soundPlayingThread = new Thread(soundPlayer);
    soundPlayingThread.start();
    Does anyone know how to choose another sound in the same folder as java_test and make it work with this code because when I change the ath it doesnt run.
    Thanks.

    Please put your code between the code tags. It's much better readable then.
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    java_testt b = new java_test();
    b.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b.startApp();
    private void startApp()
    {playStartupSound();}
    private void endApp() {System.exit(0);}
    private void playStartupSound() {
    Runnable soundPlayer = new Runnable() {
    public void run() {
    try {
    File tadaSound = new File(System.getenv("windir") "/" //This is the windows tada sound. All I want is
    "media/tada.wav"); //to change the path to another sound
    AudioInputStream audioInputStream = AudioSystem
    .getAudioInputStream(new FileInputStream(tadaSound));
    AudioFormat audioFormat = audioInputStream
    .getFormat();
    DataLine.Info dataLineInfo = new DataLine.Info(
    Clip.class, audioFormat);
    Clip clip = (Clip) AudioSystem
    .getLine(dataLineInfo);
    clip.open(audioInputStream);
    clip.start();
    } catch (Exception e) {
    e.printStackTrace();
    Thread soundPlayingThread = new Thread(soundPlayer);
    soundPlayingThread.start();
    }

  • Error when changing the length of IO

    Hi Experts,
    I have changed the length of one of my Info-Object from NUMC-2 to NUMC-3. While trying to activate it it is giving the error "Structure Change at field Level(change Table)".
    But When i changed the length of one more IO before from Char-1 to Char-3, it successfully got activated.
    Please help me out.
    Regards,
    Pavan

    Hi Ananda,
    We cannot delete the master data.
    Can Anyone pleasetell me why this IO is not getting activated when i change length from NUMC2 to NUMC3
    I didn't face any problem when i changed the length of one of my IO from Char-1 to Char-3. It successfully got activated
    But im facing this problem when I try to change the length of another IO from NUMC-2 to NUMC-3.
    If anyone any any solution for this otherthan deleting the existing data, please do let me know.
    Regards,
    Pavan

Maybe you are looking for